]> git.tdb.fi Git - libs/gl.git/history - source
Add simple ligature support to Font
[libs/gl.git] / source /
2019-06-16 Mikko RasaAdd simple ligature support to Font
2019-06-15 Mikko RasaMake ambient occlusion edge detection threshold adjustable
2019-06-15 Mikko RasaUse RED format for ambient occlusion render target
2019-06-12 Mikko RasaUse a type registry to manage postprocessor types for...
2019-06-11 Mikko RasaAdd overloads of keyframe uniform statements without...
2019-06-11 Mikko RasaAnimate only those components which are present in...
2019-06-11 Mikko RasaKeep track of which components have been set in Transform
2019-06-08 Mikko RasaFix a copypaste error in AnimationPlayer uniform settin...
2019-06-08 Mikko RasaFix the keyword of the uniform scaling statement in...
2019-06-08 Mikko RasaAdd getter for Animation::looping
2019-06-08 Mikko RasaMerge branch 'animation-rework'
2019-06-08 Mikko RasaAdd compatibility support for slope-based animation...
2019-06-08 Mikko RasaAdd a setter for KeyFrame uniforms
2019-06-08 Mikko RasaRefactor KeyFrame ownership management in Animation
2019-06-07 Mikko RasaUse bezier splines in Animation
2019-06-07 Mikko RasaMake animation curve creation more generic
2019-06-07 Mikko RasaDo not clear previous assignments on assignment to...
2019-06-07 Mikko RasaVisit the rest of an iteration statement in NodeRemover
2019-06-06 Mikko RasaAvoid some brain damage from Windows headers
2019-06-05 Mikko RasaReimplement Animation using splines
2019-06-04 Mikko RasaCheck for armature mismatches in Animation
2019-06-04 Mikko RasaStore a Transform in keyframes instead of a Matrix
2019-06-04 Mikko RasaAdd more public methods to Transform
2019-06-04 Mikko RasaMove transform loading to ObjectInstance
2019-06-04 Mikko RasaAdd a class to unify loading coordinate transforms
2019-06-04 Mikko RasaDo not use the srgb flag for textures that explicitly...
2019-06-03 Mikko RasaUpdate deprecated things
2019-05-31 Mikko RasaAdd getters for RenderTarget width and height
2019-05-30 Mikko RasaFix a texture data indexing bug in AmbientOcclusion
2019-05-28 Mikko RasaInline functions in variable initialization expressions
2019-05-25 Mikko RasaSupport while loops in GLSL
2019-05-25 Mikko RasaImprove formatting of an empty loop body
2019-05-25 Mikko RasaAllow removing the initialization statement of a for...
2019-05-25 Mikko RasaMake all components of a for loop optional
2019-05-25 Mikko RasaRemove an XXX because I no longer remember how to repro...
2019-05-25 Mikko RasaFix various issues with constant condition elimination
2019-05-24 Mikko RasaProcess MemberAccess nodes in FunctionInliner
2019-05-24 Mikko RasaCorrectly parse consecutive *s in a comment
2019-05-24 Mikko RasaDon't try to access a nonexistent return expression
2019-05-24 Mikko RasaRemove useless using declarations
2019-05-24 Mikko RasaDon't attempt to create a copy of null ProgramData
2019-05-24 Mikko RasaCopy the material slot of RenderPass
2019-05-24 Mikko RasaRemember the camera given to Renderer constructor
2019-05-24 Mikko RasaAdd OffscreenView class
2019-05-24 Mikko RasaSome cleanup for View and WindowView
2019-05-24 Mikko RasaAdd numberless versions of vertex array statements
2019-05-24 Mikko RasaAllow tagging objects in a scene file for retrieval...
2018-07-07 Mikko RasaBe less eager to optimize constant conditions in loops
2018-07-05 Mikko RasaSupport the sample sampling qualifier
2018-07-05 Mikko RasaAdd a utility class for switching renderables
2018-07-04 Mikko RasaAllow RED and RG pixel formats in RenderTargetFormat
2018-07-03 Mikko RasaAdd support for GLSL interpolation qualifiers
2018-07-03 Mikko RasaRearrange GLSL qualifier parsing
2018-07-02 Mikko RasaHave Object provide an identity matrix from get_matrix
2018-07-02 Mikko RasaDisable mipmaps from various render target textures
2018-07-02 Mikko RasaAllow the maximum mipmap level of a texture to be specified
2018-07-02 Mikko RasaExplicitly define the number of mipmap levels in textures
2018-07-02 Mikko RasaThrow an exception if Texture*::allocate is called...
2018-07-02 Mikko RasaDon't link keyframes with zero interval
2018-07-02 Mikko RasaDon't allow iterators on empty animations
2018-07-02 Mikko RasaRequire the first keyframe of an animation to be at...
2018-07-01 Mikko RasaAdd getter for animation duration
2018-07-01 Mikko RasaAdd a speed parameter for animation playback
2018-07-01 Mikko RasaSupport slopes in keyframe interpolation
2018-07-01 Mikko RasaSupport animations on Placeables
2018-07-01 Mikko RasaAdd functions to control environment map updates
2018-07-01 Mikko RasaAdd a function to set depth clip of EnvironmentMap
2018-07-01 Mikko RasaDo not attempt to legacy-bind texture targets which...
2018-07-01 Mikko RasaBind textures in the modern way when shaders are used
2018-07-01 Mikko RasaUse DSA for binding textures if available
2018-07-01 Mikko RasaRecognize in and out qualifiers for function parameters
2018-06-26 Mikko RasaFix a stupid error with PixelStore parameter mask
2018-06-25 Mikko RasaFix shadowing warnings from older gcc versions
2018-06-23 Mikko RasaAdditional overloads for creating pipelines
2018-06-23 Mikko RasaPlug a memory leak in PipelineTemplate
2018-06-20 Mikko RasaMake grid texture coordinates relative to the grid...
2018-06-20 Mikko RasaAdd default texture anisotropy to Resources
2018-06-20 Mikko RasaMinor fixes to texture anisotropy handling
2018-06-20 Mikko RasaAdd loading support for AmbientOcclusion
2018-06-16 Mikko RasaApply FunctionResolver again after DeclarationReorderer
2018-06-16 Mikko RasaReorder functions in dependency order
2018-06-16 Mikko RasaFix matrix interpolation parameter calculation
2018-05-17 Mikko RasaFix an incorrect negation
2018-05-09 Mikko RasaFix a bug in ProgramData when all uniforms in a block...
2018-05-02 Mikko RasaAdd a missing initializer
2018-05-02 Mikko RasaCosmetic fixes
2018-05-02 Mikko RasaImplement an event system for animations
2018-05-02 Mikko RasaRefactor the Animation reference out of TimedKeyFrame
2018-05-02 Mikko RasaRefactor AnimationPlayer ticking
2018-05-02 Mikko RasaFix a stale pointer issue with Animation
2018-05-02 Mikko RasaChange some class names
2018-04-28 Mikko RasaUse vector when there's no reason to use some other...
2018-04-28 Mikko RasaMake Animation::Iterator assignable
2018-04-26 Mikko RasaShare shader data between copied RenderPasses
2018-04-26 Mikko RasaSupport overriding uniforms in inherited Techniques
2018-04-26 Mikko RasaAllow setting uniform values using a Uniform object
2018-04-26 Mikko RasaAdd const overload for AnimatedObject::get_shader_data
2018-04-25 Mikko RasaAdd missing includes
2018-04-25 Mikko RasaCheck for OES_mapbuffer in Buffer::unmap
2018-04-25 Mikko RasaCosmetic changes and TODOs
next