diff options
| -rw-r--r-- | src/gallium/drivers/softpipe/sp_state_fs.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/gallium/drivers/softpipe/sp_state_fs.c b/src/gallium/drivers/softpipe/sp_state_fs.c index 816e0c18bd..2fff80c438 100644 --- a/src/gallium/drivers/softpipe/sp_state_fs.c +++ b/src/gallium/drivers/softpipe/sp_state_fs.c @@ -183,7 +183,6 @@ softpipe_set_constant_buffer(struct pipe_context *pipe,     const void *data = constants ? softpipe_resource(constants)->data : NULL;     assert(shader < PIPE_SHADER_TYPES); -   assert(index == 0);     draw_flush(softpipe->draw); | 
