From 6e876d1d32e1b08ded161bfbd7abf2d3fb422fa0 Mon Sep 17 00:00:00 2001 From: keithw Date: Wed, 21 Nov 2007 17:12:39 +0000 Subject: temporary _mesa_printf symbol --- src/mesa/pipe/p_util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa') diff --git a/src/mesa/pipe/p_util.h b/src/mesa/pipe/p_util.h index 4002e2659f..16e57699aa 100644 --- a/src/mesa/pipe/p_util.h +++ b/src/mesa/pipe/p_util.h @@ -301,4 +301,8 @@ static INLINE float LOG2(float val) #define CEILF(x) ((float) ceil(x)) #endif +/* Convenient... + */ +extern void _mesa_printf(const char *str, ...); + #endif -- cgit v1.2.3