Re: [Mesa-dev] [PATCH 4/5] radv: Use correct clear words for HTILE.

2017-05-30 Thread Bas Nieuwenhuizen
Yeah, I got your message on IRC and found this one too. Looking at things I suspect it is correct and just unhides a bug somewhere else though, so I was a bit reluctant to roll back. However, since I'm probably not able to fix this before the weekend, I just send a change that reverts the

Re: [Mesa-dev] [PATCH 4/5] radv: Use correct clear words for HTILE.

2017-05-30 Thread Fredrik Höglund
On Monday 22 May 2017, Bas Nieuwenhuizen wrote: > Did some RE'ing what several HTILE words give when read from a descriptor > with HTILE compression enabled. > > Seems to align with -pro usage for D16 too. > > Signed-off-by: Bas Nieuwenhuizen > --- >

[Mesa-dev] [PATCH 4/5] radv: Use correct clear words for HTILE.

2017-05-21 Thread Bas Nieuwenhuizen
Did some RE'ing what several HTILE words give when read from a descriptor with HTILE compression enabled. Seems to align with -pro usage for D16 too. Signed-off-by: Bas Nieuwenhuizen --- src/amd/vulkan/radv_cmd_buffer.c | 17 + 1 file changed, 13