Skip to content

Commit 3e4b7fc

Browse files
authored
[angle] Update to chromium_7258 @ d9fc4a3 (#47070)
1 parent 98e7cd3 commit 3e4b7fc

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

ports/angle/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ if ("metal" IN_LIST FEATURES)
3636
endif()
3737

3838
# chromium/7258
39-
set(ANGLE_COMMIT 79ac1a8cd767a32cce6401203e20c4bd4ca4d539)
39+
set(ANGLE_COMMIT d9fc4a372074b1079c193c422fc4a180e79b6636)
4040
set(ANGLE_VERSION 7258)
41-
set(ANGLE_SHA512 a3d5d09460f05f1f1c081411bf15f585bb8add5f3db7c4854dc2cf2ef1fd22dd5b2dd5d3de78bfb8bcdae8459dd9581f7dce331acd34053c87c84cfe6c3d134c)
41+
set(ANGLE_SHA512 483f29b6eaac5c657a3aeb238e5da48b9dd92aaa0b5eb3b4f95ebd771360cea84249ef6870dac9e1fc3b6f6c8686fa46a7a45a89a912f9b4fc258575065a28c7)
4242
set(ANGLE_THIRDPARTY_ZLIB_COMMIT 4028ebf8710ee39d2286cb0f847f9b95c59f84d8)
4343

4444
vcpkg_from_github(

ports/angle/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "angle",
33
"version-string": "chromium_7258",
4+
"port-version": 1,
45
"description": [
56
"A conformant OpenGL ES implementation for Windows, Mac and Linux.",
67
"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."

versions/a-/angle.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "165d665818d070431c2889ac2b8f97f006948924",
5+
"version-string": "chromium_7258",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "d344a4b6599e8c2c79256b47ff499a9844ac6334",
510
"version-string": "chromium_7258",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
},
139139
"angle": {
140140
"baseline": "chromium_7258",
141-
"port-version": 0
141+
"port-version": 1
142142
},
143143
"ankurvdev-embedresource": {
144144
"baseline": "0.0.12",

0 commit comments

Comments
 (0)