Re: [Mesa-dev] [PATCH] radv: Set correct metadata size for GFX9+.

2019-07-25 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 7/25/19 4:55 PM, Bas Nieuwenhuizen wrote: Without correct size, radeonsi assumes the metadata is incorrect, which can and will cause issues. Since the metadata is really incorrect without the size, let us fix that. Fixes: e43cc3e3afc "radv/gfx9: handle GFX9

[Mesa-dev] [PATCH] radv: Set correct metadata size for GFX9+.

2019-07-25 Thread Bas Nieuwenhuizen
Without correct size, radeonsi assumes the metadata is incorrect, which can and will cause issues. Since the metadata is really incorrect without the size, let us fix that. Fixes: e43cc3e3afc "radv/gfx9: handle GFX9 opaque metadata" --- src/amd/vulkan/radv_image.c | 3 ++- 1 file changed, 2