Fix wayland wrt apps y-flip problem on emulator 31/17831/4
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Wed, 29 Jan 2014 13:45:04 +0000 (17:45 +0400)
committerJoone Hur <joone.hur@intel.com>
Thu, 20 Mar 2014 05:56:14 +0000 (22:56 -0700)
commit130d86ae03a66cc99c5e0149c8463d6fe08e5572
tree3580941817647ea46fd6686ef1eb946b8eebaf3e
parent2a011254913c7b5934fd844149db219a6b56a171
Fix wayland wrt apps y-flip problem on emulator

Currently we flip all textures that come to texture mapper,
but if a texture is not made from sharedPlatformSurface then
it shouldn't be flipped, thus, we add ShouldFlipTexture
flag in this case to flip such texture back.

Bug-Tizen: TIVI-2606 ([SDK][Web-sample] SettingsApp has up side down image flashing a moment when change screen)

Change-Id: I84843a7cc9b3145b84e29b43a237918f421dc1ca
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp