RenderTaskProcessor::AddRenderablesForTask() optimization. 41/239741/9
authorGyörgy Straub <g.straub@partner.samsung.com>
Wed, 29 Jul 2020 09:55:48 +0000 (10:55 +0100)
committerGyörgy Straub <g.straub@partner.samsung.com>
Thu, 5 Nov 2020 07:39:08 +0000 (07:39 +0000)
commit88560678907fe683294d07e73bc1ddc99f898f05
tree7d537c0354edbc1a80c4abe861f857d5e5e3f60b
parent1d622b2361f21c52b55535b1809d05b327f194da
RenderTaskProcessor::AddRenderablesForTask() optimization.

- pulled loop-invariant conditional for which RenderableContainer to add
  to, out of the loop;
- replaced branch for assigning true, with compound or-assignment of the
  result of the check;

Change-Id: I2f36f2b7a5eb95da6e3cc04bddfbede0f8437b69
Signed-off-by: György Straub <g.straub@partner.samsung.com>
dali/internal/update/manager/render-task-processor.cpp