blender/intern/cycles
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
..
app Cycles Aperture Ratio - option to produce anamorphic bokeh 2014-08-27 10:51:50 +02:00
blender Fix Cycles Integrator presets, not taking Volume bounces into account. 2014-08-30 16:48:44 +02:00
bvh Cycles: Rebuild BVH from scratch if loading cache failed 2014-09-01 18:05:10 +06:00
cmake Cycles: use SYSTEM for external includes 2014-06-29 04:00:31 +10:00
device Fix wrong track of the memory when doing device vector resize before freeing it 2014-09-04 17:25:12 +06:00
doc Cycles: relicense GNU GPL source code to Apache version 2.0. 2013-08-18 14:16:15 +00:00
kernel Fix T41693: Volumes get brightened with extra volume samples on GPU + BPT 2014-09-03 21:28:43 +06:00
render Cleanup: Code deduplication for similar passes. 2014-09-04 01:00:40 +02:00
subd Code cleanup: Add -Werror=float-conversion to Cycles 2014-05-03 07:31:46 +10:00
util Fix wrong track of the memory when doing device vector resize before freeing it 2014-09-04 17:25:12 +06:00
CMakeLists.txt Cycles: use SYSTEM for external includes 2014-06-29 04:00:31 +10:00
SConscript Deduplicate CUDA and OpenCL wranglers 2014-08-05 13:57:50 +06:00