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-02-20 16:41:56 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2019-02-20 17:17:22 +0300
commit949ab753bb2e2d0f76921ed6d716f074ce863f21 (patch)
treecd39e16495b1c297557f9130273d0ccee45a4e16 /intern/cycles/device/CMakeLists.txt
parent667033e89e7fe5241592e72e088a19723ca906b5 (diff)
Cycles OpenCL: Remove OpenCL MegaKernel
Using OpenCL MegaKernel has been slow and therefore not usefull. This patch will remove the mega kernel from the OpenCL codebase and the OpenCLDeviceBase class. T61736: removal of mega kernel T61703: baking does not work with mega kernel Tags: #cycles Differential Revision: https://developer.blender.org/D4383
Diffstat (limited to 'intern/cycles/device/CMakeLists.txt')
-rw-r--r--intern/cycles/device/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/cycles/device/CMakeLists.txt b/intern/cycles/device/CMakeLists.txt
index 75e78e038ea..d95cd02a85e 100644
--- a/intern/cycles/device/CMakeLists.txt
+++ b/intern/cycles/device/CMakeLists.txt
@@ -37,8 +37,6 @@ set(SRC_OPENCL
opencl/opencl.h
opencl/memory_manager.h
- opencl/opencl_base.cpp
- opencl/opencl_mega.cpp
opencl/opencl_split.cpp
opencl/opencl_util.cpp
opencl/memory_manager.cpp