]> git.tdb.fi Git - libs/gl.git/history - source/render/sequence.cpp
Use emplace_back when a new object is being constructed
[libs/gl.git] / source / render / sequence.cpp
2021-11-17 Mikko RasaUse emplace_back when a new object is being constructed
2021-11-14 Mikko RasaExpose the maximum number of attributes and attachments
2021-10-30 Mikko RasaRemove the exclusion mechanism from Renderer
2021-10-17 Mikko RasaRefactor owned postprocessors in Sequence into a more...
2021-10-16 Mikko RasaMove blend state from Sequence::Step to RenderMethod
2021-10-11 Mikko RasaMinor cleanups and tweaks
2021-10-11 Mikko RasaAllow suppressing clear in a sequence by passing in...
2021-10-10 Mikko RasaRemove generic clipping state
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-01 Mikko RasaSome more cleanup of includes and forward declarations
2021-09-26 Mikko RasaSplit reflection data from Program to a separate struct
2021-09-25 Mikko RasaAutomatically detect which multisample buffers to resolve
2021-09-25 Mikko RasaMake it possible to specify explicit clear values
2021-09-25 Mikko RasaMake clearing the render target a responsibility of...
2021-09-25 Mikko RasaAllow creating sequences without size
2021-09-24 Mikko RasaRemove the View and Framebuffer constructors from Sequence
2021-09-17 Mikko RasaUse C++11 features with containers
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 RasaRemove obsolete stuff from Sequence
2021-09-13 Mikko RasaRedesign framebuffer attachment management
2021-09-13 Mikko RasaRemove RenderBuffer and always use textures as framebuf...
2021-08-28 Mikko RasaMiscellaneous cleanup
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-07 Mikko RasaDeprecated setting Material or Lighting on Renderer
2021-05-09 Mikko RasaAdd debug name capability to more classes
2021-05-09 Mikko RasaAdd inline data items to the collection
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 RasaRename Pipeline to Sequence