i965: Drop BRW_NEW_RASTERIZER_DISCARD flag from Broadwell SOL atom.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 18 Mar 2014 03:05:13 +0000 (20:05 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 8 Apr 2014 06:37:16 +0000 (23:37 -0700)
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>
src/mesa/drivers/dri/i965/gen8_sol_state.c

index 42cd2fc1216ff0b5fb4275e568f80bd6c2c9e373..ebcdaf8f9c3d950e1f35e9dc5e6ce38ee285ab43 100644 (file)
@@ -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,