blender/intern/cycles/device
Patrick Mours ff430dea66 Fix rendering motion blur scenes with OptiX failing with CUDA_ERROR_INVALID_CONTEXT
Commit baeb11826b9fe5525db6dd05ba5271949079fc1e switched memory
allocation for the motion transform to use CUDA directly, instead of going
through abstractions. But no CUDA context was set active before those
were called, so the calls failed. This fixes that by binding a context beforehand.
2020-01-14 17:48:16 +01:00
..
opencl Cycles/OpenCL: Remove NULL PTR Workaround 2019-12-11 11:59:21 +01:00
CMakeLists.txt Cycles: add Optix device backend 2019-09-13 11:50:11 +02:00
device_cpu.cpp Revert part of "GPencil: Invert Paste operator and make Paste to Active default" 2019-09-23 11:09:00 +02:00
device_cuda.cpp Merge branch 'blender-v2.81-release' 2019-11-05 17:35:27 +01:00
device_denoising.cpp Cycles Denoising: Get rid of halos around bright edges 2019-06-01 00:45:03 +02:00
device_denoising.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
device_intern.h Cycles: add Optix device backend 2019-09-13 11:50:11 +02:00
device_memory.cpp Cycles: Add OptiX acceleration structure compaction 2019-12-09 14:32:12 +01:00
device_memory.h Cycles: Add OptiX acceleration structure compaction 2019-12-09 14:32:12 +01:00
device_multi.cpp Fix assert in Cycles memory statistics when using OptiX on multiple GPUs 2019-11-28 13:57:02 +01:00
device_network.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
device_network.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
device_opencl.cpp Cleanup: comments (long lines) in cycles 2019-05-01 21:41:07 +10:00
device_optix.cpp Fix rendering motion blur scenes with OptiX failing with CUDA_ERROR_INVALID_CONTEXT 2020-01-14 17:48:16 +01:00
device_split_kernel.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
device_split_kernel.h Cleanup: comments (long lines) in cycles 2019-05-01 21:41:07 +10:00
device_task.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
device_task.h Cycles: Add OptiX AI denoiser support 2020-01-08 16:53:11 +01:00
device.cpp Fix memory leak after using OptiX in Cycles 2019-09-30 14:05:40 +02:00
device.h Fix assert in Cycles memory statistics when using OptiX on multiple GPUs 2019-11-28 13:57:02 +01:00