]> git.tdb.fi Git - libs/gl.git/shortlog
libs/gl.git
2019-07-23 Mikko RasaRecognize the samplerCubeArray type in shaders
2019-07-23 Mikko RasaSupport named postprocessor slots in pipeline templates
2019-07-23 Mikko RasaAllow access to ShadowMap's texture and matrix from...
2019-07-11 Mikko RasaRecognize #version directive in GLSL
2019-07-11 Mikko RasaAdd feature check for array texture samplers
2019-07-11 Mikko RasaTranslate cube map sampling function for old GLSL versions
2019-07-09 Mikko RasaAdd functions for setting arrays of 2x2 and 3x3 matrix...
2019-07-08 Mikko RasaMake explicit mipmap generation public
2019-07-03 Mikko RasaGuard against sample points behind the camera in ambien...
2019-07-03 Mikko RasaSort things by name when exporting
2019-07-03 Mikko RasaRemove a stray debug print
2019-07-03 Mikko RasaAdd an option to skip existing resources when exporting...
2019-07-03 Mikko RasaCorrectly process meshes with empty material slots
2019-06-23 Mikko RasaChange AnimationPlayer::stop to take a Placeable
2019-06-23 Mikko RasaExport the entire scene by default
2019-06-23 Mikko RasaUse double for animation curves
2019-06-23 Mikko RasaAdd public functions for adding owned keyframes to...
2019-06-21 Mikko RasaRetain assignment location when moving out variables...
2019-06-21 Mikko RasaTranslate shader compile errors to actual source file...
2019-06-21 Mikko RasaRecord statement source lines and emit #line directives...
2019-06-21 Mikko RasaRefactor ProgramCompiler::Formatter
2019-06-21 Mikko RasaRequire import module names to be identifiers
2019-06-21 Mikko RasaConsistently use the NodeList and NodeArray types
2019-06-21 Mikko RasaAdd an intermediate node type for statements
2019-06-21 Mikko RasaObtain the instance transform location from shader...
2019-06-21 Mikko RasaMerge variable declaration layouts
2019-06-21 Mikko RasaConsider extensions when checking GLSL features
2019-06-21 Mikko RasaStore information about attributes in Program
2019-06-21 Mikko RasaSplit the interface queries from Program::link into...
2019-06-21 Mikko RasaInitial support for instanced rendering
2019-06-19 Mikko RasaSome refactoring of the draw code path
2019-06-19 Mikko RasaExpose world-to-eye matrix in Renderer's standard shdata
2019-06-19 Mikko RasaAdd vertex setup state to Renderer
2019-06-18 Mikko RasaUse direct state access for updating VertexSetup
2019-06-18 Mikko RasaOnly update the changed parts of VertexSetup
2019-06-18 Mikko RasaMove vertex array object management out of Mesh
2019-06-17 Mikko RasaChange the return type of Renderable::get_instance_key...
2019-06-17 Mikko RasaMake a const pointer to a Bufferable's buffer publicly...
2019-06-17 Mikko RasaUse linear filtering when rendering bloom
2019-06-16 Mikko RasaBetter checking of the existence of image filepath
2019-06-16 Mikko RasaCheck the result of open_raw
2019-06-16 Mikko RasaAdd simple ligature support to Font
2019-06-16 Mikko RasaAdd looping detection to animation exporter
2019-06-16 Mikko RasaSet both min and mag filters when exporting textures
2019-06-16 Mikko RasaImport fixes for exporter
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-15 Mikko RasaImprove ambient occlusion edge detection
2019-06-12 Mikko RasaUse mspdatatool to generate the builtin resources file
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 RasaFix a data corruption issue in mesh exporter
2019-06-11 Mikko RasaRemove an incorrect and unnecessary check in scene...
2019-06-11 Mikko RasaAdd an option to export all animations for all selected...
2019-06-11 Mikko RasaAdjust exported animation keyframes to start from zero...
2019-06-11 Mikko RasaAdd exporter for animations
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 RasaExport world transforms for scene objects
2019-06-04 Mikko RasaUse transform blocks to specify object transforms in...
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-06-01 Mikko RasaBetter naming algorithm for objects in scene export
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-29 Mikko RasaRecognize displacement map textures when exporting
2019-05-29 Mikko RasaAlways export texture data inline if there's no image...
2019-05-28 Mikko RasaInline functions in variable initialization expressions
2019-05-26 Mikko RasaAdd an exporter for Blender cameras
2019-05-26 Mikko RasaMark datafile tokens as such
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
next