Go to file
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
data effects, filter-blur: Precalculated Kernel, Formatting, Rendering and more 2017-08-20 00:25:05 +02:00
rawdata filter-displacement: Cleanup data 2017-06-29 07:35:41 +02:00
source effects, filter-blur: Precalculated Kernel, Formatting, Rendering and more 2017-08-20 00:25:05 +02:00
.gitattributes LFS for image files 2017-06-28 23:55:22 +02:00
.gitignore project: Remove AMD text from gitignore 2017-08-19 23:32:18 +02:00
CMakeLists.txt cmake: Fix building and improve generated projects 2017-08-19 23:47:30 +02:00
LICENSE GPLv2 and gitignore 2017-06-28 23:20:50 +02:00