mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965: Drop BRW_NEW_RASTERIZER_DISCARD flag from Broadwell SOL atom.
Nothing actually uses this---we handle rasterizer discard in the clipper in order for statistics counters to work. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
f68353c57c
commit
47682f2ca1
1 changed files with 0 additions and 1 deletions
|
|
@ -167,7 +167,6 @@ const struct brw_tracked_state gen8_sol_state = {
|
|||
.dirty = {
|
||||
.mesa = _NEW_LIGHT,
|
||||
.brw = BRW_NEW_BATCH |
|
||||
BRW_NEW_RASTERIZER_DISCARD |
|
||||
BRW_NEW_TRANSFORM_FEEDBACK |
|
||||
BRW_NEW_VUE_MAP_GEOM_OUT,
|
||||
.cache = 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue