blender/intern/cycles/device
Sergey Sharybin fbed2047c8 Fix wrong track of the memory when doing device vector resize before freeing it
This is rather legit case which happens i.e. when having persistent images enabled
and session is updating the lookup tables.

Now device_memory keeps track of amount of memory being allocated on the device,
which makes freeing using the proper allocated size, not the CPU side buffer
size.
2014-09-04 17:25:12 +06:00
..
CMakeLists.txt Deduplicate CUDA and OpenCL wranglers 2014-08-05 13:57:50 +06:00
device_cpu.cpp Fix wrong track of the memory when doing device vector resize before freeing it 2014-09-04 17:25:12 +06:00
device_cuda.cpp Fix wrong track of the memory when doing device vector resize before freeing it 2014-09-04 17:25:12 +06:00
device_intern.h Deduplicate CUDA and OpenCL wranglers 2014-08-05 13:57:50 +06:00
device_memory.h Fix wrong track of the memory when doing device vector resize before freeing it 2014-09-04 17:25:12 +06:00
device_multi.cpp Fix T41222 Blender gives weird output when baking (4096*4096) resolution on GPU 2014-08-05 13:50:50 -03:00
device_network.cpp Implement get_split_task_count to make device_network compile again. 2014-07-29 07:40:04 +02:00
device_network.h Style cleanup: indentation, braces 2014-05-05 02:19:08 +10:00
device_opencl.cpp Fix wrong track of the memory when doing device vector resize before freeing it 2014-09-04 17:25:12 +06:00
device_task.cpp Cycles Bake: show progress bar during bake 2014-07-25 11:42:53 -03:00
device_task.h Cycles Bake: show progress bar during bake 2014-07-25 11:42:53 -03:00
device.cpp Deduplicate CUDA and OpenCL wranglers 2014-08-05 13:57:50 +06:00
device.h Cycles Bake: show progress bar during bake 2014-07-25 11:42:53 -03:00