Michael Fabian Dirks
|
6cc1be1b0d
|
effect: Minor formatting changes
|
2017-08-20 00:25:20 +02:00 |
|
Michael Fabian Dirks
|
4dbf414214
|
effects, filter-blur: Precalculated Kernel, Formatting, Rendering and more
Filter:
* Massively improved Rendering loop to reduce overhead and provide cleaner code.
Gaussian Blur:
* Added precalculated Kernels using Textures. Slightly reduced GPU load.
* Added basic attempt at a Nvidia o(n/2+1) gaussian blur implementation.
* Fix up LOD for texture sampling.
Box Blur:
* Halved loop count.
|
2017-08-20 00:25:05 +02:00 |
|
Michael Fabian Dirks
|
0570904c5b
|
effects: Reduce loop count with Gaussian Blur
|
2017-07-18 16:47:04 +02:00 |
|
Michael Fabian Dirks
|
58deaa9408
|
filter-displacement: Move effects to 'data/effects'
|
2017-07-06 06:23:06 +02:00 |
|
Michael Fabian Dirks
|
dceb2e533d
|
effects: Add RGB -> YUV, YUV -> RGB color converter
This should help for filters requiring other color formats.
|
2017-07-06 06:01:37 +02:00 |
|
Michael Fabian Dirks
|
191b1ea23f
|
filter-blur: Move effects to 'data/effects'
This should help reusing the same effect instead of having an effect per filter.
|
2017-07-06 05:52:46 +02:00 |
|