Re: [Mesa-dev] [PATCH] radv/gfx9: use correct stencil format for tc compat htile.

2017-12-27 Thread Samuel Pitoiset
On 12/27/2017 02:24 AM, Dave Airlie wrote: From: Dave Airlie This needs to correspond to the bit depth of the Z plane. noticed in passing reading amdvlk. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_image.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

Re: [Mesa-dev] [PATCH] radv/gfx9: use correct stencil format for tc compat htile.

2017-12-27 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Wed, Dec 27, 2017 at 2:24 AM, Dave Airlie wrote: > From: Dave Airlie > > This needs to correspond to the bit depth of the Z plane. > > noticed in passing reading amdvlk. > > Signed-off-by: Dave Airlie > --- > src/amd/vulkan/radv_image.c | 9 ++--- > 1 fil

[Mesa-dev] [PATCH] radv/gfx9: use correct stencil format for tc compat htile.

2017-12-26 Thread Dave Airlie
From: Dave Airlie This needs to correspond to the bit depth of the Z plane. noticed in passing reading amdvlk. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_image.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/amd/vulkan/radv_image.c b/src/amd/vulkan/r