Files
test2/intern/cycles/render
Patrick Mours 4a09907eab Fix T84049: Crash when using Cycles Progressive Refine with OptiX+CPU
Tile stealing may steal a CPU tile buffer and move it to the GPU, but next time around that
tile may be re-used on the CPU again (in progressive refinement mode). The buffer would
still be on the GPU then though, so is inaccessible to the CPU. As a result Blender crashed
when the CPU tried to write results to that tile buffer.
This fixes that by ensuring a stolen tile buffer is moved back to the device it is used on before
rendering.
2021-01-20 14:40:27 +01:00
..
2020-07-02 13:03:46 +10:00
2020-11-05 21:35:27 +01:00
2020-12-15 12:01:45 +01:00
2020-12-11 17:37:31 +01:00
2020-11-12 19:52:04 +01:00
2020-11-16 19:30:37 +01:00
2020-12-24 14:19:21 +01:00
2020-11-12 20:30:14 +01:00
2020-10-19 08:12:33 -07:00