index
:
DiligentFX
gltf-multiview
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Shaders
/
PostProcess
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
Fix misc. typos
luz paz
4
-11
/
+11
2020-08-27
Light scattering FX: updated Ozone absorption coefficients
assiduous
1
-1
/
+1
2020-08-26
Light scattering FX: added custom Ozone absorption coefficient
assiduous
1
-0
/
+2
2020-08-26
Epipolar scattering FX: added Ozone approximation that fixes yellow-green sky
assiduous
1
-2
/
+3
2020-06-14
Light scattering FX: fixed bug with extinction not taking into account inters...
assiduous
1
-12
/
+37
2020-05-24
Renamed confusing DepthToNormalizedDeviceZ to CameraZToNormalizedDeviceZ
assiduous
1
-1
/
+1
2020-05-16
Renamed uiMaxSamplesOnTheRayAtDepthBreak to better uiNumSamplesOnTheRayAtDept...
assiduous
1
-4
/
+4
2020-05-16
Scattering FX: enabled control of the number of ray marching samples at depth...
assiduous
1
-6
/
+9
2020-05-06
Added EpipolarLightSatteringFunctions.fxh shader include file
assiduous
1
-0
/
+34
2020-05-05
Scattering FX: updated Earth radius
assiduous
1
-1
/
+2
2020-05-05
Scattering FX: improved sampling for scattering integrals
assiduous
3
-36
/
+64
2020-05-04
Updated atm scattering fx to allow negative altitudes
assiduous
12
-139
/
+221
2019-09-29
Few minor updates
Egor Yusov
1
-1
/
+1
2019-07-02
Light scattering FX: fixed overexposure when looking from space
Egor Yusov
4
-6
/
+20
2019-07-02
Epipolar light scattering: removed F*ONE and F*ZERO macros
Egor Yusov
14
-43
/
+36
2019-07-02
ToneMapping: removed F3ONE and F3ZERO macros
Egor Yusov
1
-18
/
+10
2019-06-06
Fixed Android shader issues
Egor Yusov
3
-10
/
+10
2019-06-02
Light scattering posteffect: removed NUM_EPIPOLAR_SLICES and MAX_SAMPLES_IN_S...
Egor Yusov
6
-25
/
+17
2019-06-02
Light scattering posteffect: removed EARTH_RADIUS, ATM_TOP_HEIGHT, ATM_TOP_RA...
Egor Yusov
14
-152
/
+229
2019-05-11
Atmospheric scattering PP: fixed GLES issue in epipolar sampling rendering sh...
Egor
1
-1
/
+1
2019-05-06
Improved int vs uint handling in shaders
Egor Yusov
4
-14
/
+14
2019-05-05
Fixed build issue with semicolon after CHECK_STRUCT_ALIGNMENT macro on gcc
Egor
2
-18
/
+20
2019-05-05
Fixed OpenGL shader compilation issues on MacOS
Egor Yusov
2
-6
/
+8
2019-04-29
Added ShaderUtilities.fxh with DepthToNormalizedDeviceZ() function
Egor Yusov
1
-2
/
+3
2019-04-28
GLTF Renderer: implemented tone mapping
Egor Yusov
1
-0
/
+12
2019-04-15
Minor change
Egor Yusov
1
-1
/
+1
2019-04-15
Fixed couple of issues with unused shader resource declaration
Egor Yusov
2
-10
/
+9
2019-03-24
Fixed one warning in light scattering fx
Egor Yusov
1
-3
/
+3
2019-03-24
Updated light scattering fx to rely on static samplers & run with 0 warnings
Egor Yusov
3
-7
/
+6
2019-02-24
Updated CameraAttribs structure
Egor Yusov
5
-6
/
+6
2019-02-23
Light scattering: fixed issue with unshadowed scattering: the ray was not lim...
Egor Yusov
1
-5
/
+26
2019-02-17
Added readme
Egor Yusov
1
-3
/
+5
2019-02-16
Some final improvements to epipolar light scattering effect
Egor Yusov
16
-130
/
+233
2019-02-15
Moved ToneMapping functions to its own folder
Egor Yusov
14
-85
/
+135
2019-02-14
Replaced LightAttribs::f4ExtraterrestrialSunColor with LightAttribs::f4Intensity
Egor Yusov
3
-7
/
+7
2019-02-14
Replaced LightAttribs::f4DirOnLight with LightAttribs::f4Direction
Egor Yusov
2
-12
/
+12
2019-02-13
Moved FullScreenTriangleVS to Common\private
Egor Yusov
2
-35
/
+1
2019-02-13
Improved EpipolarLightScatteringStructures.fxh
Egor Yusov
10
-119
/
+193
2019-02-13
Removed f4LightScreenPos and bIsLightOnScreen from LightAttribs structure
Egor Yusov
5
-37
/
+33
2019-02-13
Light scattering pp: replaced SCREEN_RESOLUTION macro with CB parameter to av...
Egor Yusov
7
-21
/
+31
2019-02-13
Reworked SRB management in epipolar light scattering pp effect
Egor Yusov
4
-11
/
+4
2019-02-11
Split Structures.fxh into BasicStructures.fxh and EpipolarLightScatteringStru...
Egor Yusov
10
-104
/
+12
2019-02-11
Renamed ScreenSizeQuad into FullScreenTriangle
Egor Yusov
16
-20
/
+20
2019-02-11
Reworked screen-size quad rendering to use one triangle instead of 2
Egor Yusov
17
-64
/
+52
2019-02-11
Improved Structures.fxh file
Egor Yusov
1
-134
/
+89
2019-02-11
Moved all shaders to Shaders folder
Egor Yusov
31
-0
/
+3768