mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 03:40:10 +01:00
gallium: introduce PIPE_BIND_PROTECTED
Resources using this flag will be encrypted (eg using TMZ on radeonsi). Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5096>
This commit is contained in:
parent
7748e50138
commit
a653504549
1 changed files with 1 additions and 0 deletions
|
|
@ -501,6 +501,7 @@ enum pipe_flush_flags
|
|||
#define PIPE_BIND_SCANOUT (1 << 19) /* */
|
||||
#define PIPE_BIND_SHARED (1 << 20) /* get_texture_handle ??? */
|
||||
#define PIPE_BIND_LINEAR (1 << 21)
|
||||
#define PIPE_BIND_PROTECTED (1 << 22) /* Resource will be protected/encrypted */
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue