diff options
author | Keith Whitwell <[email protected]> | 2009-10-31 20:05:19 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-31 20:05:19 +0000 |
commit | e7b76000826ff4faf8bf6a834d55b50a2784c9f2 (patch) | |
tree | 271b98513650b01129e9b83e382874ba73da1586 /src/gallium/drivers/i965/brw_structs.h | |
parent | f202a34cb1eca41cf5d12bd72016f284bc81ccf8 (diff) |
i965g: more work on compilation
Diffstat (limited to 'src/gallium/drivers/i965/brw_structs.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_structs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/drivers/i965/brw_structs.h b/src/gallium/drivers/i965/brw_structs.h index 11372697f9b..f5d6a2599b4 100644 --- a/src/gallium/drivers/i965/brw_structs.h +++ b/src/gallium/drivers/i965/brw_structs.h @@ -965,7 +965,7 @@ struct brw_sampler_default_color { struct brw_sampler_state { - struct + struct brw_ss0 { GLuint shadow_function:3; GLuint lod_bias:11; @@ -980,7 +980,7 @@ struct brw_sampler_state GLuint disable:1; } ss0; - struct + struct brw_ss1 { GLuint r_wrap_mode:3; GLuint t_wrap_mode:3; @@ -991,13 +991,13 @@ struct brw_sampler_state } ss1; - struct + struct brw_ss2 { GLuint pad:5; GLuint default_color_pointer:27; } ss2; - struct + struct brw_ss3 { GLuint pad:19; GLuint max_aniso:3; |