r300g,r600g,radeonsi: add support for ARB_buffer_storage

Graphics / Mesa 3D Graphics Library / Mesa - Marek Olšák [amd.com] - 25 February 2014 09:05 UTC

All GTT memory mappings are coherent and therefore can be persistent.

6381dd7 r300g,r600g,radeonsi: add support for ARB_buffer_storage
src/gallium/drivers/r300/r300_screen.c | 1 +
src/gallium/drivers/r300/r300_state.c | 5 +++++
src/gallium/drivers/r600/r600_pipe.c | 1 +
src/gallium/drivers/radeon/r600_buffer_common.c | 8 ++++++++
src/gallium/drivers/radeon/r600_pipe_common.c | 5 +++++
src/gallium/drivers/radeonsi/si_pipe.c | 1 +
6 files changed, 21 insertions(+)

Upstream: cgit.freedesktop.org


  • Share