mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
gallium: add PIPE_MAP_NONE
not actually used, just for trace printing Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25189>
This commit is contained in:
parent
ef00ea7b50
commit
a2641ddf0d
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ enum pipe_tex_reduction_mode {
|
|||
*/
|
||||
enum pipe_map_flags
|
||||
{
|
||||
PIPE_MAP_NONE = 0,
|
||||
/**
|
||||
* Resource contents read back (or accessed directly) at transfer
|
||||
* create time.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue