Skip to content

panfrost: use mesa_log infra instead of stdio

Erik Faye-Lund requested to merge kusma/mesa:panfrost-printf-fixes into main

panfrost: use mesa_log infra instead of stdio

It's generally useful to use mesa_log for error messages etc. This makes it easier to forward diagnostics into the right logs etc.

So let's be more consistent about where we're logging things.

Merge request reports

Loading