mirror of
				https://github.com/Perlmint/glew-cmake.git
				synced 2025-10-31 12:42:27 +00:00 
			
		
		
		
	Merge https://github.com/nigels-com/glew.git into master HEAD at Mon Oct 6 17:44:14 GMT 2014
This commit is contained in:
		
						commit
						657889e2a0
					
				| @ -494,5 +494,17 @@ EOT | |||||||
|     grep -v 'GL_NONE' $1/GL_KHR_context_flush_control > tmp |     grep -v 'GL_NONE' $1/GL_KHR_context_flush_control > tmp | ||||||
|     mv tmp $1/GL_KHR_context_flush_control |     mv tmp $1/GL_KHR_context_flush_control | ||||||
| 
 | 
 | ||||||
|  | # Filter out CoverageModulation from NV_framebuffer_mixed_samples | ||||||
|  | # Superset of EXT_raster_multisample | ||||||
|  | 
 | ||||||
|  |     grep -v "CoverageModulation" $1/GL_NV_framebuffer_mixed_samples > tmp | ||||||
|  |     mv tmp $1/GL_NV_framebuffer_mixed_samples | ||||||
|  | 
 | ||||||
|  | # Filter out glRasterSamplesEXT from NV_framebuffer_mixed_samples | ||||||
|  | # Superset of EXT_raster_multisample | ||||||
|  | 
 | ||||||
|  |     grep -v "RasterSamplesEXT" $1/GL_NV_framebuffer_mixed_samples > tmp | ||||||
|  |     mv tmp $1/GL_NV_framebuffer_mixed_samples | ||||||
|  | 
 | ||||||
| # clean up | # clean up | ||||||
|     rm -f $1/*.bak |     rm -f $1/*.bak | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user