summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-03-18 09:06:49 +0100
committerMarge Bot <emma+marge@anholt.net>2022-03-23 08:54:06 +0000
commit880d848b7da5cfaffaf9432e3637f02bd8f7ec6c (patch)
treec8d2f41f143f4af90f135c70540eec27542892e5 /docs
parentab2602001714117f73f6df7216107cdf160b9c94 (diff)
gallium: rename image atomic float-add 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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst
index 61a8297ab04..6d933ad78f4 100644
--- a/docs/gallium/screen.rst
+++ b/docs/gallium/screen.rst
@@ -535,8 +535,8 @@ The integer capabilities:
* ``PIPE_CAP_SURFACE_SAMPLE_COUNT``: Whether the driver
supports pipe_surface overrides of resource nr_samples. If set, will
enable EXT_multisampled_render_to_texture.
-* ``PIPE_CAP_TGSI_ATOMFADD``: Atomic floating point adds are supported on
- images, buffers, and shared memory.
+* ``PIPE_CAP_IMAGE_ATOMIC_FLOAT_ADD``: Atomic floating point adds are
+ supported on images, buffers, and shared memory.
* ``PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND``: True if the driver needs blend state to use zero/one instead of destination alpha for RGB/XRGB formats.
* ``PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS``: True if the driver wants TESSINNER and TESSOUTER to be inputs (rather than system values) for tessellation evaluation shaders.
* ``PIPE_CAP_DEST_SURFACE_SRGB_CONTROL``: Indicates whether the drivers