]> git.tdb.fi Git - libs/gl.git/history - source/core/framebuffer.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / framebuffer.h
2022-09-01 Mikko RasaMake it possible to query if a framebuffer can be presented
2022-04-19 Mikko RasaRework multisample resolve to use resolve attachments
2022-01-12 Mikko RasaStore simpler states by value in PipelineState
2021-12-09 Mikko RasaTrack the number of layers in Framebuffer
2021-11-21 Mikko RasaMake framebuffer attachment accessors public
2021-11-11 Mikko RasaSome more default member initializers
2021-11-10 Mikko RasaRestructure system framebuffer and make WindowView...
2021-10-30 Mikko RasaUpdate and improve documentation
2021-10-11 Mikko RasaMinor cleanups and tweaks
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-01 Mikko RasaUse constructor delegation instead of init functions...
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory
2021-09-30 Mikko RasaClean up includes and forward declarations for the...
2021-09-30 Mikko RasaCompletely hide OpenGL from the public headers
2021-09-25 Mikko RasaRemove the now unused BufferBits enum
2021-09-25 Mikko RasaMake it possible to specify explicit clear values
2021-09-19 Mikko RasaRemove the FramebufferStatus enum
2021-09-18 Mikko RasaUse friend declarations to access OpenGL IDs of objects
2021-09-13 Mikko RasaRedesign framebuffer attachment management
2021-09-13 Mikko RasaRemove RenderBuffer and always use textures as framebuf...
2021-08-28 Mikko RasaRemove the Bindable class
2021-08-27 Mikko RasaConvert framebuffers and related functionality to new...
2021-05-09 Mikko RasaAdd debug name capability to more classes
2021-05-06 Mikko RasaSupport layered framebuffer attachments
2021-04-21 Mikko RasaRefactor texture attachment management in Framebuffer
2021-02-14 Mikko RasaRearrange soucre files into subdirectories