Skip to content
  • commit-queue@webkit.org's avatar
    Add shareResources flag to 3D graphics context attributes · bc733856
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=66516
    
    Patch by Al Patrick <apatrick@chromium.org> on 2011-08-23
    Reviewed by James Robinson.
    
    Source/WebCore:
    
    * html/canvas/WebGLRenderingContext.cpp:
    (WebCore::WebGLRenderingContext::create):
    * platform/graphics/GraphicsContext3D.h:
    (WebCore::GraphicsContext3D::Attributes::Attributes):
    * platform/graphics/gpu/SharedGraphicsContext3D.cpp:
    (WebCore::SharedGraphicsContext3D::create):
    
    Source/WebKit/chromium:
    
    * public/WebGraphicsContext3D.h:
    (WebKit::WebGraphicsContext3D::Attributes::Attributes):
    * src/GraphicsContext3DChromium.cpp:
    (WebCore::GraphicsContext3DInternal::initialize):
    * src/WebViewImpl.cpp:
    (std::getCompositorContextAttributes):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@93625 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    bc733856