index
:
DiligentFX
gltf-multiview
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
PostProcess
/
EpipolarLightScattering
/
src
/
EpipolarLightScattering.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
Fix misc. typos
luz paz
1
-4
/
+4
2021-01-01
Updated copyright notice
assiduous
1
-1
/
+1
2020-10-19
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
assiduous
1
-1
/
+1
2020-10-19
Some updates to match API240076
assiduous
1
-40
/
+40
2020-10-15
Fixed compilation after PSO refactoring
azhirnov
1
-29
/
+29
2020-09-17
Updated light scattering FX to match the API 240071
assiduous
1
-1
/
+1
2020-09-16
Updated Light Scattering FX to match the new API (240070)
assiduous
1
-1
/
+1
2020-09-11
Few updates to match API 240068
assiduous
1
-1
/
+1
2020-08-28
Fixed unicode symbols in comments
assiduous
1
-2
/
+2
2020-08-27
Light scattering FX: updated Ozone absorption coefficients
assiduous
1
-2
/
+6
2020-08-26
Light scattering FX: added custom Ozone absorption coefficient
assiduous
1
-7
/
+15
2020-08-26
Epipolar scattering FX: added Ozone approximation that fixes yellow-green sky
assiduous
1
-0
/
+17
2020-05-16
Renamed uiMaxSamplesOnTheRayAtDepthBreak to better uiNumSamplesOnTheRayAtDept...
assiduous
1
-2
/
+2
2020-05-16
Scattering FX: enabled control of the number of ray marching samples at depth...
assiduous
1
-4
/
+2
2020-05-04
Updated atm scattering fx to allow negative altitudes
assiduous
1
-0
/
+5
2020-04-18
Reworked light scattering fx to make RenderSun an explicit call, and remove S...
assiduous
1
-29
/
+36
2020-04-01
Updated to match API Version 240056
assiduous
1
-10
/
+22
2020-03-26
Renamed _DEBUG macro to DILIGENT_DEBUG
assiduous
1
-1
/
+1
2020-01-31
Renamed .h -> .hpp where appropriate
assiduous
1
-2
/
+2
2020-01-29
Updates to comply with the new API
assiduous
1
-10
/
+22
2020-01-01
Updated copyright notice
assiduous
1
-7
/
+11
2019-12-28
Light scattering fx: reducing scattering LUT resolution for GLES and SW adapter
assiduous
1
-8
/
+16
2019-12-24
Updated light scattering postfx to take destination color and depth buffers a...
assiduous
1
-84
/
+92
2019-11-27
Renamed Postprocess -> PostProcess
Egor
1
-0
/
+0
2019-11-25
clang-formatted Utilities
Egor Yusov
1
-1
/
+1
2019-11-25
clang-formatted EpipolarLightScattering
Egor Yusov
1
-748
/
+806
2019-11-09
Light Scattering FX: improved user resource change test by using unique Ids i...
Egor Yusov
1
-10
/
+21
2019-10-25
Fixed few compiler warnings
Egor Yusov
1
-4
/
+4
2019-09-17
Updated copyright notice
Egor Yusov
1
-1
/
+1
2019-08-28
Light scattering posteffect: added parameter validation
Egor Yusov
1
-0
/
+36
2019-07-19
Epipolar light scattering: fixed minor issue with ray marching technique not ...
Egor Yusov
1
-1
/
+2
2019-07-02
Light scattering FX: fixed overexposure when looking from space
Egor Yusov
1
-4
/
+5
2019-06-02
Light scattering posteffect: removed NUM_EPIPOLAR_SLICES and MAX_SAMPLES_IN_S...
Egor Yusov
1
-20
/
+4
2019-06-02
Light scattering posteffect: removed EARTH_RADIUS, ATM_TOP_HEIGHT, ATM_TOP_RA...
Egor Yusov
1
-15
/
+9
2019-06-01
Light scattering post fx: added option to specify scattering attribs
Egor Yusov
1
-5
/
+7
2019-05-28
Replaced M_PI to fix MinGW build errors
Egor Yusov
1
-6
/
+6
2019-05-08
Epipolar light scattering FX: fixed minor issue with epipolar depth-stencil f...
Egor Yusov
1
-1
/
+2
2019-05-08
Epipolar light scattering FX: fixed issue with d24s8 format not being support...
Egor Yusov
1
-2
/
+17
2019-05-06
Improved int vs uint handling in shaders
Egor Yusov
1
-38
/
+38
2019-04-23
Changes to comply with the updated math lib
Egor Yusov
1
-1
/
+1
2019-04-05
Updates to match API changes
Egor Yusov
1
-7
/
+7
2019-03-24
Fixed one warning in light scattering fx
Egor Yusov
1
-7
/
+5
2019-03-24
Updated light scattering fx to rely on static samplers & run with 0 warnings
Egor Yusov
1
-52
/
+172
2019-03-21
Fixed window resizing issue when running brute force ray marching
Egor Yusov
1
-12
/
+3
2019-03-08
Fixed minor issue with light scattering posteffect
Egor Yusov
1
-3
/
+2
2019-03-05
Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...
Egor Yusov
1
-19
/
+19
2019-03-01
Updated Light scattering posteffect to match the new API
Egor Yusov
1
-184
/
+262
2019-02-23
Minor fix to scattering effect
Egor Yusov
1
-1
/
+1
2019-02-16
Some final improvements to epipolar light scattering effect
Egor Yusov
1
-117
/
+166
2019-02-15
Moved ToneMapping functions to its own folder
Egor Yusov
1
-18
/
+18
[next]