From ed087ee49808a692ce8a0389fcf6c9da27f99d8e Mon Sep 17 00:00:00 2001 From: nobled Date: Sun, 1 May 2011 15:46:45 +0000 Subject: mesa: add infrastructure for GL_ARB_debug_output Marek v2: don't add the extension to extensions.c yet --- src/mesa/main/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mesa/main/config.h') diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 8bf741f..1d5a062 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -261,6 +261,12 @@ #define MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS 1024 /*@}*/ +/** For GL_ARB_debug_output */ +/*@{*/ +#define MAX_DEBUG_LOGGED_MESSAGES 10 +#define MAX_DEBUG_MESSAGE_LENGTH 4096 +/*@}*/ + /* * Color channel component order -- cgit v1.1