diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2022-01-18 14:03:13 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-10-27 10:53:18 +0000 |
commit | 62ac2cec854062cf044d67dc34085b934d904257 (patch) | |
tree | 10c47fe8aff49b5d14f54276c71ed7c090ad3f88 /include/GL | |
parent | ed7d64962ee05d2c88fb7482c627799573b4a135 (diff) | |
download | mesa-62ac2cec854062cf044d67dc34085b934d904257.tar.gz mesa-62ac2cec854062cf044d67dc34085b934d904257.tar.bz2 mesa-62ac2cec854062cf044d67dc34085b934d904257.zip |
dri: rename PROTECTED_CONTENT in PROTECTED_SURFACE
Better suiting to the associated extension EXT_protected_surface.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8092>
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/internal/dri_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 09ed565fd8b..f29f62833b9 100644 --- a/include/GL/internal/dri_interface.h +++ b/include/GL/internal/dri_interface.h @@ -1890,7 +1890,7 @@ typedef struct __DRIDriverVtableExtensionRec { #define __DRI2_RENDERER_HAS_CONTEXT_PRIORITY_MEDIUM (1 << 1) #define __DRI2_RENDERER_HAS_CONTEXT_PRIORITY_HIGH (1 << 2) -#define __DRI2_RENDERER_HAS_PROTECTED_CONTENT 0x000e +#define __DRI2_RENDERER_HAS_PROTECTED_SURFACE 0x000e #define __DRI2_RENDERER_PREFER_BACK_BUFFER_REUSE 0x000f #define __DRI2_RENDERER_HAS_NO_ERROR_CONTEXT 0x0010 |