diff options
author | Felix DeGrood <felix.j.degrood@intel.com> | 2023-07-07 17:15:01 +0000 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-08-03 19:57:19 +0000 |
commit | 6e7718dcea4159b358be46d709db05f0fb1b02b1 (patch) | |
tree | 568ba2eeeef892966e59e8bedf046c5c3ee226c8 /docs/envvars.rst | |
parent | df349bc2befb860b2b00782f3770a1428ac19146 (diff) | |
download | mesa-6e7718dcea4159b358be46d709db05f0fb1b02b1.tar.gz mesa-6e7718dcea4159b358be46d709db05f0fb1b02b1.tar.bz2 mesa-6e7718dcea4159b358be46d709db05f0fb1b02b1.zip |
anv: debug messaging for sparse texture usage
Enable sparse debug messages with INTEL_DEBUG=sparse
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24046>
Diffstat (limited to 'docs/envvars.rst')
-rw-r--r-- | docs/envvars.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst index c4f61ff6774..31d7e43886d 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -571,6 +571,8 @@ Intel driver environment variables the SF program) ``soft64`` enable implementation of software 64bit floating point support + ``sparse`` + dump usage of sparse resources ``spill_fs`` force spilling of all registers in the scalar backend (useful to debug spilling code) |