]> git.tdb.fi Git - libs/gl.git/history - source/core/texturecube.cpp
Use standard fixed-size integer types
[libs/gl.git] / source / core / texturecube.cpp
2021-09-18 Mikko RasaUse standard fixed-size integer types
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-09-13 Mikko RasaTweak some texture allocation checks
2021-09-11 Mikko RasaRework PixelComponents and PixelFormat to use custom...
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-13 Mikko RasaRefactor get_level_size in various texture classes
2021-08-12 Mikko RasaUse DSA for TextureCube if available
2021-04-24 Mikko RasaUse seamless cube map filtering if available
2021-04-18 Mikko RasaAllow repeated storage calls with the same parameters
2021-03-28 Mikko RasaFix TextureCube mipmap level allocation tracking
2021-03-20 Mikko RasaDecouple DataType from the OpenGL constants
2021-02-14 Mikko RasaRearrange soucre files into subdirectories