summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-03-14 10:11:26 +0100
committerMarge Bot <emma+marge@anholt.net>2022-03-17 16:44:42 +0000
commit2dff9bea4ffe26434baea6f6c4e975f194b03825 (patch)
tree046d541524cc559bdf6dc5b8c04aff6df12e9683 /docs
parent350329feb1dc81aa063e0b2e9f463640a78352e6 (diff)
gallium: rename array-components cap
This cap is no longer TGSI specific, so let's update the name to reflect reality. Reviewed-by: Adam Jackson <ajax@redhat.com> Acked-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15316>
Diffstat (limited to 'docs')
-rw-r--r--docs/gallium/screen.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst
index 69bbdfc4d4e..63ab470779e 100644
--- a/docs/gallium/screen.rst
+++ b/docs/gallium/screen.rst
@@ -393,7 +393,7 @@ The integer capabilities:
32-bit. If set to off, that means that a B5G6R5 + Z24 or RGBA8 + Z16
combination will require a driver fallback, and should not be
advertised in the GLX/EGL config list.
-* ``PIPE_CAP_TGSI_ARRAY_COMPONENTS``: If true, the driver interprets the
+* ``PIPE_CAP_SHADER_ARRAY_COMPONENTS``: If true, the driver interprets the
UsageMask of input and output declarations and allows declaring arrays
in overlapping ranges. The components must be a contiguous range, e.g. a
UsageMask of xy or yzw is allowed, but xz or yw isn't. Declarations with