i965: Pack brw_wm_fragment_program better.

This commit is contained in:
Eric Anholt 2009-11-18 03:13:14 -08:00
parent 15fa484f51
commit edd449fb97

View file

@ -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;