summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
diff options
context:
space:
mode:
authorkeithw <keithw@keithw-laptop.(none)>2007-11-21 17:12:39 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2007-12-09 14:03:34 +0000
commit6e876d1d32e1b08ded161bfbd7abf2d3fb422fa0 (patch)
treef9a0c3a52bd61181e306f8824d11c62e6e2c255b /src/mesa/pipe
parente87efe74073938e6dea5f30654f6afb931da1e2c (diff)
temporary _mesa_printf symbol
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r--src/mesa/pipe/p_util.h4
1 files changed, 4 insertions, 0 deletions
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