On Sat 02 Sep 2017, Jason Ekstrand wrote:
> This is going to conflict badly with tapani's work to implement
> VK_EXT_debug_report (which I need to finish reviewing).
Understood. It probably conflicts with other in-flight patches too.
___
mesa-dev mailing
This is going to conflict badly with tapani's work to implement
VK_EXT_debug_report (which I need to finish reviewing).
On Sat, Sep 2, 2017 at 1:17 AM, Chad Versace
wrote:
> In src/intel/vulkan/*, redirect all instances of printf, vk_error,
> anv_loge, anv_debug, anv_finishme, anv_perf_warn, anv
In src/intel/vulkan/*, redirect all instances of printf, vk_error,
anv_loge, anv_debug, anv_finishme, anv_perf_warn, anv_assert, and their
many variants to the new intel_log functions. I believe I caught them
all.
The other subdirs of src/intel are left for a future exercise.
---
src/intel/vulkan