projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15fa484
)
i965: Pack brw_wm_fragment_program better.
author
Eric Anholt
<eric@anholt.net>
Wed, 18 Nov 2009 11:13:14 +0000
(
03:13
-0800)
committer
Eric Anholt
<eric@anholt.net>
Thu, 19 Nov 2009 10:47:21 +0000
(11:47 +0100)
src/mesa/drivers/dri/i965/brw_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_context.h
b/src/mesa/drivers/dri/i965/brw_context.h
index fded47aa2ff7478129cd570f9e1d0c6792e2b9d3..6d2ce156822f14613d514c76d2b7b0441b2926fe 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_context.h
+++ b/
src/mesa/drivers/dri/i965/brw_context.h
@@
-172,8
+172,8
@@
struct brw_fragment_program {
GLuint id; /**< serial no. to identify frag progs, never re-used */
GLboolean isGLSL; /**< really, any IF/LOOP/CONT/BREAK instructions */
- dri_bo *const_buffer; /** Program constant buffer/surface */
GLboolean use_const_buffer;
+ dri_bo *const_buffer; /** Program constant buffer/surface */
/** for debugging, which texture units are referenced */
GLbitfield tex_units_used;