obs-StreamFX/data
Michael Fabian 'Xaymar' Dirks 93df9b50b8 filter-blur: Add Linear Box Blur and combine all effects
Linear Box Blur abuses the fact that with Linear Sampling we can sample up to four adjacent texels at the same time and get a correct result for Box Blur back. Using this the total number of sample for Box Blur is reduced by n, making the total either n+1 (Even Radius) or n (Odd Radius).

Additionally all blur effect files have been merged into a single blur.effect file to reduce the time required to change a single parameter name. New blur effects should be added as a new technique instead of as a new effect file.

See Also: #21 Blur Quality
2018-12-22 22:08:55 +01:00
..
effects filter-blur: Add Linear Box Blur and combine all effects 2018-12-22 22:08:55 +01:00
filter-displacement data: Replace LFS content with actual files 2018-01-19 20:46:21 +01:00
locale filter-blur: Add Linear Box Blur and combine all effects 2018-12-22 22:08:55 +01: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