Re: [Mesa-dev] [PATCH] radv: Implement TC compatible HTILE.

2017-10-03 Thread Dave Airlie
On 4 October 2017 at 10:51, Bas Nieuwenhuizen wrote: > The situations where we enable it are quite limitied, but it works, > even for madmax, so lets just enable it. Let's land it, then we can work out where it needs tuning. Reviewed-by: Dave Airlie Dave. > --- > src/amd/vulkan/radv_device.c

[Mesa-dev] [PATCH] radv: Implement TC compatible HTILE.

2017-10-03 Thread Bas Nieuwenhuizen
The situations where we enable it are quite limitied, but it works, even for madmax, so lets just enable it. --- src/amd/vulkan/radv_device.c | 28 ++-- src/amd/vulkan/radv_image.c | 21 + src/amd/vulkan/radv_meta_clear.c | 18 ++