mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 04:00:12 +01:00
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:
parent
b8ec205515
commit
b15b1faefd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue