-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[angle] Update to chromium/4472 (#18432)
* [angle] Update to chromium/4472 * Run x-add-version angle
- Loading branch information
Showing
8 changed files
with
381 additions
and
84 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/google/compression_utils_portable.h b/google/compression_utils_portable.h | ||
--- a/google/compression_utils_portable.h | ||
+++ b/google/compression_utils_portable.h | ||
@@ -13,6 +13,9 @@ | ||
* zlib. | ||
*/ | ||
#if defined(USE_SYSTEM_ZLIB) | ||
+# if defined(WIN32) && defined(FAR) | ||
+# undef FAR | ||
+# endif | ||
#include <zlib.h> | ||
/* AOSP build requires relative paths. */ | ||
#else |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "angle", | ||
"version-string": "chromium_4472", | ||
"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." | ||
], | ||
"homepage": "https://github.com/google/angle", | ||
"dependencies": [ | ||
"egl-registry", | ||
"opengl-registry", | ||
"zlib" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters