summaryrefslogtreecommitdiff
path: root/i965/brw_structs.h
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2010-03-14 05:01:55 +0100
committerLuc Verhaegen <libv@skynet.be>2010-03-14 05:01:55 +0100
commitda7796a7d40ca2cd4a03e99ddf38e3a7256a401f (patch)
treef692761e1ce757ce13112c602efc8228d422b78d /i965/brw_structs.h
parentcdb0aeec165a846b647e6f4e722c95c09e185ce1 (diff)
Import i915 and i965 dri drivers from mesa 7.5.0.7.5.0
Diffstat (limited to 'i965/brw_structs.h')
-rw-r--r--i965/brw_structs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/i965/brw_structs.h b/i965/brw_structs.h
index 4e577d0..89e2981 100644
--- a/i965/brw_structs.h
+++ b/i965/brw_structs.h
@@ -439,7 +439,7 @@ struct brw_urb_fence
} bits1;
};
-struct brw_constant_buffer_state /* previously brw_command_streamer */
+struct brw_cs_urb_state
{
struct header header;
@@ -1031,10 +1031,10 @@ struct brw_surface_state
GLuint writedisable_green:1;
GLuint writedisable_red:1;
GLuint writedisable_alpha:1;
- GLuint surface_format:9;
+ GLuint surface_format:9; /**< BRW_SURFACEFORMAT_x */
GLuint data_return_format:1;
GLuint pad0:1;
- GLuint surface_type:3;
+ GLuint surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */
} ss0;
struct {