X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fconfig.h;h=4ea2e645b677324e56b012d810c14f35cd8f92e1;hb=b85775900d084e3d27f269c3bd336b9aa356b98d;hp=6a2f766222a282774e198cbf9f72e25ab818083d;hpb=67f40dadaa6666dacd90d1540eaadef20b9d48ba;p=mesa.git diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 6a2f766222a..4ea2e645b67 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -31,6 +31,7 @@ #ifndef MESA_CONFIG_H_INCLUDED #define MESA_CONFIG_H_INCLUDED +#include "compiler/shader_enums.h" /** * \name OpenGL implementation limits @@ -224,12 +225,6 @@ /*@}*/ -/** For GL_ARB_draw_buffers */ -/*@{*/ -#define MAX_DRAW_BUFFERS 8 -/*@}*/ - - /** For GL_EXT_framebuffer_object */ /*@{*/ #define MAX_COLOR_ATTACHMENTS 8