]> git.tdb.fi Git - libs/gl.git/history - source/effects/shadowmap.cpp
Change various generated texture names to use the unified extension
[libs/gl.git] / source / effects / shadowmap.cpp
2021-10-09 Mikko RasaChange various generated texture names to use the unifi...
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-07 Mikko RasaUse the shadow camera's projection matrix to form the...
2021-10-06 Mikko RasaSplit the Light class into subclasses by light type
2021-10-04 Mikko RasaRefactor ShadowMap to support multiple lights
2021-10-01 Mikko RasaDon't use an internal depth test in ShadowMap
2021-10-01 Mikko RasaSome more cleanup of includes and forward declarations
2021-09-25 Mikko RasaMake clearing the render target a responsibility of...
2021-09-18 Mikko RasaRemove unnecessary std:: qualifiers
2021-09-13 Mikko RasaRemove deprecated constructors from effects
2021-09-13 Mikko RasaRedesign framebuffer attachment management
2021-08-27 Mikko RasaConvert framebuffers and related functionality to new...
2021-08-18 Mikko RasaRedesign depth and stencil test and blend state management
2021-05-09 Mikko RasaAdd debug name capability to more classes
2021-05-05 Mikko RasaSet shadowmap darkness to 1.0 by default
2021-05-04 Mikko RasaAccess builtin resources through a global instance
2021-04-28 Mikko RasaMove lighting calculations to world space
2021-04-24 Mikko RasaMake ShadowMap's finish_frame run only once per frame
2021-04-18 Mikko RasaUse a separate shadow caster renderable for ShadowMap
2021-04-18 Mikko RasaUse persistent cameras in effects
2021-04-11 Mikko RasaOverhaul texture management in rendering classes
2021-04-10 Mikko RasaPass Tag by value, not by reference
2021-02-19 Mikko RasaLoad various built-in things through Resources
2021-02-14 Mikko RasaRearrange soucre files into subdirectories