<div dir="ltr">Looks pretty good over-all.  Most of the comments are on patch 1.  I fully expect v3 to get merged.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 28, 2017 at 10:44 PM, Tapani Pälli <span dir="ltr"><<a href="mailto:tapani.palli@intel.com" target="_blank">tapani.palli@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi;<br>
<br>
Here's v2 of VK_EXT_debug_report with fixes to issues found by Jason<br>
and for some issues that came up with crucible testing, I've pushed<br>
VK_EXT_debug_report support for crucible so that can be used for<br>
verifying the functionality. 2 last patches are resent, I think they<br>
got lost in the noise and are related to this functionality.<br>
<br>
Plan would be to hook spirv errors/warnings to this as well as other<br>
existing error reporting such as vk_error and couple of fprintfs.<br>
<br>
Thanks;<br>
<br>
<br>
Tapani Pälli (5):<br>
  anv: implementation of VK_EXT_debug_report extension<br>
  anv: wire up anv_perf_warn macro to do debug reporting<br>
  anv: wire up vk_errorf macro to do debug reporting<br>
  anv: move brw_process_intel_debug_<wbr>variable to happen early<br>
  anv: remove extra 'debug:' from anv_debug_ignored_stype<br>
<br>
 src/intel/Makefile.sources          |   1 +<br>
 src/intel/vulkan/anv_<wbr>allocator.c    |   8 +-<br>
 src/intel/vulkan/anv_debug_<wbr>report.c | 124 +++++++++++++++++++++++++++++<br>
 src/intel/vulkan/anv_device.c       |  91 ++++++++++++++++++----<br>
 src/intel/vulkan/anv_<wbr>extensions.py  |   1 +<br>
 src/intel/vulkan/anv_formats.c      |   3 +-<br>
 src/intel/vulkan/anv_image.c        |  12 +--<br>
 src/intel/vulkan/anv_private.h      | 150 ++++++++++++++++++++++++++++++<wbr>++++--<br>
 src/intel/vulkan/anv_queue.c        |  13 ++--<br>
 src/intel/vulkan/anv_util.c         |  22 +++++-<br>
 src/intel/vulkan/anv_wsi.c          |   6 +-<br>
 src/intel/vulkan/genX_cmd_<wbr>buffer.c  |  12 ++-<br>
 src/intel/vulkan/genX_query.c       |   3 +-<br>
 13 files changed, 397 insertions(+), 49 deletions(-)<br>
 create mode 100644 src/intel/vulkan/anv_debug_<wbr>report.c<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
2.13.5<br>
<br>
</font></span></blockquote></div><br></div>