radeonsi: Initial support for multiple constant buffers

Graphics / Mesa 3D Graphics Library / Mesa - Michel Dänzer [amd.com] - 21 May 2013 10:50 UTC

Just enough to support an additional internal constant buffer for the user clip planes.

NOTE: This is a candidate for the 9.1 branch.

eb19163 radeonsi: Initial support for multiple constant buffers
src/gallium/drivers/radeonsi/r600_buffer.c | 30 ----------
src/gallium/drivers/radeonsi/radeonsi_pipe.h | 8 +++
src/gallium/drivers/radeonsi/si_state.c | 81 ++++++++++++--------------
src/gallium/drivers/radeonsi/si_state_draw.c | 73 +++++++++++++++++++++++
4 files changed, 119 insertions(+), 73 deletions(-)

Upstream: cgit.freedesktop.org


  • Share