summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_state_derived.c
diff options
context:
space:
mode:
authorkeithw <keithw@keithw-laptop.(none)>2007-08-24 10:09:34 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-24 11:25:06 +0100
commitb4d8be235b018594a79258d36e70880ab9019b72 (patch)
tree6fb5fe814b275f61c35c20f7c037fbafe93b59ed /src/mesa/pipe/i915simple/i915_state_derived.c
parentf9a77a3080598d03c484fa5d04c213b8a06d43d3 (diff)
sampler state tweaks
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_state_derived.c')
-rw-r--r--src/mesa/pipe/i915simple/i915_state_derived.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state_derived.c b/src/mesa/pipe/i915simple/i915_state_derived.c
index c24f54580e..bab3015fde 100644
--- a/src/mesa/pipe/i915simple/i915_state_derived.c
+++ b/src/mesa/pipe/i915simple/i915_state_derived.c
@@ -174,7 +174,7 @@ void i915_update_derived( struct i915_context *i915 )
if (i915->dirty & (I915_NEW_SETUP | I915_NEW_FS))
calculate_vertex_layout( i915 );
- if (i915->dirty & I915_NEW_SAMPLER)
+ if (i915->dirty & (I915_NEW_SAMPLER | I915_NEW_TEXTURE))
i915_update_samplers(i915);
if (i915->dirty & I915_NEW_TEXTURE)