Mesa (master): gallium: PIPE_RESOURCE_FLAG_ENCRYPTED

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 11 08:56:10 UTC 2020


Module: Mesa
Branch: master
Commit: 413d91bbcb9f4a0db811c714d1cdcd731fee50b9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=413d91bbcb9f4a0db811c714d1cdcd731fee50b9

Author: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Date:   Mon Apr 27 11:21:35 2020 +0200

gallium: PIPE_RESOURCE_FLAG_ENCRYPTED

Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4401>

---

 src/gallium/include/pipe/p_defines.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index f1524b0cdb7..723e328a32b 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -502,6 +502,7 @@ enum pipe_flush_flags
 #define PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY (1 << 2)
 #define PIPE_RESOURCE_FLAG_SPARSE                (1 << 3)
 #define PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE     (1 << 4)
+#define PIPE_RESOURCE_FLAG_ENCRYPTED             (1 << 5)
 #define PIPE_RESOURCE_FLAG_DRV_PRIV    (1 << 8) /* driver/winsys private */
 #define PIPE_RESOURCE_FLAG_ST_PRIV     (1 << 24) /* state-tracker/winsys private */
 



More information about the mesa-commit mailing list