From be1b5f82cee09041fdee355697841ee92b31ef70 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Wed, 13 Jun 2012 12:34:56 +0000 Subject: * optimized threading * break out with glare node * Added OpenCL kernels compatible with AMD still need some testing. --- source/blender/compositor/operations/COM_CompositorOperation.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/compositor/operations/COM_CompositorOperation.h') diff --git a/source/blender/compositor/operations/COM_CompositorOperation.h b/source/blender/compositor/operations/COM_CompositorOperation.h index 13cb4f28324..36099b3eb91 100644 --- a/source/blender/compositor/operations/COM_CompositorOperation.h +++ b/source/blender/compositor/operations/COM_CompositorOperation.h @@ -36,11 +36,6 @@ private: */ const Scene *scene; - /** - * @brief local reference to the node tree - */ - const bNodeTree *tree; - /** * @brief reference to the output float buffer */ @@ -59,7 +54,6 @@ public: CompositorOperation(); void executeRegion(rcti *rect, unsigned int tileNumber, MemoryBuffer** memoryBuffers); void setScene(const Scene *scene) {this->scene = scene;} - void setbNodeTree(const bNodeTree *tree) {this->tree = tree;} bool isOutputOperation(bool rendering) const {return true;} void initExecution(); void deinitExecution(); -- cgit v1.2.3