Re: [Mesa-dev] [PATCH v2] radv: Handle command buffers that need scratch memory.

2017-01-29 Thread Dave Airlie
On 30 January 2017 at 03:26, Bas Nieuwenhuizen wrote: > v2: Create the descriptor BO with CPU access. > Signed-off-by: Bas Nieuwenhuizen Tom has pushed the spill to llvm 4.0 as well now, so with the checks changed to 4.0 for the series: Reviewed-by: Dave Airlie > --- > src/amd/vulkan/radv_de

[Mesa-dev] [PATCH v2] radv: Handle command buffers that need scratch memory.

2017-01-29 Thread Bas Nieuwenhuizen
v2: Create the descriptor BO with CPU access. Signed-off-by: Bas Nieuwenhuizen --- src/amd/vulkan/radv_device.c | 186 - src/amd/vulkan/radv_pipeline.c | 11 +-- src/amd/vulkan/radv_private.h | 8 ++ 3 files changed, 199 insertions(+), 6 deletions(-)