diff options
author | nobled <[email protected]> | 2011-05-01 15:46:45 +0000 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-03-10 21:42:05 +0100 |
commit | ed087ee49808a692ce8a0389fcf6c9da27f99d8e (patch) | |
tree | ca730c3c4808b1db991652e43db7676bb24f438f /src/mesa/main/config.h | |
parent | 3917503b9a48275f389ec1e563fdb53415b87171 (diff) |
mesa: add infrastructure for GL_ARB_debug_output
Marek v2: don't add the extension to extensions.c yet
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 8bf741f99ac..1d5a0622dda 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 |