Re: [Mesa-dev] [PATCH 2/2] radv: emit esgs ring size in one place.

2017-11-12 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for the series, if you hadn't forgotten/pushed this yet. Sorry for the delay. On Mon, Nov 6, 2017 at 3:05 AM, Dave Airlie wrote: > From: Dave Airlie > > This register is the same on all gpus so far, so emit it in one > place and also for the pre-gfx9 gpus set the

[Mesa-dev] [PATCH 2/2] radv: emit esgs ring size in one place.

2017-11-05 Thread Dave Airlie
From: Dave Airlie This register is the same on all gpus so far, so emit it in one place and also for the pre-gfx9 gpus set the value in the pipeline creation. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_cmd_buffer.c | 14 +++--- src/amd/vulkan/radv_pipeline.c | 1 + 2 files c