Re: [Mesa-dev] [PATCH] radv: Also fix up 1D images in the image_size intrinsic.

2017-09-15 Thread Bas Nieuwenhuizen
Okay, this patch was just nonsense. Superseded by https://patchwork.freedesktop.org/patch/177162/ On Fri, Sep 15, 2017 at 9:24 PM, Bas Nieuwenhuizen wrote: > Forgotten when implementing them using 2D textures. > > This fixes: >

[Mesa-dev] [PATCH] radv: Also fix up 1D images in the image_size intrinsic.

2017-09-15 Thread Bas Nieuwenhuizen
Forgotten when implementing them using 2D textures. This fixes: dEQP-VK.image.image_size.1d_array.readonly_12x34 dEQP-VK.image.image_size.1d_array.readonly_1x1 dEQP-VK.image.image_size.1d_array.readonly_32x32 dEQP-VK.image.image_size.1d_array.readonly_7x1