aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gallium
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>2020-05-18 17:15:55 +0200
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>2020-11-02 10:15:47 +0100
commit7748e501382bb7c8e845ac67f4631c3fd5e354df (patch)
treea474d5037358f11cf5a0faf903cc38e7a232483e /docs/gallium
parentb54c054a4182b30e7d8a13ee8a80eb57920e20a6 (diff)
downloadexternal_mesa3d-7748e501382bb7c8e845ac67f4631c3fd5e354df.tar.gz
external_mesa3d-7748e501382bb7c8e845ac67f4631c3fd5e354df.tar.bz2
external_mesa3d-7748e501382bb7c8e845ac67f4631c3fd5e354df.zip
gallium: add new cap PIPE_CAP_DEVICE_PROTECTED_CONTENT
Will be used to implement EGL_EXT_protected_surface. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5096>
Diffstat (limited to 'docs/gallium')
-rw-r--r--docs/gallium/screen.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst
index ff8d36086ba..f887f080ddc 100644
--- a/docs/gallium/screen.rst
+++ b/docs/gallium/screen.rst
@@ -592,6 +592,7 @@ The integer capabilities:
* ``PIPE_CAP_NIR_ATOMICS_AS_DEREF``: Whether NIR atomics instructions should reference atomics as NIR derefs instead of by indices.
* ``PIPE_CAP_NO_CLIP_ON_COPY_TEX``: Driver doesn't want x/y/width/height clipped based on src size when doing a copy texture operation (eg: may want out-of-bounds reads that produce 0 instead of leaving the texture content undefined)
* ``PIPE_CAP_MAX_TEXTURE_MB``: Maximum texture size in MB (default is 1024)
+* ``PIPE_CAP_DEVICE_PROTECTED_CONTENT``: Whether the device support protected / encrypted content.
.. _pipe_capf: