summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-28 11:36:39 -0700
committerBrian Paul <brianp@vmware.com>2009-01-28 11:36:39 -0700
commit3147d7785d5cd8c898b19040cb1d30265fba2350 (patch)
treeb493c36352b4066282318acaa6e24a66e165ecf5 /src
parent0f72de55386c391c4cc3ee346216f09152a6b5ab (diff)
i965: minor comments
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h
index 4e577d0f6a..d97ff27f0a 100644
--- a/src/mesa/drivers/dri/i965/brw_structs.h
+++ b/src/mesa/drivers/dri/i965/brw_structs.h
@@ -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 {