]> git.tdb.fi Git - libs/gl.git/shortlog
libs/gl.git
2015-07-14 Mikko RasaSupport more ttf2png options in makefont.py
2015-07-14 Mikko RasaProperly handle compound children with non-identity...
2015-04-17 Mikko RasaRaise an exception if attempting to export a mesh with...
2015-04-07 Mikko RasaRevert changes if create_targets throws an exception
2015-04-07 Mikko RasaFix some minor errors in the ambient occlusion shaders
2014-12-27 Mikko RasaOnly require ARB_shadow when enabling texture compare...
2014-12-27 Mikko RasaAlias texture lookup functions of all dimensionalities
2014-12-27 Mikko RasaObject's lod array must be initialized in all cases
2014-12-10 Mikko RasaAllow bounding sphere hints for objects and export...
2014-12-10 Mikko RasaUse explicit mipmap generation if necessary
2014-12-10 Mikko RasaAdd methods to query the state of a resource
2014-12-10 Mikko RasaAdd some accessors
2014-12-07 Mikko RasaSupport defining and exporting object LoDs in Blender
2014-12-06 Mikko RasaAllow materials to be overridden when inheriting a...
2014-12-06 Mikko RasaSupport different techniques per LoD in objects
2014-11-26 Mikko RasaPass errors from the resource loading thread to the...
2014-11-17 Mikko RasaAlways update program uniforms if uniform names have...
2014-11-16 Mikko RasaFix orthographic projection matrix calculation
2014-11-13 Mikko RasaMiscellaneous fixes
2014-11-13 Mikko RasaAdd a new transform API to Renderer.
2014-11-13 Mikko RasaAdapt to the new vector/matrix slicing API in mspmath
2014-11-13 Mikko RasaAdd overloaded setters for 2x2 and 3x3 uniform matrices
2014-11-13 Mikko RasaAdd orthographic mode to Camera
2014-11-13 Mikko RasaFix extension functions on Windows
2014-11-12 Mikko RasaUse BindRestore for binding index buffer
2014-11-12 Mikko RasaUse triangle strips for creating strings
2014-11-12 Mikko RasaMake postprocessor shaders compatible with modern interface
2014-11-12 Mikko RasaPrecision must always be specified for OpenGL ES
2014-11-12 Mikko RasaImprove legacy mode logic in ProgramBuilder
2014-11-11 Mikko RasaEliminate conflicts with Windows headers
2014-11-01 Mikko RasaSet the rendered flag before doing anything else
2014-11-01 Mikko RasaRemove separate element_buffer from Renderer, get it...
2014-11-01 Mikko RasaUse the same Renderer to render all faces of EnvironmentMap
2014-11-01 Mikko RasaAdd begin() method to make Renderer reusable
2014-10-30 Mikko RasaState management improvements in Renderer
2014-10-30 Mikko RasaRoll the various changed flags into a single mask
2014-10-27 Mikko RasaMove eye_obj matrices back out of the uniform block
2014-10-21 Mikko RasaCopy ProgramData::uniform_slots in copy constructor...
2014-10-21 Mikko RasaDisallow direct access to uniform array elements
2014-10-21 Mikko RasaClear matrices_loaded flag after resetting matrices
2014-10-20 Mikko RasaOpenGL ES requires floating-point precision to be decla...
2014-10-20 Mikko RasaImprove documentation for a number of classes
2014-10-20 Mikko RasaAdd missing initialization
2014-10-20 Mikko RasaDon't crash in bounding sphere generation if an object...
2014-10-20 Mikko RasaPrefer glMapBufferRange over glMapBuffer
2014-10-20 Mikko RasaEmit warnings if an extension can't be fully supported
2014-10-19 Mikko RasaThe GLSL texture function returns a float for shadow...
2014-10-19 Mikko RasaDeprecate Renderer::escape() and replace it with end()
2014-10-19 Mikko RasaLegacy shader compatibility fixes for OpenGL ES
2014-10-19 Mikko RasaUse texture() instead of texture2D() in non-legacy...
2014-10-19 Mikko RasaDon't enable/disable textures on non-legacy units
2014-10-17 Mikko RasaReplace Texturing::Attachment with a simple Texture...
2014-10-17 Mikko RasaSupport OpenGL ES on Android
2014-10-17 Mikko RasaPrefer glDrawBuffers over glDrawBuffer
2014-10-17 Mikko RasaOnly check against number of light units when binding...
2014-10-17 Mikko RasaTweak extension behavior on Radeon
2014-10-17 Mikko RasaDon't bind the default object if nothing was bound...
2014-10-17 Mikko RasaAllow applying a VertexArray in non-legacy mode
2014-10-17 Mikko RasaFallback to glDrawElements if EXT_draw_range_elements...
2014-10-17 Mikko RasaAdd facilities to disable extensions and force lower...
2014-10-17 Mikko RasaUpdate gl.xml to latest version
2014-10-16 Mikko RasaInitialize camera matrices in constructor
2014-10-15 Mikko RasaDelay loading matrices until they are needed
2014-10-15 Mikko RasaRun a tighter ship with extensions
2014-10-15 Mikko RasaRemove a number of rarely used legacy features
2014-10-15 Mikko RasaEnhance the extension generator to support different...
2014-10-15 Mikko RasaRefactor and optimize the extension generator script
2014-09-30 Mikko RasaDon't leak AsyncUpdaters if Mesh async loading is aborted
2014-09-30 Mikko RasaRewrite ResourceManager internals for more scalability
2014-09-29 Mikko RasaBetter handling of unloaded textures
2014-09-29 Mikko RasaAvoid segfaults when LoadingThread's resource is cleared
2014-09-29 Mikko RasaDelay opening the resource file until loading actually...
2014-09-29 Mikko RasaMinor fixes
2014-09-29 Mikko RasaFix TexGen unbinding
2014-09-29 Mikko RasaExclude EnvironMap effect itself when creating the map
2014-09-29 Mikko RasaPut transform matrices into a uniform block too
2014-09-29 Mikko RasaDon't consider the current buffer in deciding whether...
2014-09-29 Mikko RasaRework ProgramData to do less unnecessary work
2014-09-28 Mikko RasaTighten checks in UniformBlock
2014-09-28 Mikko RasaIntroduce a typedef for uniform layout hashes in Program
2014-09-27 Mikko RasaAdjust the desert pillars demo to recent changes
2014-09-27 Mikko RasaMove the reflectivity parameter to material
2014-09-27 Mikko RasaRectify some omissions in ProgramBuilder builtin variables
2014-09-27 Mikko RasaFix uniform stride assignments
2014-09-26 Mikko RasaFix the resource disassociation loop in ~ResourceManager
2014-09-26 Mikko RasaUnbind things if they are deleted while current
2014-09-26 Mikko RasaUse uniform blocks in generated shaders if supported
2014-09-26 Mikko RasaInitialize StandardVariables::skylight
2014-09-26 Mikko RasaEmit separate declarations for struct types
2014-09-26 Mikko RasaDeal with hash collisions in assigning uniform block...
2014-09-26 Mikko RasaImprove bounding sphere handling in Object
2014-09-26 Mikko RasaUpdate Object's bounding sphere when mesh is loaded
2014-09-24 Mikko RasaAdd a ResourceWatcher interface
2014-09-23 Mikko RasaEnable asynchronous loading of Meshes
2014-09-23 Mikko RasaAdd an asynchronous update interface to Bufferable
2014-09-23 Mikko RasaRefactor the internal interface of Bufferable a bit
2014-09-18 Mikko RasaMiscellaneous fixes to ResourceManager
2014-09-16 Mikko RasaSome fixes to VAO management
2014-09-15 Mikko RasaMinor adjustments
2014-09-15 Mikko RasaAdd a hidden option to disable progress meter
next