mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
XQuartz: ASL: Use GLXAqua subsystem for logging GLXAqua messages
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user