Signed-off-by: Italo Nicola <italonicola@collabora.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22210>
#include "etnaviv_asm.h"
#include "etnaviv_compiler.h"
#include "util/compiler.h"
+#include "util/log.h"
struct etna_compile {
nir_shader *nir;
};
#define compile_error(ctx, args...) ({ \
- printf(args); \
+ mesa_loge(args); \
ctx->error = true; \
abort(); \
})