From 3da53b180139d2a79811c1ed7384beaad3a86a48 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Thu, 7 Sep 2023 21:11:07 +0800 Subject: Bring back OpenGL >= 3.0 functionalities to macOS They weren't compiled with the previous commit, and it affected a lot. --- indra/llrender/llglheaders.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indra/llrender/llglheaders.h b/indra/llrender/llglheaders.h index 3596223a93..4a0c76760b 100644 --- a/indra/llrender/llglheaders.h +++ b/indra/llrender/llglheaders.h @@ -573,6 +573,9 @@ extern PFNGLGETDEBUGMESSAGELOGARBPROC glGetDebugMessageLogARB; #define GL_EXT_separate_specular_color 1 #include +#define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED +#include + #include "GL/glh_extensions.h" /* -- cgit v1.2.3