]> git.tdb.fi Git - libs/gl.git/history - source/render
Add support for integer vertex attributes
[libs/gl.git] / source / render /
2021-09-15 Mikko RasaMake VertexFormat capable of storing type information
2021-09-15 Mikko RasaExplicitly specify the target format of Sequence
2021-09-14 Mikko RasaFix a logic error in Sequence
2021-09-14 Mikko RasaFix valgrind warnings
2021-09-14 Mikko RasaRemove obsolete stuff from Sequence
2021-09-13 Mikko RasaTweak the comma operator between VertexAttribute and...
2021-09-13 Mikko RasaFix a bug in Renderer::resolve_multisample
2021-09-13 Mikko RasaRedesign framebuffer attachment management
2021-09-13 Mikko RasaRemove RenderBuffer and always use textures as framebuf...
2021-09-11 Mikko RasaFix incorrect render target buffer names
2021-09-11 Mikko RasaCreate a class for issuing drawing commands
2021-09-05 Mikko RasaStore index type in VertexSetup
2021-08-28 Mikko RasaMiscellaneous cleanup
2021-08-28 Mikko RasaRemove the Bindable class
2021-08-27 Mikko RasaConvert framebuffers and related functionality to new...
2021-08-18 Mikko RasaRedesign depth and stencil test and blend state management
2021-08-17 Mikko RasaRefactor winding-based culling
2021-08-16 Mikko RasaRewrite state management
2021-08-12 Mikko RasaRemove some deprecated stuff that's getting in the way
2021-08-12 Mikko RasaRemove default sampler from Texture
2021-08-12 Mikko RasaRemove the notion of default binding point from Buffer
2021-08-09 Mikko RasaHandle all shader data in Renderer through the generic...
2021-08-09 Mikko RasaStore implementation limits in a central struct
2021-08-08 Mikko RasaDeprecate external access to Renderer::flush_shader_data
2021-08-07 Mikko RasaDeprecated setting Material or Lighting on Renderer
2021-08-04 Mikko RasaOnly allow VertexArray's format to be set once
2021-05-09 Mikko RasaAdd debug name capability to more classes
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