[angle] Fix crash on macos #29622 (#31163)

* [angle] Fix crash on macos #29622

* update version database
This commit is contained in:
xiaozhuai, Weihang Ding 2023-05-03 05:47:47 +08:00 committed by GitHub
parent bc2c3eee48
commit d5644a46ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View File

@ -41,8 +41,13 @@ endif()
# OpenGL backend
if(USE_OPENGL)
list(APPEND ANGLE_SOURCES
${angle_translator_glsl_base_sources}
${angle_translator_glsl_sources}
${angle_translator_apple_sources}
)
# Enable GLSL compiler output.
list(APPEND ANGLE_DEFINITIONS ANGLE_ENABLE_GLSL)
list(APPEND ANGLE_DEFINITIONS ANGLE_ENABLE_GLSL ANGLE_ENABLE_GL_DESKTOP_BACKEND ANGLE_ENABLE_APPLE_WORKAROUNDS)
endif()
if(USE_ANGLE_EGL OR ENABLE_WEBGL)

View File

@ -1,7 +1,7 @@
{
"name": "angle",
"version-string": "chromium_5414",
"port-version": 1,
"port-version": 2,
"description": [
"A conformant OpenGL ES implementation for Windows, Mac and Linux.",
"The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support."

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "784aa16c1dacc9aedb49de3bd1393bb6ef6b853d",
"version-string": "chromium_5414",
"port-version": 2
},
{
"git-tree": "b9840e4a2d643b94dc27bf1adc2803f16501cadd",
"version-string": "chromium_5414",

View File

@ -118,7 +118,7 @@
},
"angle": {
"baseline": "chromium_5414",
"port-version": 1
"port-version": 2
},
"annoy": {
"baseline": "1.17.2",