Skip to content

radv,aco: improve error/warning logging and report them back to the app

Samuel Pitoiset requested to merge hakzsam/mesa:aco_report_msg into master

ACO errors and performance warnings can now be reported back to the app via VK_EXT_debug_report. This is similar to the SPIRV->NIR logging stuff.

We could add more helps in the future if needed (eg. aco_info() and aco_warn()).

Merge request reports