projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
397b81b
)
Make this file build on non-SSE builds (e.g., Cell)
author
Ian Romanick
<idr@us.ibm.com>
Fri, 15 Feb 2008 18:00:31 +0000
(10:00 -0800)
committer
Ian Romanick
<idr@us.ibm.com>
Fri, 15 Feb 2008 18:00:31 +0000
(10:00 -0800)
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 04349cb404c94c5efcbfb31457679ddb6e2eee3d..27bc66812c3ab7c8d11f4eb6458ae46fe6129d93 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_vs_sse.c
+++ b/
src/gallium/auxiliary/draw/draw_vs_sse.c
@@
-243,7
+243,7
@@
struct draw_vertex_shader *
draw_create_vs_sse( struct draw_context *draw,
const struct pipe_shader_state *templ )
{
- return
NULL
;
+ return
(void *) 0
;
}