gallium: add PIPE_BARRIER_STREAMOUT_BUFFER
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -367,6 +367,7 @@ enum pipe_flush_flags
|
||||
#define PIPE_BARRIER_TEXTURE (1 << 7)
|
||||
#define PIPE_BARRIER_IMAGE (1 << 8)
|
||||
#define PIPE_BARRIER_FRAMEBUFFER (1 << 9)
|
||||
#define PIPE_BARRIER_STREAMOUT_BUFFER (1 << 10)
|
||||
|
||||
/**
|
||||
* Resource binding flags -- state tracker must specify in advance all
|
||||
|
||||
Reference in New Issue
Block a user