Fixed a logic error for Evas GL Direct rendering override
authorsung <sung@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Jan 2012 05:08:23 +0000 (05:08 +0000)
committersung <sung@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 25 Jan 2012 05:08:23 +0000 (05:08 +0000)
commita68d55964ff925f68d1d8e86b46eda375b09ad17
tree01866bf91ae4ec71fb0e3ec43cf50a4d318acde6
parent41f6c68aa78d53b47c7d1a46d665cc4aa8158b97
Fixed a logic error for Evas GL Direct rendering override
option.

It should have been OR instead of AND operator.

When the image object alpha is on "OR" the rotation angle
is not "0", direct rendering isn't allowed.  However,
allow direct rendering if EVAS_GL_DIRECT_OVERRIDE=1 is set.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@67521 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/modules/engines/gl_x11/evas_engine.c