obs-StreamFX/data/effects
Michael Fabian 'Xaymar' Dirks 4947d46aa1 gs-mipmapper: Update API usage, remove broken options and optimize
The new libOBS API allows us to directly access the underlying API instead of having to mess around in memory. By using it we can avoid crashing in case the compiler for it is different, or in case the actual back end structure changes.

Additionally the mostly unimplemented and unused options have also been removed, which streamlines the use of this class even further and reduces both shader and code complexity.

Finally by optimizing the use of the internal render target we can achieve a speed up of up to 3000% over the old way, allowing for many more mipmapped filters.
2023-03-28 12:40:40 +02:00
..
blur gfx/blur/dual-filtering: Implement Dual Filtering Blur 2019-04-02 03:50:01 +02:00
sdf filter-sdf-effects: Fix and improve effect rendering 2019-05-28 02:51:27 +02:00
channel-mask.effect filter-dynamic-mask: Rebase onto obs::source_factory 2019-12-03 20:11:27 +01:00
color-conversion.effect effect: Minor formatting changes 2017-08-20 00:25:20 +02:00
color-grade.effect filter-color-grade: Fix effect 2020-03-28 20:20:33 +01:00
displace.effect filter-displacement: Refactor onto obs::source_factory 2019-11-18 03:03:11 +01:00
mask.effect effects: Add masking lerp effect 2018-09-30 22:47:37 +02:00
mipgen.effect gs-mipmapper: Update API usage, remove broken options and optimize 2023-03-28 12:40:40 +02:00
pack-unpack.effect filter-nv-face-tracking: Nvidia exclusive Face Tracking filter 2020-03-31 21:46:47 +02:00