mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
docs: Add INTEL_DEBUG_BKP_BEFORE/AFTER_DRAW_COUNT
Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24308>
This commit is contained in:
parent
f575d4bc6f
commit
12be0829ea
1 changed files with 6 additions and 0 deletions
|
|
@ -516,6 +516,12 @@ Intel driver environment variables
|
|||
``do32``
|
||||
generate compute shader SIMD32 programs even if workgroup size
|
||||
doesn't exceed the SIMD16 limit
|
||||
``draw_bkp``
|
||||
Add semaphore wait before/after draw call count.
|
||||
``INTEL_DEBUG_BKP_BEFORE_DRAW_COUNT`` or
|
||||
``INTEL_DEBUG_BKP_AFTER_DRAW_COUNT`` can control draw call number.
|
||||
To make test wait forever, we need to set preempt_timeout_ms and
|
||||
i915.enable_hangcheck to zero.
|
||||
``fall``
|
||||
emit messages about performance issues (same as ``perf``)
|
||||
``fs``
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue