temporary _mesa_printf symbol
authorkeithw <keithw@keithw-laptop.(none)>
Wed, 21 Nov 2007 17:12:39 +0000 (17:12 +0000)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sun, 9 Dec 2007 14:03:34 +0000 (14:03 +0000)
src/mesa/pipe/p_util.h

index 4002e2659feb92c09ddec71b8d8b2fa25becefbe..16e57699aa1cbd4f22bbe12e6dccd8436ce3aad3 100644 (file)
@@ -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