i965: remove pad field

This commit is contained in:
Brian Paul 2009-01-28 11:38:42 -07:00
parent f78c388b6c
commit 177eda834e

View file

@ -69,7 +69,6 @@ struct brw_wm_prog_key {
GLuint shadowtex_mask:16;
GLuint yuvtex_mask:16;
GLuint yuvtex_swap_mask:16; /* UV swaped */
// GLuint pad1:16;
GLuint program_string_id:32;
GLuint origin_x, origin_y;