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:
Mike Blumenkrantz 2023-09-11 12:22:10 -04:00 committed by Marge Bot
parent ef00ea7b50
commit a2641ddf0d

View file

@ -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.