mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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:
parent
a563bb9e28
commit
7fb47195d8
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue