Small optimizations in compositor.

Most of them are not noticeable.
This commit is contained in:
Jeroen Bakker
2012-07-12 19:19:03 +00:00
parent 2738fa99e7
commit 8b8bc164da
11 changed files with 256 additions and 96 deletions

View File

@@ -35,7 +35,7 @@ void SingleThreadedNodeOperation::initExecution()
void SingleThreadedNodeOperation::executePixel(float *color, int x, int y, MemoryBuffer *inputBuffers[], void *data)
{
this->m_cachedInstance->read(color, x, y);
this->m_cachedInstance->readNoCheck(color, x, y);
}
void SingleThreadedNodeOperation::deinitExecution()