summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-03-18 08:53:36 +0100
committerMarge Bot <emma+marge@anholt.net>2022-03-23 08:54:06 +0000
commitab2602001714117f73f6df7216107cdf160b9c94 (patch)
tree403f7570c404c94749642ee471a3a4d9e90c2400 /docs
parent36373e8e1e4f236fab1fb40863f125fb250b6ba2 (diff)
gallium: rename window-space position 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.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst
index d3fa13741a6..61a8297ab04 100644
--- a/docs/gallium/screen.rst
+++ b/docs/gallium/screen.rst
@@ -235,9 +235,8 @@ The integer capabilities:
implemented.
* ``PIPE_CAP_TEXTURE_GATHER_OFFSETS``: Whether the ``TG4`` instruction can
accept 4 offsets.
-* ``PIPE_CAP_TGSI_VS_WINDOW_SPACE_POSITION``: Whether
- TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION is supported, which disables clipping
- and viewport transformation.
+* ``PIPE_CAP_VS_WINDOW_SPACE_POSITION``: Whether window-space position is
+ supported, which disables clipping and viewport transformation.
* ``PIPE_CAP_MAX_VERTEX_STREAMS``: The maximum number of vertex streams
supported by the geometry shader. If stream-out is supported, this should be
at least 1. If stream-out is not supported, this should be 0.