mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 18:54:38 +00:00
XQuartz: GL: Unset GL_EXT_gpu_program_parameters for Tiger/ppc
See http://trac.macports.org/ticket/20638 (cherry picked from commit 0f3a89d306838b3c75a73cd1e9e2928737222b70)
This commit is contained in:
@@ -117,6 +117,14 @@
|
||||
#define GL_EXT_vertex_array 0
|
||||
#endif
|
||||
|
||||
/* Tiger PPC doesn't have the associated symbols, but glext.h says it does. Liars!
|
||||
* http://trac.macports.org/ticket/20638
|
||||
*/
|
||||
#if defined(__ppc__) && MAC_OS_X_VERSION_MIN_REQUIRED == 1040
|
||||
#undef GL_EXT_gpu_program_parameters
|
||||
#define GL_EXT_gpu_program_parameters 0
|
||||
#endif
|
||||
|
||||
#include <GL/glxproto.h>
|
||||
#include <windowstr.h>
|
||||
#include <resource.h>
|
||||
|
||||
Reference in New Issue
Block a user