[webkit-changes] [WebKit/WebKit] dbf64f: Move approved WebGL extensions out of draft

Alexey Knyazev noreply at github.com
Wed Nov 8 03:57:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dbf64f1b24966bbad23ee57abf64c1c5ff1d07dd
      https://github.com/WebKit/WebKit/commit/dbf64f1b24966bbad23ee57abf64c1c5ff1d07dd
  Author: Alexey Knyazev <3479527+lexaknyazev at users.noreply.github.com>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
    M LayoutTests/platform/ios-simulator/webgl/webgl-draft-extensions-flag-default-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/html/canvas/WebGL2RenderingContext.cpp
    M Source/WebCore/html/canvas/WebGLPolygonMode.cpp
    M Source/WebCore/html/canvas/WebGLRenderingContext.cpp
    M Source/WebCore/html/canvas/WebGLRenderingContextBase.h

  Log Message:
  -----------
  Move approved WebGL extensions out of draft
https://bugs.webkit.org/show_bug.cgi?id=264365

Reviewed by Kimmo Kinnunen.

Enabled support for the following approved extensions:
* EXT_clip_control
* EXT_depth_clamp
* EXT_polygon_offset_clamp
* WEBGL_polygon_mode

* LayoutTests/platform/ios-simulator/webgl/webgl-draft-extensions-flag-default-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/html/canvas/WebGL2RenderingContext.cpp:
(WebCore::WebGL2RenderingContext::getExtension):
(WebCore::WebGL2RenderingContext::getSupportedExtensions):
* Source/WebCore/html/canvas/WebGLPolygonMode.cpp:
(WebCore::WebGLPolygonMode::WebGLPolygonMode):
* Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
(WebCore::WebGLRenderingContext::getExtension):
(WebCore::WebGLRenderingContext::getSupportedExtensions):
* Source/WebCore/html/canvas/WebGLRenderingContextBase.h:

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




More information about the webkit-changes mailing list