diff options
author | Kenneth Graunke <[email protected]> | 2017-09-15 17:47:07 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-09-15 21:51:45 -0700 |
commit | 4f8d1af0f6f45e4f62c9456b018e9945df1e6054 (patch) | |
tree | 3443a5a7544c0df172ff87408493760f09fa8f3f /docs | |
parent | 3115687f9b9830417c408228db2bc679e346bba6 (diff) |
i965: Add an INTEL_DEBUG=reemit option.
Jason and I use this for debugging all the time. Recompiling the driver
to enable it is kind of annoying. It's a great thing to try along with
always_flush_batch=true and always_flush_cache=true to detect a class of
problems - namely, atoms listening to an insufficient set of dirty bits.
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/envvars.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 6c2bdab1554..ea42a50779b 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -192,6 +192,7 @@ See the <a href="xlibdriver.html">Xlib software driver page</a> for details. <li>perfmon - emit messages about AMD_performance_monitor</li> <li>pix - emit messages about pixel operations</li> <li>prim - emit messages about drawing primitives</li> + <li>reemit - mark all state dirty on each draw call</li> <li>sf - emit messages about the strips & fans unit (for old gens, includes the SF program)</li> <li>shader_time - record how much GPU time is spent in each shader</li> <li>spill_fs - force spilling of all registers in the scalar backend (useful to debug spilling code)</li> |