]> git.tdb.fi Git - libs/gl.git/history - source/render
Add inline data items to the collection
[libs/gl.git] / source / render /
2021-05-09 Mikko RasaAdd inline data items to the collection
2021-05-09 Mikko RasaAdd OccludedScene to the registered scene types
2021-05-09 Mikko RasaAdd inverse view and projection matrices to camera...
2021-05-09 Mikko RasaUse persistent uniform blocks for Camera, Lighting...
2021-05-04 Mikko RasaAccess builtin resources through a global instance
2021-04-28 Mikko RasaMove lighting calculations to world space
2021-04-27 Mikko RasaCheck if any shader data has changed when applying...
2021-04-27 Mikko RasaActually update the shdata generation numbers in Renderer
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-04-24 Mikko RasaRemove a now-unnecessary flush_shader_data call
2021-04-21 Mikko RasaUse a generation number to track if ProgramData has...
2021-04-21 Mikko RasaSupport nested scenes in datafiles
2021-04-21 Mikko RasaUse template functions for setting vector and matrix...
2021-04-14 Mikko RasaUse ObjectInstance instead of AnimatedObject in Scene...
2021-04-14 Mikko RasaRemove some vestigial code from Sequence
2021-04-14 Mikko RasaUse a vector instead of a list for Sequence's steps
2021-04-14 Mikko RasaAdd compatibility typedefs for the pipeline classes
2021-04-14 Mikko RasaRename Pipeline to Sequence
2021-04-13 Mikko RasaAdd a registry-based generic loader to Scene
2021-04-11 Mikko RasaDeprecated InstanceScene and Renderable::get_instance_key
2021-04-11 Mikko RasaRedesign Text as an ObjectInstance
2021-04-11 Mikko RasaOverhaul texture management in rendering classes
2021-04-10 Mikko RasaSplit UniformBlock into two classes
2021-04-10 Mikko RasaRefactor ProgramData to store blocks in vectors
2021-04-10 Mikko RasaUse the new _member utility functions to search and...
2021-04-10 Mikko RasaRemove unnecessary std:: qualifiers from .cpp files
2021-04-10 Mikko RasaUse Tag to identify uniforms in Program and ProgramData
2021-04-10 Mikko RasaMake Tags convertible back to the original string in...
2021-04-10 Mikko RasaPass Tag by value, not by reference
2021-04-03 Mikko RasaFix mismatched new[]/delete
2021-04-03 Mikko RasaComments and cosmetic cleanups
2021-04-02 Mikko RasaStore program resource information in vectors instead...
2021-03-29 Mikko RasaMake Text more flexible about which texture slot it...
2021-03-28 Mikko RasaUse validate_name when copying ProgramData
2021-03-28 Mikko RasaAvoid accessing a null object if there's only a sampler...
2021-03-21 Mikko RasaRearrange vertex attributes
2021-03-21 Mikko RasaRename VertexComponent to VertexAttribute
2021-02-21 Mikko RasaRedesign the way shader programs are loaded
2021-02-20 Mikko RasaMake RenderTargetFormat generation more robust
2021-02-19 Mikko RasaLoad various built-in things through Resources
2021-02-14 Mikko RasaRearrange soucre files into subdirectories