draw: check need_pipeline() in passthrough
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user