obs-StreamFX/source/filters
Michael Fabian 'Xaymar' Dirks c59ec2511b filter-sdf-effects: Refactor to include Glow and Stroke (#2, #4)
This refactors the SDF Effects to use a normal blend function instead of doing the blend in the effect itself, improving quality and reducing problematic sampling issues. In addition to this, the effect files have been cleaned up slightly and renamed to their proper names. Glow and Stroke are now supported, which solves both #2 and #4 in one go.

The caching optimization has also now been implemented, reducing the number of renders for this filter to 1 for each tick.
2019-04-14 14:19:59 +02:00
..
filter-blur.cpp filter-blur: Fix more compiler warnings 2019-04-03 02:59:48 +02:00
filter-blur.hpp filter-blur: Refactor to use new Blur code 2019-04-02 03:50:01 +02:00
filter-custom-shader.cpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
filter-custom-shader.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
filter-displacement.cpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
filter-displacement.hpp project: Reapply clang-format globally 2019-04-03 00:19:01 +02:00
filter-sdf-effects.cpp filter-sdf-effects: Refactor to include Glow and Stroke (#2, #4) 2019-04-14 14:19:59 +02:00
filter-sdf-effects.hpp filter-sdf-effects: Refactor to include Glow and Stroke (#2, #4) 2019-04-14 14:19:59 +02:00
filter-transform.cpp filter-transform: Fix description for Position, Rotation, Scale & Shear 2019-04-06 18:19:35 +02:00
filter-transform.hpp filter-transform: Validate source size each tick 2019-02-15 13:52:44 +01:00