obs-StreamFX/source/filters
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
..
filter-blur.cpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-blur.hpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-color-grade.cpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-color-grade.hpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-displacement.cpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-displacement.hpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-dynamic-mask.cpp locale: Add missing and remove unused strings 2020-04-23 09:14:31 +02:00
filter-dynamic-mask.hpp locale: Add missing and remove unused strings 2020-04-23 09:14:31 +02:00
filter-nv-face-tracking.cpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-nv-face-tracking.hpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-sdf-effects.cpp project: Fix virtual overrides not using the correct type 2023-03-28 12:40:39 +02:00
filter-sdf-effects.hpp project: Fix virtual overrides not using the correct type 2023-03-28 12:40:39 +02:00
filter-shader.cpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-shader.hpp project: Refactor into namespace streamfx 2020-04-23 00:50:39 +02:00
filter-transform.cpp gs-mipmapper: Update API usage, remove broken options and optimize 2023-03-28 12:40:40 +02:00
filter-transform.hpp gs-mipmapper: Update API usage, remove broken options and optimize 2023-03-28 12:40:40 +02:00