i965: minor comments
authorBrian Paul <brianp@vmware.com>
Wed, 28 Jan 2009 18:36:39 +0000 (11:36 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 28 Jan 2009 18:36:39 +0000 (11:36 -0700)
src/mesa/drivers/dri/i965/brw_structs.h

index 4e577d0f6a8e2e20c12f8b4f24b863bc393b682b..d97ff27f0a13fadbe76b3860f42c8ed92c7f6c63 100644 (file)
@@ -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 {