summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_structs.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-31 20:05:19 +0000
committerKeith Whitwell <keithw@vmware.com>2009-10-31 20:05:19 +0000
commite7b76000826ff4faf8bf6a834d55b50a2784c9f2 (patch)
tree271b98513650b01129e9b83e382874ba73da1586 /src/gallium/drivers/i965/brw_structs.h
parentf202a34cb1eca41cf5d12bd72016f284bc81ccf8 (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.h8
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 11372697f9..f5d6a2599b 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;