diff options
author | Keith his master's voice Packard <keithp@bw.jf.intel.com> | 2006-05-27 19:52:13 -0700 |
---|---|---|
committer | Keith his master's voice Packard <keithp@bw.jf.intel.com> | 2006-05-27 19:52:13 -0700 |
commit | 9c111d89fe19f1773af2eefb000e1c2389b4b6e1 (patch) | |
tree | 3de0aa353e16b0dbabb1423d90d8a50222a4db37 /src/brw_structs.h | |
parent | 01101196b16010ac3dadab647bfe7000a53fa94d (diff) |
Push all of the obvious Mesa state setting into the video code
Diffstat (limited to 'src/brw_structs.h')
-rw-r--r-- | src/brw_structs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/brw_structs.h b/src/brw_structs.h index 1c59716a..49383c1c 100644 --- a/src/brw_structs.h +++ b/src/brw_structs.h @@ -923,7 +923,8 @@ struct brw_surface_state GLuint cube_neg_y:1; GLuint cube_pos_x:1; GLuint cube_neg_x:1; - GLuint pad:4; + GLuint pad:3; + GLuint render_cache_read_mode:1; GLuint mipmap_layout_mode:1; GLuint vert_line_stride_ofs:1; GLuint vert_line_stride:1; @@ -943,7 +944,7 @@ struct brw_surface_state } ss1; struct { - GLuint pad:2; + GLuint render_target_rotation:2; GLuint mip_count:4; GLuint width:13; GLuint height:13; |