summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-03-18 09:13:03 +0100
committerMarge Bot <emma+marge@anholt.net>2022-03-23 08:54:06 +0000
commitd5ed8d4126333d3d63868f824fb7467e7ca05429 (patch)
tree4b26c01aa8078691f167ce5a684a711dbd5a13ed /docs
parent880d848b7da5cfaffaf9432e3637f02bd8f7ec6c (diff)
gallium: rename image atomic inc-wrap cap
This cap is no longer TGSI specific, so let's rename it to reflect reality. Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15448>
Diffstat (limited to 'docs')
-rw-r--r--docs/gallium/screen.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst
index 6d933ad78f4..eac08f411c3 100644
--- a/docs/gallium/screen.rst
+++ b/docs/gallium/screen.rst
@@ -579,7 +579,8 @@ The integer capabilities:
* ``PIPE_CAP_TEXTURE_SHADOW_LOD``: True if the driver supports shadow sampler
types with texture functions having interaction with LOD of texture lookup.
* ``PIPE_CAP_SHADER_SAMPLES_IDENTICAL``: True if the driver supports a shader query to tell whether all samples of a multisampled surface are definitely identical.
-* ``PIPE_CAP_TGSI_ATOMINC_WRAP``: Atomic increment/decrement + wrap around are supported.
+* ``PIPE_CAP_IMAGE_ATOMIC_INC_WRAP``: Atomic increment/decrement + wrap around
+ are supported.
* ``PIPE_CAP_PREFER_IMM_ARRAYS_AS_CONSTBUF``: True if gallium frontends should
turn arrays whose contents can be deduced at compile time into constant
buffer loads, or false if the driver can handle such arrays itself in a more