Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2019-03-08 18:31:05 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2019-03-08 18:31:35 +0300
commit02a7e875d74bbcdba569ac6021cf5da4ff231949 (patch)
treecfb6c152cc9328d054ce9beb3a23342a251d3550 /intern/cycles/util/util_debug.h
parent7ecbf9b409e04a6cc3eb03bd42e94bb56eefca0b (diff)
Cycles OpenCL: Remove single program
Part of the cleanup of the OpenCL codebase. Single program is not effective when using OpenCL, it is slower to compile and slower during rendering (when used in for example `barbershop` or `victor`). Reviewers: brecht, #cycles Maniphest Tasks: T62267 Differential Revision: https://developer.blender.org/D4481
Diffstat (limited to 'intern/cycles/util/util_debug.h')
-rw-r--r--intern/cycles/util/util_debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/intern/cycles/util/util_debug.h b/intern/cycles/util/util_debug.h
index 9b5eb2f9fbd..e8c272cdb80 100644
--- a/intern/cycles/util/util_debug.h
+++ b/intern/cycles/util/util_debug.h
@@ -126,9 +126,6 @@ public:
/* Use debug version of the kernel. */
bool debug;
- /* Use single program */
- bool single_program;
-
/* TODO(mai): Currently this is only for OpenCL, but we should have it implemented for all devices. */
/* Artificial memory limit in bytes (0 if disabled). */
size_t mem_limit;