Re: [Mesa-dev] [PATCH 08/25] radv: add tessellation ring allocation support.

2017-03-31 Thread Dave Airlie
On 31 March 2017 at 16:59, Bas Nieuwenhuizen wrote: > On Thu, Mar 30, 2017 at 10:00 AM, Dave Airlie wrote: >> From: Dave Airlie >> >> This patch adds support for the offchip rings for storing >> tessellation factors and attribute

Re: [Mesa-dev] [PATCH 08/25] radv: add tessellation ring allocation support.

2017-03-31 Thread Bas Nieuwenhuizen
On Thu, Mar 30, 2017 at 10:00 AM, Dave Airlie wrote: > From: Dave Airlie > > This patch adds support for the offchip rings for storing > tessellation factors and attribute data. > > It includes the register setup for the TF ring > > Signed-off-by: Dave

[Mesa-dev] [PATCH 08/25] radv: add tessellation ring allocation support.

2017-03-30 Thread Dave Airlie
From: Dave Airlie This patch adds support for the offchip rings for storing tessellation factors and attribute data. It includes the register setup for the TF ring Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_cmd_buffer.c | 6 ++