OSDN Git Service

Fix view z translation with 3d projection disabled
authorChris Craik <ccraik@google.com>
Thu, 16 Jan 2014 22:48:54 +0000 (14:48 -0800)
committerChris Craik <ccraik@google.com>
Thu, 16 Jan 2014 22:48:54 +0000 (14:48 -0800)
commitcf8d9d4af3faecd804763d7c6f85b3f8741e180b
tree96a6f7ce4ecebc632bc2224eb693166d04771461
parentc46809e9979204aa9a131d8933da23d298411441
Fix view z translation with 3d projection disabled

The ortho projection can't handle 3d translation, so skip that step if
perspective projection isn't enabled.

Change-Id: I231e6bcecc82e876b697e098e034f0fd3b06efde
libs/hwui/DisplayList.cpp