projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e87efe7
)
temporary _mesa_printf symbol
author
keithw
<keithw@keithw-laptop.(none)>
Wed, 21 Nov 2007 17:12:39 +0000
(17:12 +0000)
committer
José Fonseca
<jrfonseca@tungstengraphics.com>
Sun, 9 Dec 2007 14:03:34 +0000
(14:03 +0000)
src/mesa/pipe/p_util.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/p_util.h
b/src/mesa/pipe/p_util.h
index 4002e2659feb92c09ddec71b8d8b2fa25becefbe..16e57699aa1cbd4f22bbe12e6dccd8436ce3aad3 100644
(file)
--- 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