i965: Add an INTEL_DEBUG=reemit option.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 16 Sep 2017 00:47:07 +0000 (17:47 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 16 Sep 2017 04:51:45 +0000 (21:51 -0700)
commit4f8d1af0f6f45e4f62c9456b018e9945df1e6054
tree3443a5a7544c0df172ff87408493760f09fa8f3f
parent3115687f9b9830417c408228db2bc679e346bba6
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 <mattst88@gmail.com>
docs/envvars.html
src/intel/common/gen_debug.c
src/intel/common/gen_debug.h
src/mesa/drivers/dri/i965/brw_state_upload.c