mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 01:40:30 +01:00
temporary _mesa_printf symbol
This commit is contained in:
parent
e87efe7407
commit
6e876d1d32
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue