draw: fix warning in sse code.

Not sure if this will actually fix the issue, but it fixes the warning.
This commit is contained in:
Dave Airlie 2010-08-02 08:57:14 +10:00
parent a87cedbde0
commit aef4500ca4

View file

@ -84,6 +84,7 @@ vs_sse_run_linear( struct draw_vertex_shader *base,
const float (*input)[4],
float (*output)[4],
const void *constants[PIPE_MAX_CONSTANT_BUFFERS],
const unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
unsigned count,
unsigned input_stride,
unsigned output_stride )