Set DepthMask to true before clearing depth buffer 38/178338/5
authorminho.sun <minho.sun@samsung.com>
Wed, 9 May 2018 10:36:28 +0000 (19:36 +0900)
committerMinho Sun <minho.sun@samsung.com>
Fri, 10 Aug 2018 02:20:15 +0000 (02:20 +0000)
commit9004b94c9163f65f911660c02acbfe97c37ec37e
tree2af83559065476fea1ac9f6a7a393ee7f9629b6d
parenteaf968a1ef6bc12375566a2330d61660f265574c
Set DepthMask to true before clearing depth buffer

When enableDepthWrite is false, Depth buffer is not cleared because DepthMask is false.
Make sure that DALi set DepthMask to true before clearing depth buffer.

Change-Id: Ia94826a9681355719604f774e3fb37994068e3c2
Signed-off-by: minho.sun <minho.sun@samsung.com>
dali/internal/render/common/render-algorithms.cpp