[webkit-changes] [WebKit/WebKit] e130e4: Always use ESSL translator frontend code in ANGLE

Kimmo Kinnunen noreply at github.com
Tue Sep 20 11:54:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e130e44dc05dda7556e31d3cf23ba2f3e095249f
      https://github.com/WebKit/WebKit/commit/e130e44dc05dda7556e31d3cf23ba2f3e095249f
  Author: Kimmo Kinnunen <kkinnunen at apple.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
    M Source/ThirdParty/ANGLE/CMakeLists.txt

  Log Message:
  -----------
  Always use ESSL translator frontend code in ANGLE
https://bugs.webkit.org/show_bug.cgi?id=245126
rdar://problem/100159739

Reviewed by Adrian Perez de Castro.

These files support input of full GLSL
SymbolTable_autogen.cpp
ImmutableString_autogen.cpp
These are useful only when ANGLE is used as (big) OpenGL
implementation.

These files support input of GLSL ES:
SymbolTable_ESSL_autogen.cpp
ImmutableString_ESSL_autogen.cpp
These should be used when ANGLE is used as WebGL or OpenGL ES
implementation.

Decreases the binary size somewhat.

* Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj:
* Source/ThirdParty/ANGLE/CMakeLists.txt:

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




More information about the webkit-changes mailing list