]> git.tdb.fi Git - libs/gl.git/history - source/resourcemanager.h
Set both min and mag filters when exporting textures
[libs/gl.git] / source / resourcemanager.h
2018-05-02 Mikko RasaChange some class names
2015-12-04 Mikko RasaCache the total data size in ResourceManager
2015-12-04 Mikko RasaMake ResourceManager thread-safe
2015-11-15 Mikko RasaGive meshes a higher priority when loading
2015-09-05 Mikko RasaThrow a resource_load_error if the source could not...
2015-09-05 Mikko RasaMake is_resource_loaded const as it should be
2015-09-05 Mikko RasaMake resource locations externally accessible
2014-12-10 Mikko RasaAdd methods to query the state of a resource
2014-11-26 Mikko RasaPass errors from the resource loading thread to the...
2014-09-30 Mikko RasaRewrite ResourceManager internals for more scalability
2014-09-29 Mikko RasaDelay opening the resource file until loading actually...
2014-09-24 Mikko RasaAdd a ResourceWatcher interface
2014-09-08 Mikko RasaImplement automatic unloading when a total size limit...
2014-09-08 Mikko RasaImplement automatic resource unloading based on age
2014-09-07 Mikko RasaImplement manual loading policy and async flag
2014-08-30 Mikko RasaDissolve the association to resources when ResourceMana...
2014-08-17 Mikko RasaFoundation for a resource management system