Re: [Mesa-dev] [PATCH 1/9] radv/meta: add support for save/restore meta without vertex data.

2017-04-18 Thread Bas Nieuwenhuizen
Nice cleanup. Reviewed-by: Bas Nieuwenhuizen On Wed, Apr 19, 2017 at 1:27 AM, Dave Airlie wrote: > From: Dave Airlie > > Some of the shaders could just generate the vertex data in the > shader, so add helpers to allow us to move

[Mesa-dev] [PATCH 1/9] radv/meta: add support for save/restore meta without vertex data.

2017-04-18 Thread Dave Airlie
From: Dave Airlie Some of the shaders could just generate the vertex data in the shader, so add helpers to allow us to move to doing that. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_meta.c | 39 +++