|
Lines 1-3
a/Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2012-06-08 Hyowon Kim <hw1008.kim@samsung.com> |
| 2 |
|
| 3 |
[Texmap][EFL] Minor fixes to EFL accelerated compositing. |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=88630 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
* platform/graphics/GraphicsContext3D.h: Remove PLATFORM(EFL) flags. |
| 9 |
(WebCore): |
| 10 |
(GraphicsContext3D): |
| 11 |
* platform/graphics/GraphicsLayer.cpp: Use GraphicsLayerFactory. |
| 12 |
(WebCore): |
| 13 |
* platform/graphics/GraphicsLayer.h: Use GraphicsLayerFactory. |
| 14 |
(WebCore): |
| 15 |
(GraphicsLayer): |
| 16 |
* platform/graphics/OpenGLShims.cpp: |
| 17 |
* platform/graphics/efl/GraphicsContext3DEfl.cpp: Fix typo. |
| 18 |
(WebCore::GraphicsContext3D::uniform1fv): |
| 19 |
(WebCore::GraphicsContext3D::uniform1iv): |
| 20 |
* platform/graphics/efl/GraphicsContext3DPrivate.h: Fix namespace. |
| 21 |
(WebCore): |
| 22 |
* platform/graphics/surfaces/GraphicsSurface.h: Fix WTF header include paths. |
| 23 |
* platform/graphics/texmap/GraphicsLayerTextureMapper.cpp: |
| 24 |
(WebCore::GraphicsLayerTextureMapper::addAnimation): Use AnimationController. |
| 25 |
* platform/graphics/texmap/TextureMapperGL.cpp: |
| 26 |
(SharedGLData): Use default implementation. |
| 27 |
* platform/graphics/texmap/TextureMapperLayer.cpp: |
| 28 |
|
| 1 |
2012-06-07 Takashi Sakamoto <tasak@google.com> |
29 |
2012-06-07 Takashi Sakamoto <tasak@google.com> |
| 2 |
|
30 |
|
| 3 |
Improve the performance of pushScope in StyleResolver |
31 |
Improve the performance of pushScope in StyleResolver |