bdk-blender/intern/cycles/session
Lukas Stockner 3d7f298e9a Fix T101651: Cycles crashes when failing to initialize render device
The issue here was that PathTraceWork was set up before checking if
any error occurred, and it didn't account for the dummy device so
it called a non-implemented function.

This fix therefore avoids creating PathTraceWork for dummy devices
and checks for device creation errors earlier in the process.
2022-10-26 10:13:11 +02:00
..
buffers.cpp Fix T98367: Light group passes do not work when shadow catcher is used 2022-07-24 20:36:46 +02:00
buffers.h Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
CMakeLists.txt Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
denoising.cpp Cleanup: spelling in comments, additional white space 2022-06-07 15:01:03 +10:00
denoising.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
display_driver.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
merge.cpp Cycles: Fix a few type casting warnings 2022-04-05 18:09:21 +02:00
merge.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
output_driver.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
session.cpp Fix T101651: Cycles crashes when failing to initialize render device 2022-10-26 10:13:11 +02:00
session.h Cycles: Add Hydra render delegate 2022-03-23 16:39:05 +01:00
tile.cpp Fix T101354: Cycles crash with baking and adaptive sampling 2022-09-26 22:19:01 +02:00
tile.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00