diff options
author | Brian Paul <[email protected]> | 2010-05-03 17:35:40 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-05-03 17:35:40 -0600 |
commit | e2ea69afef2eeeb31b73772c3bf8ef696dadbc17 (patch) | |
tree | 1605f9ab2084d87861bc358f618ed2fae58f8ea3 /src/mesa/main/config.h | |
parent | 8b0c217f2bc123bffd25cc4977d6abb1b3fa8186 (diff) |
mesa: increase MAX_DRAW_BUFFERS to 8
Required for GL 3.x
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 30b48e4bd08..84f7665fc07 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -250,7 +250,7 @@ /** For GL_ARB_draw_buffers */ /*@{*/ -#define MAX_DRAW_BUFFERS 4 +#define MAX_DRAW_BUFFERS 8 /*@}*/ |