]> git.tdb.fi Git - libs/gl.git/history - extensions
Rearrange postprocessor creation code in SequenceBuilder
[libs/gl.git] / extensions /
2021-09-25 Mikko RasaMake it possible to specify explicit clear values
2021-09-19 Mikko RasaCheck supported attachment formats in Framebuffer:...
2021-09-13 Mikko RasaRemove RenderBuffer and always use textures as framebuf...
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-04-24 Mikko RasaUse seamless cube map filtering if available
2021-04-03 Mikko RasaImprove compatibility checks of location qualifiers...
2021-03-31 Mikko RasaAdd support for loading SPIR-V shaders
2021-03-30 Mikko RasaAdd data types for vectors, matrices, images and samplers
2021-03-04 Mikko RasaAdd extension file for NV_half_float
2021-02-13 Mikko RasaAdd some files which got forgotten in earlier commits
2021-02-01 Mikko RasaSeparate abstract pixel compositions from concrete...
2021-01-25 Mikko RasaMake buffer storage immutable and use ARB_buffer_storage
2019-11-04 Mikko RasaRemove the EXT_draw_range_elements extension
2019-10-23 Mikko RasaRemove support for legacy OpenGL features
2019-06-21 Mikko RasaConsider extensions when checking GLSL features
2019-06-21 Mikko RasaInitial support for instanced rendering
2019-06-18 Mikko RasaUse direct state access for updating VertexSetup
2017-12-04 Mikko RasaRemove the fake MSP_stereo_rendering extension
2017-12-04 Mikko RasaMake extensions compatible with OpenGL ES
2017-11-21 Mikko RasaBe much more strict about extension support
2016-11-06 Mikko RasaBe smarter when detecting the core version of extensions
2016-11-03 Mikko RasaPrefer RG pixelformats over LUMINANCE
2016-11-02 Mikko RasaAdd the ARB_texture_rg extension
2016-10-28 Mikko RasaUse ARB_direct_state_access to avoid some bind calls
2016-10-28 Mikko RasaUse ARB_texture_storage for defining texture storage
2016-10-27 Mikko RasaPull in sized depth component formats from ARB_depth_te...
2016-10-27 Mikko RasaImplement 2D array textures
2016-10-26 Mikko RasaUse the core version of primitive restart if possible
2016-10-26 Mikko RasaUse ARB_geometry_shader4 rather than the EXT version
2016-10-26 Mikko RasaBe smarter about detecting backport extensions
2016-10-16 Mikko RasaAdd basic support for geometry shaders
2016-09-01 Mikko RasaAccess clipping through the extension mechanism
2016-01-10 Mikko RasaAdjust OccludedScene to be more compatible with OpenGL ES
2015-12-07 Mikko RasaImplement a scene class that performs occlusion culling...
2014-10-20 Mikko RasaPrefer glMapBufferRange over glMapBuffer
2014-10-17 Mikko RasaSupport OpenGL ES on Android
2014-10-15 Mikko RasaRun a tighter ship with extensions
2014-10-15 Mikko RasaEnhance the extension generator to support different...
2014-01-05 Mikko RasaSupport sRGB pixelformats through GL_EXT_texture_sRGB
2013-12-16 Mikko RasaAdd interface for glBindFragDataLocation, required...
2013-12-16 Mikko RasaAdd vertex array object support to Mesh
2013-08-20 Mikko RasaDo not store generated files in the repository