virtualx-engine/modules/denoise
Rémi Verschelde 70ae90e0e8
Core: Drop custom copymem/zeromem defines
We've been using standard C library functions `memcpy`/`memset` for these since
2016 with 67f65f6639.

There was still the possibility for third-party platform ports to override the
definitions with a custom header, but this doesn't seem useful anymore.

Backport of #48239.
2021-04-29 12:34:11 +02:00
..
config.py SCons: Work around compilation issue on Linux ARM64 2021-02-23 14:08:45 +01:00
denoise_wrapper.cpp Core: Drop custom copymem/zeromem defines 2021-04-29 12:34:11 +02:00
denoise_wrapper.h CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
lightmap_denoiser.cpp CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
lightmap_denoiser.h CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
register_types.cpp CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
register_types.h CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
resource_to_cpp.py Add OpenImageDenoise thirdparty library 2021-01-14 18:02:07 +01:00
SCsub Add options to reduce lightmaps disk usage. 2021-02-16 13:20:27 +01:00