mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 01:10:44 +02:00
i965: minor comments
This commit is contained in:
parent
0f72de5538
commit
3147d7785d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue