i965: comments

This commit is contained in:
Brian Paul 2009-03-06 13:37:48 -07:00
parent f874dc6395
commit faae1994c9
1 changed files with 2 additions and 0 deletions

View File

@ -241,10 +241,12 @@ struct brw_wm_compile {
GLuint max_wm_grf;
GLuint last_scratch;
/** Mapping from Mesa registers to hardware registers */
struct {
GLboolean inited;
struct brw_reg reg;
} wm_regs[PROGRAM_PAYLOAD+1][256][4];
struct brw_reg stack;
struct brw_reg emit_mask_reg;
GLuint reg_index;