diff options
author | Brian Paul <[email protected]> | 2009-01-28 11:38:42 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-28 11:38:42 -0700 |
commit | 177eda834ee26656b4f9b2ec64b8b3e915c1854c (patch) | |
tree | 63fe0d549d5e7950ffd525a6bef0a99cc5228db3 | |
parent | f78c388b6c156cb155f089b00612f00919090a8e (diff) |
i965: remove pad field
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_wm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h index f990bde839a..388c6f76186 100644 --- a/src/mesa/drivers/dri/i965/brw_wm.h +++ b/src/mesa/drivers/dri/i965/brw_wm.h @@ -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; |