[webkit-changes] [WebKit/WebKit] c2b37c: Implement WEBGL_clip_cull_distance

Alexey Knyazev noreply at github.com
Thu Jan 26 10:21:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c2b37c11144baf6c3c17e6dd4fd333c24da226f0
      https://github.com/WebKit/WebKit/commit/c2b37c11144baf6c3c17e6dd4fd333c24da226f0
  Author: Alexey Knyazev <3479527+lexaknyazev at users.noreply.github.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

  Changed paths:
    M LayoutTests/TestExpectations
    M LayoutTests/platform/ios-simulator/webgl/webgl-draft-extensions-flag-default-expected.txt
    M LayoutTests/platform/ios-simulator/webgl/webgl-draft-extensions-flag-off-expected.txt
    M LayoutTests/platform/ios-simulator/webgl/webgl-draft-extensions-flag-on-expected.txt
    M LayoutTests/webgl/resources/webgl-draft-extensions-flag.js
    M LayoutTests/webgl/webgl-draft-extensions-flag-default-expected.txt
    M LayoutTests/webgl/webgl-draft-extensions-flag-off-expected.txt
    M LayoutTests/webgl/webgl-draft-extensions-flag-on-expected.txt
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/DerivedSources-input.xcfilelist
    M Source/WebCore/DerivedSources-output.xcfilelist
    M Source/WebCore/DerivedSources.make
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/bindings/js/JSDOMConvertWebGL.cpp
    M Source/WebCore/html/canvas/WebGL2RenderingContext.cpp
    A Source/WebCore/html/canvas/WebGLClipCullDistance.cpp
    A Source/WebCore/html/canvas/WebGLClipCullDistance.h
    A Source/WebCore/html/canvas/WebGLClipCullDistance.idl
    M Source/WebCore/html/canvas/WebGLExtension.h
    M Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp
    M Source/WebCore/html/canvas/WebGLRenderingContextBase.h
    M Source/WebCore/platform/graphics/GraphicsContextGL.h

  Log Message:
  -----------
  Implement WEBGL_clip_cull_distance
https://bugs.webkit.org/show_bug.cgi?id=251153

Reviewed by Kimmo Kinnunen.

* LayoutTests/TestExpectations:
* LayoutTests/platform/ios-simulator/webgl/webgl-draft-extensions-flag-default-expected.txt:
* LayoutTests/platform/ios-simulator/webgl/webgl-draft-extensions-flag-off-expected.txt:
* LayoutTests/platform/ios-simulator/webgl/webgl-draft-extensions-flag-on-expected.txt:
* LayoutTests/webgl/resources/webgl-draft-extensions-flag.js:
* LayoutTests/webgl/webgl-draft-extensions-flag-default-expected.txt:
* LayoutTests/webgl/webgl-draft-extensions-flag-off-expected.txt:
* LayoutTests/webgl/webgl-draft-extensions-flag-on-expected.txt:
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources-output.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/bindings/js/JSDOMConvertWebGL.cpp:
(WebCore::convertToJSValue):
* Source/WebCore/html/canvas/WebGL2RenderingContext.cpp:
(WebCore::WebGL2RenderingContext::getExtension):
(WebCore::WebGL2RenderingContext::getSupportedExtensions):
(WebCore::WebGL2RenderingContext::getParameter):
(WebCore::WebGL2RenderingContext::validateCapability):
* Source/WebCore/html/canvas/WebGLClipCullDistance.cpp: Added.
(WebCore::WebGLClipCullDistance::WebGLClipCullDistance):
(WebCore::WebGLClipCullDistance::getName const):
(WebCore::WebGLClipCullDistance::supported):
* Source/WebCore/html/canvas/WebGLClipCullDistance.h: Added.
* Source/WebCore/html/canvas/WebGLClipCullDistance.idl: Added.
* Source/WebCore/html/canvas/WebGLExtension.h:
* Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:
(WebCore::WebGLRenderingContextBase::extensionIsEnabled):
(WebCore::WebGLRenderingContextBase::loseExtensions):
* Source/WebCore/html/canvas/WebGLRenderingContextBase.h:
* Source/WebCore/platform/graphics/GraphicsContextGL.h:

Canonical link: https://commits.webkit.org/259435@main




More information about the webkit-changes mailing list