summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFelix DeGrood <felix.j.degrood@intel.com>2023-04-24 21:02:27 +0000
committerFelix Degrood <felix.j.degrood@intel.com>2023-04-28 04:37:05 +0000
commitb22e5fab8c43fb7d207a2a6ecf3cbe5a6c62506d (patch)
tree081bdd13c860388d5093b00ed5d7964d3d37540e /docs
parent543c554ed6dbfc189a3fb30be1f6367a9f4a65ec (diff)
downloadmesa-b22e5fab8c43fb7d207a2a6ecf3cbe5a6c62506d.tar.gz
docs: Add INTEL_DEBUG_BATCH_FRAME_START/_STOP
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22564>
Diffstat (limited to 'docs')
-rw-r--r--docs/envvars.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/envvars.rst b/docs/envvars.rst
index 9294dc1f9a0..36390855366 100644
--- a/docs/envvars.rst
+++ b/docs/envvars.rst
@@ -448,7 +448,9 @@ Intel driver environment variables
``ann``
annotate IR in assembly dumps
``bat``
- emit batch information
+ emit batch information. Can control in which frames batches
+ get dumped using ``INTEL_DEBUG_BATCH_FRAME_*``, where
+ ``INTEL_DEBUG_BATCH_FRAME_START`` <= frame < ``INTEL_DEBUG_BATCH_FRAME_STOP``
``blit``
emit messages about blit operations
``blorp``