Re: [Mesa-dev] [PATCH] radv: disable binning state in some situations

2018-03-22 Thread Bas Nieuwenhuizen
I'd rather we figure out a story of when it is faster. I tried a lot of stuff with the currently available games, and getting it consistently faster was difficult. So if you have a raven ridge, feel free to try something, but I'm not really a fan of copying it blindly without understanding it. On

[Mesa-dev] [PATCH] radv: disable binning state in some situations

2018-03-22 Thread Samuel Pitoiset
This is imported from RadeonSI/ADMVLK. That might or might not improve performance. Anyway, it's still disabled by default. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_pipeline.c | 56 +- 1 file changed, 55 insertions(+), 1 deletion(-) diff --g