obs-StreamFX/source/gfx
Michael Fabian 'Xaymar' Dirks 7c4d46c1fe gfx/blur/dual-filtering: Implement Dual Filtering Blur
Dual Filtering (or Dual Kawase) is an approximation of Gaussian Blur that can reach much higher Blur sizes at a much lower cost. However it is locked to a 2^n size, which means that currently it isn't possible to use it for blur sizes like 19, 24 and 31.

The Blur works by using the linear sampling of a GPU, combined with down- and upsampling and carefully placed sampling points. This means that there is no need for a linear optimized version of this Blur.

Related: #45, #6
2019-04-02 03:50:01 +02:00
..
blur gfx/blur/dual-filtering: Implement Dual Filtering Blur 2019-04-02 03:50:01 +02:00
gfx-effect-source.cpp project: Fix even more warnings 2019-03-01 12:00:30 +01:00
gfx-effect-source.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
gfx-source-texture.cpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
gfx-source-texture.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00