obs-StreamFX/data
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
..
effects gfx/blur/dual-filtering: Implement Dual Filtering Blur 2019-04-02 03:50:01 +02:00
filter-displacement data: Replace LFS content with actual files 2018-01-19 20:46:21 +01:00
locale locale: Update translations from CrowdIn (#50) 2019-04-02 03:49:42 +02:00
shaders/filter filter-custom-shader: Basic custom shader support 2018-04-29 03:07:26 +02:00
white.png data: Replace LFS content with actual files 2018-01-19 20:46:21 +01:00