summaryrefslogtreecommitdiffstats
path: root/Components/src/ShadowMapManager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-01Updated copyright noticeassiduous1-1/+1
2020-10-19Some updates to match API240076assiduous1-3/+3
2020-10-15Fixed compilation after PSO refactoringazhirnov1-10/+10
2020-04-01Updated to match API Version 240056assiduous1-3/+4
2020-02-09Renamed RightHandedLightViewTransform to UseRightHandedLightViewTransformassiduous1-1/+1
2020-02-09Added RightHandedLightViewTransform parameter to DistributeCascadeInfoassiduous1-1/+1
2020-01-31Renamed .h -> .hpp where appropriateassiduous1-2/+2
2020-01-29Fixed issue with FLT_MAXassiduous1-0/+2
2020-01-29Updates to comply with the new APIassiduous1-2/+2
2020-01-01Updated copyright noticeassiduous1-7/+11
2019-11-25clang-formatted ComponentsEgor Yusov1-111/+116
2019-10-29Fixed compliler warningEgor Yusov1-1/+1
2019-10-25Fixed few compiler warningsEgor Yusov1-2/+2
2019-09-17Updated copyright noticeEgor Yusov1-1/+1
2019-07-24Updated Shadow map manager & added readmeEgor Yusov1-10/+9
2019-07-23Fixed minor ShadowMapManager build issue on MacEgor Yusov1-3/+3
2019-07-23Few minor updates to shadow map managerEgor Yusov1-3/+5
2019-07-23ShadowMap manager: fixed GL warningEgor Yusov1-3/+16
2019-07-23Shadow map manager: improved cascade distribution to support world-scale size...Egor Yusov1-26/+96
2019-07-19Shadows: implemented world-size filtering of VSM/EVSMEgor Yusov1-6/+21
2019-07-18Shadows: using 16-bit UNORM instead of 16-bit float for VSMEgor Yusov1-2/+3
2019-07-18Fixed 16-bit VSM/EVSM format from UNORM to FloatEgor Yusov1-2/+2
2019-07-18Added EVSM shadowsEgor Yusov1-32/+64
2019-07-18Implemented VSM filteringEgor Yusov1-11/+38
2019-07-18Shadows: added VSM modeEgor Yusov1-1/+170
2019-07-17Shadows: improved blending between cascadesEgor Yusov1-4/+4
2019-07-16Few updates to shadow structuresEgor Yusov1-1/+1
2019-07-16Shadow maps: added fixed depth bias parameterEgor Yusov1-0/+4
2019-07-14Shadows: taking filter radius into account when searching for the best cascadeEgor Yusov1-31/+37
2019-07-14Shadow mgr: calling user callback to adjust entire camera z rangeEgor Yusov1-0/+4
2019-07-14Shadow map mgr: fixed handness of the light view space axesEgor Yusov1-2/+2
2019-07-14Shadow map mgr: improved cascade distributionEgor Yusov1-39/+78
2019-07-13Added ShadowMapManagerEgor Yusov1-0/+213