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>2012-06-19 17:52:41 +0400
committerJeroen Bakker <j.bakker@atmind.nl>2012-06-19 17:52:41 +0400
commit7f2d1c01cdbcf1e0934c2f1664eb76986c7bc369 (patch)
tree405ddc67c9eeda5113a30176644f557efb983ab5 /source/blender/compositor/intern/COM_NodeOperation.cpp
parentcf2ae76347d48f37ffb69c4e1f946aded5f1099a (diff)
Implemented Preview of defocus to set the quality of the node to Low
increased the inner loop of opencl
Diffstat (limited to 'source/blender/compositor/intern/COM_NodeOperation.cpp')
-rw-r--r--source/blender/compositor/intern/COM_NodeOperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_NodeOperation.cpp b/source/blender/compositor/intern/COM_NodeOperation.cpp
index ac0f206846c..f416be5dedf 100644
--- a/source/blender/compositor/intern/COM_NodeOperation.cpp
+++ b/source/blender/compositor/intern/COM_NodeOperation.cpp
@@ -208,7 +208,7 @@ void NodeOperation::COM_clEnqueueRange(cl_command_queue queue, cl_kernel kernel,
const int height = outputMemoryBuffer->getHeight();
int offsetx;
int offsety;
- const int localSize = 32;
+ const int localSize = 128;
size_t size[2];
cl_int2 offset;