obs-StreamFX/data/effects
Michael Fabian 'Xaymar' Dirks 93df9b50b8 filter-blur: Add Linear Box Blur and combine all effects
Linear Box Blur abuses the fact that with Linear Sampling we can sample up to four adjacent texels at the same time and get a correct result for Box Blur back. Using this the total number of sample for Box Blur is reduced by n, making the total either n+1 (Even Radius) or n (Odd Radius).

Additionally all blur effect files have been merged into a single blur.effect file to reduce the time required to change a single parameter name. New blur effects should be added as a new technique instead of as a new effect file.

See Also: #21 Blur Quality
2018-12-22 22:08:55 +01:00
..
blur.effect filter-blur: Add Linear Box Blur and combine all effects 2018-12-22 22:08:55 +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