mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 13:18:17 +02:00
Update docs regarding anv shader dumps Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41827>
This commit is contained in:
parent
4339629e4e
commit
969aaf3061
2 changed files with 2 additions and 2 deletions
|
|
@ -422,7 +422,7 @@ paths in the shaders. To make use of this feature :
|
|||
3. Exit the application once enough data is captured
|
||||
|
||||
4. Untar the ``anv-shaders.mda.tar`` file created in the directory the
|
||||
application was launched
|
||||
application was launched (or in MDA_OUTPUT_DIR if it was set)
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
|
|
|
|||
|
|
@ -912,7 +912,7 @@ Intel driver environment variables
|
|||
|
||||
.. envvar:: MDA_OUTPUT_DIR
|
||||
|
||||
Directory where the mda.tar files generated when using INTEL_DEBUG=mda are
|
||||
Directory where the mda.tar files generated when using INTEL_DEBUG=mda or ANV_DEBUG=shader-dump are
|
||||
going to be written to. If not set, use the current directory.
|
||||
|
||||
.. envvar:: MDA_PREFIX
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue