projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87cedb
)
draw: fix warning in sse code.
author
Dave Airlie
<airlied@redhat.com>
Sun, 1 Aug 2010 22:57:14 +0000
(08:57 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Sun, 1 Aug 2010 22:57:14 +0000
(08:57 +1000)
Not sure if this will actually fix the issue, but it fixes the warning.
src/gallium/auxiliary/draw/draw_vs_sse.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_vs_sse.c
b/src/gallium/auxiliary/draw/draw_vs_sse.c
index 14c95082a9df467634e4fcf517c2c3db3b7b0066..0b0c6077c6f07a3fd05c715d6e284dd6daf505cf 100644
(file)
--- 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 )