]> git.tdb.fi Git - libs/gl.git/history - source/core/framebuffer.cpp
Remove support for array size specialization from the engine as well
[libs/gl.git] / source / core / framebuffer.cpp
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 RasaCompletely hide OpenGL from the public headers
2021-09-26 Mikko RasaRemove the misc.h header
2021-09-19 Mikko RasaQuery the attachments of the default framebuffer
2021-09-19 Mikko RasaCheck supported attachment formats in Framebuffer:...
2021-09-19 Mikko RasaRemove the FramebufferStatus enum
2021-09-18 Mikko RasaUse friend declarations to access OpenGL IDs of objects
2021-09-18 Mikko RasaMake the TextureCubeFace enum independent of OpenGL...
2021-09-18 Mikko RasaRemove the separate allocation step from textures and...
2021-09-18 Mikko RasaSpecify underlying type for format descriptor enums
2021-09-18 Mikko RasaUse standard fixed-size integer types
2021-09-17 Mikko RasaUse C++11 features with containers
2021-09-13 Mikko RasaConsider all attachments when determining Framebuffer...
2021-09-13 Mikko RasaRedesign framebuffer attachment management
2021-09-13 Mikko RasaRemove RenderBuffer and always use textures as framebuf...
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-04-10 Mikko RasaRemove unnecessary std:: qualifiers from .cpp files
2021-02-14 Mikko RasaRearrange soucre files into subdirectories