Re: [Mesa-dev] [PATCH] radv: don't set surf_index for stencil-only images

2018-12-17 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 12/14/18 7:32 PM, Rhys Perry wrote: Fixes: f8d5b377c8b ('radv: set cb base tile swizzles for MRT speedups (v4)') Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108116 Signed-off-by: Rhys Perry --- Unfortunately I was not able to test this patch on a Pola

Re: [Mesa-dev] [PATCH] radv: don't set surf_index for stencil-only images

2018-12-15 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Fri, Dec 14, 2018 at 7:32 PM Rhys Perry wrote: > > Fixes: f8d5b377c8b ('radv: set cb base tile swizzles for MRT speedups (v4)') > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108116 > Signed-off-by: Rhys Perry > --- > Unfortunately I was not able to te

[Mesa-dev] [PATCH] radv: don't set surf_index for stencil-only images

2018-12-14 Thread Rhys Perry
Fixes: f8d5b377c8b ('radv: set cb base tile swizzles for MRT speedups (v4)') Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108116 Signed-off-by: Rhys Perry --- Unfortunately I was not able to test this patch on a Polaris due to hardware issues. It fixed the deqp-vk tests mentioned in the