summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_context.h')
-rw-r--r--src/mesa/pipe/i915simple/i915_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.h b/src/mesa/pipe/i915simple/i915_context.h
index 5d312286f6..5c748ea896 100644
--- a/src/mesa/pipe/i915simple/i915_context.h
+++ b/src/mesa/pipe/i915simple/i915_context.h
@@ -130,7 +130,7 @@ struct i915_depth_stencil_state {
struct i915_rasterizer_state {
int light_twoside : 1;
unsigned st;
- interp_mode color_interp;
+ enum interp_mode color_interp;
unsigned LIS4;
unsigned LIS7;