fixed fail cases on intelTC
authorKyungjin Kim <gen.kim@samsung.com>
Fri, 19 Apr 2013 01:12:43 +0000 (10:12 +0900)
committerKyungjin Kim <gen.kim@samsung.com>
Fri, 19 Apr 2013 05:13:04 +0000 (14:13 +0900)
commit95db3619690c0ca342c5013751f144ab2ad4dd6f
tree220396de75849c22e5066bea843557b49097880e
parent8d1ca7ca6de7c4b99a40c73153ee65a53f7f7cfe
fixed fail cases on intelTC

[Title] fixed fail cases on intelTC
[Issue#] N/A
[Problem] intelTC fails in shadow cases and drawimage.self
[Cause] shadowBlur shares the context, it fails because of the shared image cache
[Solution] fixed not to cache shadow context and self context for the gl surface

Change-Id: I123242c77b71d8b4a792b5d854e0bcd3189c9348
Source/WebCore/platform/graphics/ShadowBlur.cpp
Source/WebCore/platform/graphics/cairo/ImageBufferCairo.cpp [changed mode: 0755->0644]
Source/WebCore/platform/graphics/cairo/PlatformContextCairo.cpp
Source/WebCore/platform/graphics/cairo/PlatformContextCairo.h