Re: [Mesa-dev] [PATCH 3/9] radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers

2016-09-17 Thread Nicolai Hähnle
On 16.09.2016 22:20, Bas Nieuwenhuizen wrote: On Fri, Sep 16, 2016 at 3:57 PM, Nicolai Hähnle wrote: From: Nicolai Hähnle These functions extract the pipe state structure from the current descriptors, for state saving. ---

Re: [Mesa-dev] [PATCH 3/9] radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers

2016-09-16 Thread Bas Nieuwenhuizen
On Fri, Sep 16, 2016 at 3:57 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > These functions extract the pipe state structure from the current > descriptors, for state saving. > --- > src/gallium/drivers/radeonsi/si_descriptors.c | 46 >

[Mesa-dev] [PATCH 3/9] radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers

2016-09-16 Thread Nicolai Hähnle
From: Nicolai Hähnle These functions extract the pipe state structure from the current descriptors, for state saving. --- src/gallium/drivers/radeonsi/si_descriptors.c | 46 +++ src/gallium/drivers/radeonsi/si_state.h | 5 +++ 2 files