Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
virgl-es
mesa
Commits
d4bfd8a2
Commit
d4bfd8a2
authored
Aug 25, 2010
by
Keith Whitwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
llvmpipe: fix bad patch application
parent
14ac294e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_setup.c
+4
-5
No files found.
src/gallium/drivers/llvmpipe/lp_setup.c
View file @
d4bfd8a2
...
...
@@ -815,6 +815,10 @@ lp_setup_update_state( struct lp_setup_context *setup )
for
(
i
=
0
;
i
<
Elements
(
setup
->
fs
.
current_tex
);
i
++
)
{
if
(
setup
->
fs
.
current_tex
[
i
])
lp_scene_add_resource_reference
(
scene
,
setup
->
fs
.
current_tex
[
i
]);
}
}
}
if
(
setup
->
dirty
&
LP_SETUP_NEW_SCISSOR
)
{
setup
->
draw_region
=
setup
->
framebuffer
;
if
(
setup
->
scissor_test
)
{
...
...
@@ -823,11 +827,6 @@ lp_setup_update_state( struct lp_setup_context *setup )
}
}
}
}
}
setup
->
dirty
=
0
;
assert
(
setup
->
fs
.
stored
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment