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:
committed by
Marge Bot
parent
ef00ea7b50
commit
a2641ddf0d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user