diff options
author | Jakob Bornecrantz <[email protected]> | 2010-11-29 21:37:09 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2011-01-21 20:53:29 +0100 |
commit | 2e60aa511dd232f88697d1cc2091442caaef79b2 (patch) | |
tree | ab5b478e618aa54cd6f87141cc7de43be87d2b01 /src/gallium/drivers/i915/i915_state_fpc.c | |
parent | 7287964f944d7e2bcf409b758163ab75c61b0f8e (diff) |
i915g: Don't emit FS constants when VS contants change
Diffstat (limited to 'src/gallium/drivers/i915/i915_state_fpc.c')
-rw-r--r-- | src/gallium/drivers/i915/i915_state_fpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_state_fpc.c b/src/gallium/drivers/i915/i915_state_fpc.c index ec7cec0e471..1959a24691d 100644 --- a/src/gallium/drivers/i915/i915_state_fpc.c +++ b/src/gallium/drivers/i915/i915_state_fpc.c @@ -40,7 +40,7 @@ static void update_hw_constants(struct i915_context *i915) struct i915_tracked_state i915_hw_constants = { "hw_constants", update_hw_constants, - I915_NEW_CONSTANTS | I915_NEW_FS + I915_NEW_FS_CONSTANTS | I915_NEW_FS }; |