Re: [Mesa-dev] [PATCH 01/10] radv: disable prediction only if it has been enabled

2018-04-16 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Niuwenhuizen for the series. Thanks for the cleanup. On Fri, Apr 13, 2018 at 7:14 PM, Samuel Pitoiset wrote: > When decompressing DCC we don't enable it, so it's useless > to disable it. This reduces the number of prediction packets > sent to the GPU when performing color decom

[Mesa-dev] [PATCH 01/10] radv: disable prediction only if it has been enabled

2018-04-13 Thread Samuel Pitoiset
When decompressing DCC we don't enable it, so it's useless to disable it. This reduces the number of prediction packets sent to the GPU when performing color decompression passes. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_meta_fast_clear.c | 2 +- 1 file changed, 1 insertion(+), 1 d