Make this file build on non-SSE builds (e.g., Cell)
authorIan Romanick <idr@us.ibm.com>
Fri, 15 Feb 2008 18:00:31 +0000 (10:00 -0800)
committerIan Romanick <idr@us.ibm.com>
Fri, 15 Feb 2008 18:00:31 +0000 (10:00 -0800)
src/gallium/auxiliary/draw/draw_vs_sse.c

index 04349cb404c94c5efcbfb31457679ddb6e2eee3d..27bc66812c3ab7c8d11f4eb6458ae46fe6129d93 100644 (file)
@@ -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;
 }