i965: Pack the brw_wm_prog_key better.

This commit is contained in:
Eric Anholt 2009-11-18 03:01:42 -08:00
parent cc39fcad89
commit 92d35b91f1

View file

@ -76,10 +76,10 @@ struct brw_wm_prog_key {
GLushort tex_swizzles[BRW_MAX_TEX_UNIT];
GLuint program_string_id:32;
GLushort origin_x, origin_y;
GLushort drawable_height;
GLbitfield64 vp_outputs_written;
GLuint program_string_id:32;
};