Revert "softpipe: Don't draw when rasterizer_discard is set"

This was too aggressive and breaks TF (Ilia)

This reverts commit 4ee638cd78.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
Gert Wollny 2019-07-29 18:13:44 +02:00 committed by Gert Wollny
parent a563bb9e28
commit 7fb47195d8
1 changed files with 0 additions and 3 deletions

View File

@ -69,9 +69,6 @@ softpipe_draw_vbo(struct pipe_context *pipe,
if (!softpipe_check_render_cond(sp))
return;
if (sp->rasterizer && sp->rasterizer->rasterizer_discard)
return;
if (info->indirect) {
util_draw_indirect(pipe, info);
return;