draw: check need_pipeline() in passthrough
authorKeith Whitwell <keith@tungstengraphics.com>
Sun, 23 Mar 2008 21:55:19 +0000 (21:55 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Sun, 23 Mar 2008 21:55:19 +0000 (21:55 +0000)
src/gallium/auxiliary/draw/draw_pt.c

index 219b563..d7169f7 100644 (file)
@@ -114,7 +114,7 @@ draw_pt_arrays(struct draw_context *draw,
       middle = draw->pt.middle.fetch_shade_cliptest_pipeline;
    }
 #else
-   if (cliptest /*|| pipeline*/ || shading)
+   if (cliptest || pipeline || shading)
       return FALSE;
 
    middle = draw->pt.middle.fetch_emit;