i965: Pack brw_wm_fragment_program better.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user