forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skia] Update to 134 (microsoft#43913)
- Loading branch information
Showing
12 changed files
with
61 additions
and
45 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn | ||
index ba85c3d..901ba99 100644 | ||
index 4d4abc952f..5800f30bd9 100644 | ||
--- a/gn/toolchain/BUILD.gn | ||
+++ b/gn/toolchain/BUILD.gn | ||
@@ -94,6 +94,7 @@ toolchain("msvc") { | ||
# ARM64 compiler is incomplete - it relies on DLLs located in the host toolchain directory. | ||
env_setup = "$shell set \"PATH=%PATH%;$win_vc\\Tools\\MSVC\\$win_toolchain_version\\bin\\HostX64\\x64\" && " | ||
} | ||
+ env_setup = "" # overwrite | ||
cl_m32_flag = "" | ||
@@ -96,6 +96,7 @@ template("msvc_toolchain") { | ||
# ARM64 compiler is incomplete - it relies on DLLs located in the host toolchain directory. | ||
env_setup = "$shell set \"PATH=%PATH%;$win_vc\\Tools\\MSVC\\$win_toolchain_version\\bin\\HostX64\\x64\" && " | ||
} | ||
+ env_setup = "" # overwrite | ||
|
||
cl_m32_flag = "" | ||
|
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
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
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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
--- a/src/gpu/ganesh/d3d/GrD3DUtil.h 2024-01-23 22:09:34 | ||
+++ b/src/gpu/ganesh/d3d/GrD3DUtil.h 2024-02-01 18:09:20 | ||
diff --git a/src/gpu/ganesh/d3d/GrD3DUtil.h b/src/gpu/ganesh/d3d/GrD3DUtil.h | ||
index 7a1078b629..bd5605ae91 100644 | ||
--- a/src/gpu/ganesh/d3d/GrD3DUtil.h | ||
+++ b/src/gpu/ganesh/d3d/GrD3DUtil.h | ||
@@ -8,6 +8,8 @@ | ||
#ifndef GrD3DUtil_DEFINED | ||
#define GrD3DUtil_DEFINED | ||
|
||
+#include <string> | ||
+ | ||
#include "include/core/SkImage.h" | ||
#include "include/gpu/GrTypes.h" | ||
#include "include/gpu/d3d/GrD3DTypes.h" | ||
#include "include/gpu/ganesh/GrTypes.h" | ||
#include "include/gpu/ganesh/d3d/GrD3DTypes.h" |
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
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
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