projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1fa748
)
llvmpipe: fix inverted util_framebuffer_state_equal() result
author
Brian Paul
<brianp@vmware.com>
Fri, 11 Dec 2009 18:41:11 +0000
(11:41 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 11 Dec 2009 18:41:11 +0000
(11:41 -0700)
src/gallium/drivers/llvmpipe/lp_state_surface.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_state_surface.c
b/src/gallium/drivers/llvmpipe/lp_state_surface.c
index 0263f2a624a235741eb3e815b45eb36c35906ca3..21565436eb6ebbd371e2af61c33eaf627fef0a4a 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_state_surface.c
+++ b/
src/gallium/drivers/llvmpipe/lp_state_surface.c
@@
-47,7
+47,7
@@
llvmpipe_set_framebuffer_state(struct pipe_context *pipe,
{
struct llvmpipe_context *lp = llvmpipe_context(pipe);
- boolean changed = util_framebuffer_state_equal(&lp->framebuffer, fb);
+ boolean changed =
!
util_framebuffer_state_equal(&lp->framebuffer, fb);
if (changed) {