godot/thirdparty/oidn/core
jfons 6995b0429c Assorted fixes to UV unwrapping and GPU lightmapper
Various fixes to UV2 unwrapping and the GPU lightmapper. Listed here for
context in case of git blame/bisect:

* Fix UV2 unwrapping on import, also cleaned up the unwrap cache code.
* Fix saving of RGBA images in EXR format.
* Fixes to the GPU lightmapper:
	- Added padding between atlas elements, avoids bleeding.
	- Remove old SDF generation code.
	- Fix baked attenuation for Omni/Spot lights.
	- Fix baking of material properties onto UV2 (wireframe was
	  wrongly used before).
	- Disable statically baked lights for objects that have a
	  lightmap texture to avoid applying the same light twice.
	- Fix lightmap pairing in RendererSceneCull.
	- Fix UV2 array generated from `RenderingServer::mesh_surface_get_arrays()`.
	- Port autoexposure fix for OIDN from 3.x.
	- Save debug textures as EXR when using floating point format.
2021-05-03 18:10:34 +02:00
..
api.cpp New lightmapper 2020-05-10 15:59:09 -03:00
autoencoder.cpp Upgrade OpenImageDenoise to v1.1.0 2020-06-06 19:03:16 +02:00
autoencoder.h Upgrade OpenImageDenoise to v1.1.0 2020-06-06 19:03:16 +02:00
buffer.h New lightmapper 2020-05-10 15:59:09 -03:00
common.h Upgrade OpenImageDenoise to v1.1.0 2020-06-06 19:03:16 +02:00
device.cpp Upgrade OpenImageDenoise to v1.1.0 2020-06-06 19:03:16 +02:00
device.h Upgrade OpenImageDenoise to v1.1.0 2020-06-06 19:03:16 +02:00
filter.cpp New lightmapper 2020-05-10 15:59:09 -03:00
filter.h New lightmapper 2020-05-10 15:59:09 -03:00
image.h New lightmapper 2020-05-10 15:59:09 -03:00
input_reorder.h New lightmapper 2020-05-10 15:59:09 -03:00
math.h New lightmapper 2020-05-10 15:59:09 -03:00
network.cpp Upgrade OpenImageDenoise to v1.1.0 2020-06-06 19:03:16 +02:00
network.h New lightmapper 2020-05-10 15:59:09 -03:00
node.h New lightmapper 2020-05-10 15:59:09 -03:00
output_reorder.h New lightmapper 2020-05-10 15:59:09 -03:00
transfer_function.cpp Assorted fixes to UV unwrapping and GPU lightmapper 2021-05-03 18:10:34 +02:00
transfer_function.h New lightmapper 2020-05-10 15:59:09 -03:00
upsample.h New lightmapper 2020-05-10 15:59:09 -03:00
weights_reorder.h New lightmapper 2020-05-10 15:59:09 -03:00