summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-04-27 16:25:50 +0200
committerRoland Scheidegger <sroland@vmware.com>2010-04-27 16:25:50 +0200
commit9a966b93c03aecac8eb72e6133aa9a2f2c7673f3 (patch)
tree2c439306564d3e6c5281618b33213f6ef4c2ea16 /src/gallium/auxiliary/cso_cache
parentaac2cccccfd701ae8d7ce0813c28c64498d4a076 (diff)
gallium: fix glaring bugs in last commit
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r--src/gallium/auxiliary/cso_cache/cso_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c
index 50736f06b3..030683f60f 100644
--- a/src/gallium/auxiliary/cso_cache/cso_context.c
+++ b/src/gallium/auxiliary/cso_cache/cso_context.c
@@ -98,7 +98,7 @@ struct cso_context {
struct pipe_framebuffer_state fb, fb_saved;
struct pipe_viewport_state vp, vp_saved;
struct pipe_blend_color blend_color;
- unsigned sample_mask sample_mask;
+ unsigned sample_mask;
struct pipe_stencil_ref stencil_ref, stencil_ref_saved;
};