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 219b56342279b0db84164c80e2028a84086f78ef..d7169f78f446bdc1343a3f7acafc989c4f1f5d60 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;