obs-StreamFX/data/effects
Michael Fabian 'Xaymar' Dirks 92c4b54177 filter-blur: Add Linear Gaussian Blur
Similar to Linear Box Blur, this version of Gaussian Blur reduces the total number of sample by up to n. This results in a total sample count (per pass) of O(n+1) for even radii and O(n+2) for odd radii. The quality sacrificed to do this is higher this time, though careful adjustment of the halfTexelDelta value can bring it much closer to normal Gaussian Blur. The current offset however had no noticable effects on visual quality.

See Also: #21 Blur Quality
2018-12-22 22:54:30 +01:00
..
blur.effect filter-blur: Add Linear Gaussian Blur 2018-12-22 22:54:30 +01:00
color-conversion.effect effect: Minor formatting changes 2017-08-20 00:25:20 +02:00
displace.effect effect: Minor formatting changes 2017-08-20 00:25:20 +02:00
mask.effect effects: Add masking lerp effect 2018-09-30 22:47:37 +02:00
mipgen.effect gs-mipmapper: Fix Sharpen shader, add strength support for Smoothen 2018-09-29 15:58:13 +02:00
sdf-generator.effect filter-shadow-sdf: Inner/Outer shadow based on signed distance fields 2018-11-08 13:52:43 +01:00
sdf-shadow.effect filter-shadow-sdf: Inner/Outer shadow based on signed distance fields 2018-11-08 13:52:43 +01:00