New commits:
http://git.directfb.org/?p=libs/WebKitDFB.git;a=commit;h=63845a96317445b43b5bf9979760a04b4b5d09e2
commit 63845a96317445b43b5bf9979760a04b4b5d09e2
Author: Marek Pikarski <[email protected]>
Date:   Mon Jul 1 14:07:06 2013 +0200

    webkit: started implementing support for webgl

 CONFIG.cmake                                       |    2 +-
 Source/WebCore/PlatformDirectFB.cmake              |   84 +++
 Source/WebCore/html/HTMLCanvasElement.cpp          |   14 +-
 .../WebCore/platform/graphics/GraphicsContext3D.h  |   25 +-
 Source/WebCore/platform/graphics/OpenGLESShims.h   |    2 +-
 .../platform/graphics/dfb/GraphicsContext3DDFB.cpp |  317 ++++++++++
 .../graphics/dfb/GraphicsContext3DPrivate.cpp      |  635 ++++++++++++++++++++
 .../graphics/dfb/GraphicsContext3DPrivate.h        |  138 +++++
 .../graphics/opengl/Extensions3DOpenGL.cpp         |   12 +-
 .../platform/graphics/opengl/Extensions3DOpenGL.h  |    2 +-
 .../graphics/opengl/Extensions3DOpenGLCommon.cpp   |    2 +-
 .../platform/graphics/opengl/GLPlatformContext.cpp |   21 +-
 .../graphics/opengl/GraphicsContext3DOpenGL.cpp    |    2 +-
 .../opengl/GraphicsContext3DOpenGLCommon.cpp       |    6 +-
 .../graphics/surfaces/dfb/GLTransportSurface.cpp   |  263 ++++++++
 .../graphics/surfaces/dfb/GLTransportSurface.h     |   83 +++
 .../surfaces/dfb/GraphicsSurfaceCommon.cpp         |  270 +++++++++
 .../graphics/surfaces/egl/EGLConfigSelector.cpp    |   12 +-
 .../platform/graphics/surfaces/egl/EGLSurface.cpp  |    6 +-
 .../platform/graphics/surfaces/egl/EGLXSurface.cpp |    8 +-
 .../platform/graphics/surfaces/egl/EGLXSurface.h   |    2 +-
 .../platform/graphics/surfaces/glx/X11Helper.cpp   |   41 +-
 .../platform/graphics/surfaces/glx/X11Helper.h     |    3 +
 .../WebKit/LiTE/WebCoreSupport/ChromeClientDFB.cpp |   21 +
 .../WebKit/LiTE/WebCoreSupport/ChromeClientDFB.h   |    8 +-
 Source/WebKit/LiTE/webview.cpp                     |    3 +
 Source/WebKit/PlatformDirectFB.cmake               |    9 +
 Source/cmake/OptionsDirectFB.cmake                 |   63 ++
 Source/cmake/WebKitFeatures.cmake                  |    2 +-
 29 files changed, 1994 insertions(+), 62 deletions(-)

http://git.directfb.org/?p=libs/WebKitDFB.git;a=commit;h=8c8f147e6a4ca6f7940e4bb70778a7093b7d3533
commit 8c8f147e6a4ca6f7940e4bb70778a7093b7d3533
Author: Marek Pikarski <[email protected]>
Date:   Thu Jun 20 10:43:08 2013 +0200

    webkit: compilation fixes for WebGL enabled

 .../WebCore/html/canvas/WebGLRenderingContext.cpp  |    1 +
 .../WebCore/platform/graphics/ANGLEWebKitBridge.h  |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to