projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e299ff
)
i965: s/GL_FALSE/BRW_COMPRESSION_NONE/
author
Brian Paul
<brianp@vmware.com>
Thu, 2 Apr 2009 17:45:17 +0000
(11:45 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 3 Apr 2009 15:07:04 +0000
(09:07 -0600)
src/mesa/drivers/dri/i965/brw_eu_emit.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_eu_emit.c
b/src/mesa/drivers/dri/i965/brw_eu_emit.c
index c58c45541033e33399ac808226b92c67d3616209..21ce8369db4dbce32fbd428b3d52e822c4087200 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_eu_emit.c
+++ b/
src/mesa/drivers/dri/i965/brw_eu_emit.c
@@
-1127,7
+1127,7
@@
void brw_SAMPLE(struct brw_compile *p,
/* mov (8) r9.0<1>:f r9.0<8;8,1>:f { Align1 }
*/
brw_push_insn_state(p);
- brw_set_compression_control(p,
GL_FALS
E);
+ brw_set_compression_control(p,
BRW_COMPRESSION_NON
E);
brw_MOV(p, reg, reg);
brw_pop_insn_state(p);
}