Re: [Mesa-dev] [PATCH 2/2] radv: avoid PS partial flushes when viewports/scissors don't change

2018-01-05 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for the series. On Fri, Jan 5, 2018 at 6:26 PM, Samuel Pitoiset wrote: > For Vega10 and Raven that need a special workaround for the > scissor bug. > > This seems to give a minor boost for Talos and Dota 2, at

[Mesa-dev] [PATCH 2/2] radv: avoid PS partial flushes when viewports/scissors don't change

2018-01-05 Thread Samuel Pitoiset
For Vega10 and Raven that need a special workaround for the scissor bug. This seems to give a minor boost for Talos and Dota 2, at least. To reduce the cost of memcmp, the driver checks if it's really useful to do the comparison. Signed-off-by: Samuel Pitoiset ---