diff options
author | Corbin Simpson <[email protected]> | 2010-08-20 00:18:30 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-08-20 00:18:30 -0700 |
commit | e0ef4800f5deb81ed57dccf8ba39e01c12f4beff (patch) | |
tree | e076afb42734bfcd236c336bd594004321a95cf6 /src/gallium/drivers/i915 | |
parent | cdc1c67b9896cd0d919f736fe61a4396bf0ad5c0 (diff) |
galahad, i915g: Copy over constant buffer index check.
Diffstat (limited to 'src/gallium/drivers/i915')
-rw-r--r-- | src/gallium/drivers/i915/i915_state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i915/i915_state.c b/src/gallium/drivers/i915/i915_state.c index cbddb214fb4..8c53b06931b 100644 --- a/src/gallium/drivers/i915/i915_state.c +++ b/src/gallium/drivers/i915/i915_state.c @@ -527,8 +527,6 @@ static void i915_set_constant_buffer(struct pipe_context *pipe, struct i915_context *i915 = i915_context(pipe); draw_flush(i915->draw); - assert(index == 0); - /* Make a copy of shader constants. * During fragment program translation we may add additional * constants to the array. |