summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNico Cortes <nico.crts@gmail.com>2023-01-11 12:36:40 -0800
committerMarge Bot <emma+marge@anholt.net>2023-01-12 00:33:25 +0000
commit29adbb132f36c58fd77a2dca3a0514cef8433c69 (patch)
tree6650e43e9a6724ac4f44626cbd939a48c9548387 /docs
parenta3b0300ef104b11bd0432aac2ab377d319db6e61 (diff)
Revert "intel/compiler: fine-grained control of dispatch widths"
This reverts commit bed18ab3e2f3fb7f84568a7965becebbbcee9afb. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8063 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20654>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.rst37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst
index bec4c91451f..67155d75035 100644
--- a/docs/envvars.rst
+++ b/docs/envvars.rst
@@ -549,43 +549,6 @@ Intel driver environment variables
overrode shader with sha1 <SHA-1>" in stderr replacing the original
assembly.
-.. envvar:: INTEL_SIMD_DEBUG
-
- a comma-separated list of named flags, which control simd dispatch widths:
-
- ``fs8``
- allow generation of SIMD8 fragment shader
- ``fs16``
- allow generation of SIMD16 fragment shader
- ``fs32``
- allow generation of SIMD32 fragment shader
- ``cs8``
- allow generation of SIMD8 compute shader
- ``cs16``
- allow generation of SIMD16 compute shader
- ``cs32``
- allow generation of SIMD32 compute shader
- ``ts8``
- allow generation of SIMD8 task shader
- ``ts16``
- allow generation of SIMD16 task shader
- ``ts32``
- allow generation of SIMD32 task shader
- ``ms8``
- allow generation of SIMD8 mesh shader
- ``ms16``
- allow generation of SIMD16 mesh shader
- ``ms32``
- allow generation of SIMD32 mesh shader
- ``rt8``
- allow generation of SIMD8 ray-tracing shader
- ``rt16``
- allow generation of SIMD16 ray-tracing shader
- ``rt32``
- allow generation of SIMD32 ray-tracing shader
-
- If none of widths for particular shader stage was specified, then all
- widths are allowed.
DRI environment variables
-------------------------