obs-streamFX/data/effects/blur
Michael Fabian 'Xaymar' Dirks 011bee032a gfx/blur/gaussian: Fix Gaussian Kernel generation
While the previous method worked, it matches no other implementation including a reference implementation. The new implementation almost perfectly matches the reference implementation and uses oversampling to achieve the goal. This has the downside of limiting the blur size to just 64, but it is necessary in order to achieve correct results.

Fixes #573
2023-04-05 18:51:01 +02:00
..
box-linear.effect gfx/blur: Reduce code duplication with shared file 2023-04-05 18:51:01 +02:00
box.effect gfx/blur: Reduce code duplication with shared file 2023-04-05 18:51:01 +02:00
common.effect gfx/blur: Reduce code duplication with shared file 2023-04-05 18:51:01 +02:00
dual-filtering.effect gfx/blur: Reduce code duplication with shared file 2023-04-05 18:51:01 +02:00
gaussian-linear.effect gfx/blur: Reduce code duplication with shared file 2023-04-05 18:51:01 +02:00
gaussian.effect gfx/blur/gaussian: Fix Gaussian Kernel generation 2023-04-05 18:51:01 +02:00