mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 13:50:08 +01:00
XQuartz: ASL: Use GLXAqua subsystem for logging GLXAqua messages
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
19020b23ef
commit
7dfd65705c
1 changed files with 2 additions and 6 deletions
|
|
@ -155,12 +155,8 @@ typedef long long GLint64EXT;
|
|||
|
||||
__GLXprovider * GlxGetDRISWrastProvider (void);
|
||||
|
||||
// Write debugging output, or not
|
||||
#ifdef GLAQUA_DEBUG
|
||||
#define GLAQUA_DEBUG_MSG ErrorF
|
||||
#else
|
||||
#define GLAQUA_DEBUG_MSG(a, ...)
|
||||
#endif
|
||||
#include "darwin.h"
|
||||
#define GLAQUA_DEBUG_MSG(msg, args...) ASL_LOG(ASL_LEVEL_DEBUG, "GLXAqua", msg, ##args)
|
||||
|
||||
static void setup_dispatch_table(void);
|
||||
GLuint __glFloorLog2(GLuint val);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue