mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 14:20:14 +01:00
XQuartz: GL: Unset GL_EXT_gpu_program_parameters for Tiger/ppc
See http://trac.macports.org/ticket/20638
This commit is contained in:
parent
7fe37137d8
commit
0f3a89d306
1 changed files with 8 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue