i965: Dump validation list on INTEL_DEBUG=bat,submit.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 10 Apr 2018 08:19:55 +0000 (01:19 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 8 May 2018 17:08:16 +0000 (10:08 -0700)
commit20f06bc72b73491b2c8d56f2da2426c6fd3b4d4a
tree97ce1e7e7519daf9aafe8d86e8e466be5e309d88
parent06d3841882ffd575452aee30bfd051a0830cb4db
i965: Dump validation list on INTEL_DEBUG=bat,submit.

This is really useful when debugging any sort of buffer management
issues, so just printing it during INTEL_DEBUG=bat,submit seems
reasonable.  With bat, we're already spamming so much output that
it doesn't really hurt.  With submit, it's still easy to grep for
the older information, and the new information is nice too.

Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>
src/mesa/drivers/dri/i965/intel_batchbuffer.c