summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-08-02 08:57:14 +1000
committerDave Airlie <airlied@redhat.com>2010-08-02 08:57:14 +1000
commitaef4500ca4ae9e5bc57560c6f9a32d9ad892975b (patch)
treec694058fe3c3c6339c21ecb242b45c8611e3e79e
parenta87cedbde0f6f1335691c524d539552f5c056215 (diff)
draw: fix warning in sse code.
Not sure if this will actually fix the issue, but it fixes the warning.
-rw-r--r--src/gallium/auxiliary/draw/draw_vs_sse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_sse.c b/src/gallium/auxiliary/draw/draw_vs_sse.c
index 14c95082a9..0b0c6077c6 100644
--- a/src/gallium/auxiliary/draw/draw_vs_sse.c
+++ b/src/gallium/auxiliary/draw/draw_vs_sse.c
@@ -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 )