gallium/radeon: add barrier_flags to r600_common_screen

Graphics / Mesa 3D Graphics Library / Mesa - Nicolai Hähnle [amd.com] - 29 September 2016 04:14 UTC

There are driver-specific context flags for barriers that are not covered by the Gallium barrier interfaces.

The R600 settings of these flags may not be optimal, but we're not going to use them yet anyway.

8e4de00 gallium/radeon: add barrier_flags to r600_common_screen
src/gallium/drivers/r600/r600_pipe.c | 6 ++++++
src/gallium/drivers/radeon/r600_pipe_common.h | 12 ++++++++++++
src/gallium/drivers/radeonsi/si_pipe.c | 5 +++++
3 files changed, 23 insertions(+)

Upstream: cgit.freedesktop.org


  • Share