Skip to content
  • Lina Versace's avatar
    anv: Better support for Android logging (v2) · a9ca8f37
    Lina Versace authored
    
    
    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.
    
    v2:
      - Rebase onto Tapani's VK_EXT_debug_report changes.
      - Drop unused #include <cutils/log.h>.
    
    Reviewed-by: default avatarJason Ekstrand <jason@jlekstrand.net>
    a9ca8f37