From d4315398fc7f2a0b02f83d23f4d942e10df51059 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 20 Nov 2014 18:54:41 +0500 Subject: Cycles: Remove dynamic library helper files They were only needed for CUDA wrangler. Since we've switched to CUEW this utility functions are no longer needed. --- intern/cycles/util/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'intern/cycles/util/CMakeLists.txt') diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt index 842d5efac79..295ebd24a5c 100644 --- a/intern/cycles/util/CMakeLists.txt +++ b/intern/cycles/util/CMakeLists.txt @@ -10,7 +10,6 @@ set(INC_SYS set(SRC util_cache.cpp - util_dynlib.cpp util_logging.cpp util_md5.cpp util_path.cpp @@ -34,7 +33,6 @@ set(SRC_HEADERS util_boundbox.h util_cache.h util_debug.h - util_dynlib.h util_foreach.h util_function.h util_half.h -- cgit v1.2.3 From ed935ae5adf8d676bb002380d4f46a288c6572d0 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 2 Dec 2014 15:36:44 +0500 Subject: Cycles: Use lock in the memory statistics CPU rendering is allowed to allocate memory from multiple threads, which means statistics need to be avare of this. --- intern/cycles/util/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/util/CMakeLists.txt') diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt index 295ebd24a5c..a07deb68b15 100644 --- a/intern/cycles/util/CMakeLists.txt +++ b/intern/cycles/util/CMakeLists.txt @@ -30,6 +30,7 @@ endif() set(SRC_HEADERS util_algorithm.h util_args.h + util_atomic.h util_boundbox.h util_cache.h util_debug.h -- cgit v1.2.3