Re: [Mesa-dev] [PATCH 3/3] radv: use indirect buffer for initial gfx state.

2017-02-13 Thread Bas Nieuwenhuizen
Series is Reviewed-by: Bas Nieuwenhuizen On Mon, Feb 13, 2017, at 05:15, Dave Airlie wrote: > From: Dave Airlie > > This puts the common gfx state for the device into an > indirect buffer, and just calls out to it, on CIK and above. > > This is taken from what radeonsi does. > > Signed-off-b

[Mesa-dev] [PATCH 3/3] radv: use indirect buffer for initial gfx state.

2017-02-12 Thread Dave Airlie
From: Dave Airlie This puts the common gfx state for the device into an indirect buffer, and just calls out to it, on CIK and above. This is taken from what radeonsi does. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_cmd_buffer.c | 16 +++- src/amd/vulkan/radv_device.c |