Fix bug when reusing renderlist on stencil renderers 88/20288/1
authorFerran Sole <ferran.sole@samsung.com>
Mon, 28 Apr 2014 07:52:44 +0000 (08:52 +0100)
committerDavid Steele <david.steele@partner.samsung.com>
Thu, 1 May 2014 14:29:01 +0000 (15:29 +0100)
commitd30bed46e37dc9cd266d20729cc8a464ab53fb8b
tree1963677c12d9a6ca0db276b5a765dbd274f3a231
parentf9ecc941e7e4ec9b6589a57a138f6940ac6967f6
Fix bug when reusing renderlist on stencil renderers

[Issue#] N/A
[Problem] When reusing renderlists for stencil renderers, the stencil renderers
are rendered in the color buffer sometimes.
[Cause] When reusing a renderlist for stencil renderers the appropiate flags
where not seted on the renderlist which causes this renderers to be rendered in
the color buffer.
[Solution] Added a function to reset the flags correctly for stencil
renderlists as in the rest of renderlists (opaque, transparent and overlay)

Change-Id: Ic80a33af8ac8ac6bf606610fae5d6279cee8cf81
Signed-off-by: David Steele <david.steele@partner.samsung.com>
dali/internal/update/manager/prepare-render-instructions.cpp