diff options
author | Emma Anholt <emma@anholt.net> | 2022-08-31 22:37:29 -0700 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-09-06 17:11:14 +0000 |
commit | 7662a5e9d34515bd44a97b3726490f31490b57c6 (patch) | |
tree | daa84cf005f9473405617f6ffdbe924d70aba046 /docs | |
parent | dda28a3e35ce4e590c8219865c359a3020c1aea0 (diff) | |
download | mesa-7662a5e9d34515bd44a97b3726490f31490b57c6.tar.gz mesa-7662a5e9d34515bd44a97b3726490f31490b57c6.tar.bz2 mesa-7662a5e9d34515bd44a97b3726490f31490b57c6.zip |
mesa: Remove PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED/lower_cs_derived.
We have fine NIR lowering for this (already called from mesa/st), no need
for a separate GLSL pass.
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18361>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gallium/screen.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/gallium/screen.rst b/docs/gallium/screen.rst index 037f63c0381..2b6bf438d74 100644 --- a/docs/gallium/screen.rst +++ b/docs/gallium/screen.rst @@ -561,9 +561,6 @@ The integer capabilities: OpenMAX should use a compute-based blit instead of pipe_context::blit and compute pipeline for compositing images. * ``PIPE_CAP_FRAGMENT_SHADER_INTERLOCK``: True if fragment shader interlock functionality is supported. -* ``PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED``: True if driver handles - gl_LocalInvocationIndex and gl_GlobalInvocationID. Otherwise, gallium frontends will - lower those system values. * ``PIPE_CAP_ATOMIC_FLOAT_MINMAX``: Atomic float point minimum, maximum, exchange and compare-and-swap support to buffer and shared variables. * ``PIPE_CAP_TGSI_DIV``: Whether opcode DIV is supported |