Re: [Mesa-dev] [PATCH] radv/gfx10: don't set array pitch field on images

2019-07-15 Thread Bas Nieuwenhuizen
r-b On Tue, Jul 16, 2019 at 1:25 AM Dave Airlie wrote: > > From: Dave Airlie > > Setting this seems to be broken, amdvlk only sets it for quilted > textures which I'm not sure what those are. > > Fixes: dEQP-VK.glsl.texture_functions.query.texturesize*3d* > --- > src/amd/vulkan/radv_image.c | 2

[Mesa-dev] [PATCH] radv/gfx10: don't set array pitch field on images

2019-07-15 Thread Dave Airlie
From: Dave Airlie Setting this seems to be broken, amdvlk only sets it for quilted textures which I'm not sure what those are. Fixes: dEQP-VK.glsl.texture_functions.query.texturesize*3d* --- src/amd/vulkan/radv_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/