Re: [Mesa-dev] [PATCH] radv: Use the alternative workaround for GFX9 scissor issues.

2018-01-01 Thread Giuseppe Bilotta
On Sat, Dec 30, 2017 at 10:52 PM, Bas Nieuwenhuizen wrote: > I don't like having to fush, so this introduces the other workaround. typo: flush +* do a PS_APRTIAL_FLUSH before writing them, or we need to always write it if I assume this would be PARTIAL (Sorry I can only grammar-nazi th

[Mesa-dev] [PATCH] radv: Use the alternative workaround for GFX9 scissor issues.

2017-12-30 Thread Bas Nieuwenhuizen
I don't like having to fush, so this introduces the other workaround. Since my experience is that context register writes are pretty cheap, this should not have too much overhead. I haven't seen any significant perf changes in benchmarks or games though. --- src/amd/vulkan/radv_cmd_buffer.c | 22