]> git.tdb.fi Git - libs/gl.git/history - source/core/texture.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / texture.cpp
2021-12-28 Mikko RasaConvert pixel components if necessary when async loadin...
2021-12-04 Mikko RasaStore the number of mipmap levels in the Texture base...
2021-12-04 Mikko RasaUse default member initializers in Texture
2021-11-12 Mikko RasaMove swizzling modes to pixelformat.h
2021-11-02 Mikko RasaSupport loading raw texture data from an external file
2021-11-01 Mikko RasaMove the whole-texture image call and raw data loading...
2021-11-01 Mikko RasaCombine the external_image functions in Texture::Loader
2021-10-07 Mikko RasaLoad textures in a type-generic way
2021-10-07 Mikko RasaUse set_manager instead of passing the manager to the...
2021-10-07 Mikko RasaAlways delay texture creation until it is allocated
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 RasaMake backend idenfication more generic
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-19 Mikko RasaInitialize Texture's format to an invalid value
2021-09-18 Mikko RasaMark constant data as const
2021-09-18 Mikko RasaRemove remaining deprecated things from the core classes
2021-09-16 Mikko RasaRemove automatic mipmap generation from the public...
2021-09-16 Mikko RasaUse a scratch binding to modify textures and buffers
2021-08-28 Mikko RasaRemove the Bindable class
2021-08-28 Mikko RasaRemove the PixelStore class
2021-08-16 Mikko RasaRewrite state management
2021-08-12 Mikko RasaRemove default sampler from Texture
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-04-17 Mikko RasaUnmanage texture if loading data directly
2021-04-17 Mikko RasaRefactor texture ID generation into a function
2021-04-14 Mikko RasaFix loading sRGB external images for textures
2021-04-10 Mikko RasaRemove unnecessary std:: qualifiers from .cpp files
2021-02-14 Mikko RasaRearrange soucre files into subdirectories