]> git.tdb.fi Git - libs/gl.git/history - source/render/occludedscene.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / render / occludedscene.cpp
2022-03-13 Mikko RasaMove frustum culling from Scene to Camera
2021-11-12 Mikko RasaRemove the transform function from Renderer
2021-10-30 Mikko RasaRename "renderable" to "content" in Effects and Scenes
2021-10-30 Mikko RasaUse a sorted vector in place of set for small data
2021-10-30 Mikko RasaRemove the exclusion mechanism from Renderer
2021-10-10 Mikko RasaRefactor the builtin occluder shader
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-01 Mikko RasaSome more cleanup of includes and forward declarations
2021-10-01 Mikko RasaUse QueryPool in OccludedScene
2021-09-17 Mikko RasaUse C++11 features with containers
2021-05-04 Mikko RasaAccess builtin resources through a global instance
2021-04-10 Mikko RasaPass Tag by value, not by reference
2021-02-21 Mikko RasaRedesign the way shader programs are loaded
2021-02-19 Mikko RasaLoad various built-in things through Resources
2021-02-14 Mikko RasaRearrange soucre files into subdirectories