From 2dff9bea4ffe26434baea6f6c4e975f194b03825 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 14 Mar 2022 10:11:26 +0100 Subject: 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 Acked-by: Ian Romanick Part-of: --- docs/gallium/screen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3