]> git.tdb.fi Git - libs/gl.git/history - source/extension.cpp
Animate only those components which are present in Transforms
[libs/gl.git] / source / extension.cpp
2017-09-10 Mikko RasaSimplify version comparisons
2017-01-08 Mikko RasaDisable core version of primitive restart on Radeon...
2017-01-08 Mikko RasaReturn false from is_supported for disabled extensions
2017-01-06 Mikko RasaUse the correct define to detect Windows
2017-01-06 Mikko RasaDefine some GL enums in case they don't exist
2016-11-06 Mikko RasaRestructure the extension detection code
2016-11-06 Mikko RasaAdd a less-than operator to Version
2016-11-06 Mikko RasaAdd a function to determine the active GL profile
2016-11-02 Mikko RasaUse indexed string query to get extensions on OpenGL...
2016-10-23 Mikko RasaCheck glGetString result for being null
2016-09-16 Mikko RasaFix some #defines for Windows
2016-09-15 Mikko RasaAdd check for more modern AMD video cards
2014-10-17 Mikko RasaSupport OpenGL ES on Android
2014-10-17 Mikko RasaTweak extension behavior on Radeon
2014-10-17 Mikko RasaAdd facilities to disable extensions and force lower...
2013-11-25 Mikko RasaAdd function to check GLSL version
2013-11-25 Mikko RasaRefactor version number extraction and checks
2013-10-03 Mikko RasaFinal touches of OS X support
2013-03-28 Mikko RasaDisable NV_primitive_restart on Radeon cards because...
2012-08-27 Mikko RasaComplete rewrite of extension handling
2012-08-26 Mikko RasaRemove alignment where it doesn't belong
2012-08-22 Mikko RasaAdd definitions for the GL_ARB_uniform_buffer_object...
2011-09-06 Mikko RasaRework exceptions
2011-09-06 Mikko RasaUpdate header names
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-01-11 Mikko RasaAdd EXT_framebuffer_blit and EXT_framebuffer_multisample
2010-12-19 Mikko RasaSupport different data types in Batch
2010-07-15 Mikko RasaAdd is_version_at_least function
2010-06-06 Mikko RasaStyle update: add spaces around assignment operators
2010-02-21 Mikko RasaGet rid of the typedefs for fundamental types
2010-02-04 Mikko RasaAdd a tool to convert a mesh into C code
2009-12-04 Mikko RasaFix compilation on 64-bit platforms
2009-01-10 Mikko RasaRewrite VertexFormat to support an arbitary amount...
2007-12-29 Mikko RasaWindows compatibility:
2007-11-02 Mikko RasaUse DevIL for loading images
2007-10-10 Mikko RasaMake Material::apply const
2007-10-05 Mikko RasaAdd support for detecting extensions