Re: [Mesa-dev] [PATCH 13/23] anv: Better support for Android logging

2017-09-06 Thread Chad Versace
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

Re: [Mesa-dev] [PATCH 13/23] anv: Better support for Android logging

2017-09-02 Thread Jason Ekstrand
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

[Mesa-dev] [PATCH 13/23] anv: Better support for Android logging

2017-09-02 Thread Chad Versace
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