blender/intern/cycles/device
Patrick Mours 9f89166b52 Fix T85148: OptiX viewport denoising regression
Commit 6e74a8b69f215e63e136cb4c497e738371ac798f changed the denoiser input passes default to
include the normal pass. This does not always produce optimal images though, hence why the
default was previously set to only include the color and albedo passes. This restores that behavior, so
that viewport denoising with OptiX produces the same results as before.
2021-01-29 13:35:00 +01:00
..
cuda Fix T85089: Crash when rendering scene that does not fit into GPU memory with CUDA/OptiX 2021-01-27 15:27:57 +01:00
opencl Cleanup: spelling 2020-12-15 12:34:25 +11:00
CMakeLists.txt Cycles: abort rendering when --cycles-device not found 2020-10-29 16:01:38 +01:00
device_cpu.cpp Fix T84745: build error with TBB 2021 2021-01-15 17:29:36 +01:00
device_cuda.cpp Cycles: add denoising settings to the render properties 2020-06-24 15:17:36 +02:00
device_denoising.cpp Cleanup: reduce hardcoded numbers in denoising neighbor tiles code 2020-07-10 17:10:05 +02:00
device_denoising.h Cleanup: reduce hardcoded numbers in denoising neighbor tiles code 2020-07-10 17:10:05 +02:00
device_dummy.cpp Cycles: abort rendering when --cycles-device not found 2020-10-29 16:01:38 +01:00
device_intern.h Cycles: abort rendering when --cycles-device not found 2020-10-29 16:01:38 +01:00
device_memory.cpp Cycles: Add NanoVDB support for rendering volumes 2020-10-05 15:03:30 +02:00
device_memory.h Cycles: Implement tile stealing to improve CPU+GPU rendering performance 2020-10-31 01:57:39 +01:00
device_multi.cpp Fix T83925: Crash when rendering on the CPU with OptiX denoiser enabled 2021-01-05 18:37:31 +01:00
device_network.cpp Cycles: add denoising settings to the render properties 2020-06-24 15:17:36 +02:00
device_network.h Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
device_opencl.cpp Cycles: Fix missing OpenCL extensions in certain cases 2021-01-18 15:47:00 +01:00
device_optix.cpp Fix T84872: OptiX GPU + CPU rendering uses branched path samples 2021-01-20 14:59:23 +01:00
device_split_kernel.cpp Fix T82351: Cycles: Tile stealing glitches with adaptive sampling 2021-01-11 21:04:49 +01:00
device_split_kernel.h Cleanup: minor refactoring around DeviceTask 2020-06-22 13:06:47 +02:00
device_task.cpp Fix T82351: Cycles: Tile stealing glitches with adaptive sampling 2021-01-11 21:04:49 +01:00
device_task.h Fix T85148: OptiX viewport denoising regression 2021-01-29 13:35:00 +01:00
device.cpp Fix T84872: OptiX GPU + CPU rendering uses branched path samples 2021-01-20 14:59:23 +01:00
device.h Fix T84872: OptiX GPU + CPU rendering uses branched path samples 2021-01-20 14:59:23 +01:00