Blender Git Commit Log
Git Commits -> Revision 69806f1
Revision 69806f1 by Sergey Sharybin (cycles-x) September 10, 2021, 07:51 (GMT) |
Fix graphics interop destruction for offline rendering in Cycles X Graphics interop API is to be sued from within an active graphics context, which might not be a case for offline rendering where there is no default graphics context bound. Differential Revision: https://developer.blender.org/D12446 |
Commit Details:
Full Hash: 69806f1f88d4c78b752d902381e94a3e9e668321
Parent Commit: ab1f5fe
Lines Changed: +65, -0
11 Modified Paths:
/intern/cycles/blender/blender_gpu_display.cpp (+18, -0) (Diff)
/intern/cycles/blender/blender_gpu_display.h (+3, -0) (Diff)
/intern/cycles/integrator/path_trace.cpp (+12, -0) (Diff)
/intern/cycles/integrator/path_trace.h (+1, -0) (Diff)
/intern/cycles/integrator/path_trace_work.h (+2, -0) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+4, -0) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+1, -0) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+10, -0) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+1, -0) (Diff)
/intern/cycles/render/gpu_display.cpp (+8, -0) (Diff)
/intern/cycles/render/gpu_display.h (+5, -0) (Diff)
/intern/cycles/blender/blender_gpu_display.h (+3, -0) (Diff)
/intern/cycles/integrator/path_trace.cpp (+12, -0) (Diff)
/intern/cycles/integrator/path_trace.h (+1, -0) (Diff)
/intern/cycles/integrator/path_trace_work.h (+2, -0) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.cpp (+4, -0) (Diff)
/intern/cycles/integrator/path_trace_work_cpu.h (+1, -0) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.cpp (+10, -0) (Diff)
/intern/cycles/integrator/path_trace_work_gpu.h (+1, -0) (Diff)
/intern/cycles/render/gpu_display.cpp (+8, -0) (Diff)
/intern/cycles/render/gpu_display.h (+5, -0) (Diff)