summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_structs.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-12-09 11:10:31 -0800
committerEric Anholt <eric@anholt.net>2010-12-09 11:11:04 -0800
commit834cc8e501c2632fd8f9fc78502a1a99803e6fb9 (patch)
tree04453459b77ea13227e592d5eb3a9e648f99a2b1 /src/mesa/drivers/dri/i965/brw_structs.h
parentcfcc2ef587fad91ad1dff1abbd42886dbe9cc095 (diff)
i965: remove unused variable since brw_wm_glsl.c removal.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_structs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h
index d341187c1b..461f27048c 100644
--- a/src/mesa/drivers/dri/i965/brw_structs.h
+++ b/src/mesa/drivers/dri/i965/brw_structs.h
@@ -1178,7 +1178,7 @@ struct brw_surface_state
GLuint cube_neg_y:1;
GLuint cube_pos_x:1;
GLuint cube_neg_x:1;
- GLuint pad:4;
+ GLuint pad:2;
/* Required on gen6 for surfaces accessed through render cache messages.
*/
GLuint render_cache_read_write:1;