softpipe: remove assert on setting constbufs greater than zero

This commit is contained in:
Keith Whitwell
2010-05-31 16:43:45 +01:00
parent a6d9d18fae
commit 14ce1860d4

View File

@@ -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);