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:
		
							parent
							
								
									fdb29ebeed
								
							
						
					
					
						commit
						6f3cc08ec0
					
				|  | @ -117,6 +117,14 @@ | ||||||
| #define GL_EXT_vertex_array 0 | #define GL_EXT_vertex_array 0 | ||||||
| #endif | #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 <GL/glxproto.h> | ||||||
| #include <windowstr.h> | #include <windowstr.h> | ||||||
| #include <resource.h> | #include <resource.h> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue