draw: check need_pipeline() in passthrough

This commit is contained in:
Keith Whitwell
2008-03-23 21:55:19 +00:00
parent 3e9b1bc100
commit 3b217c7fa7
+1 -1
View 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;