mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-06 02:09:55 +03:00
Compare commits
6 Commits
chromium/6
...
chromium/6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e63c15737c | ||
|
|
5a278e6e5c | ||
|
|
5b179da688 | ||
|
|
4c3ee872b5 | ||
|
|
81fb08a490 | ||
|
|
1c2e321260 |
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@@ -121,15 +121,6 @@ jobs:
|
||||
artifact-path-gles: bin/libGLES.windows.arm64.lib
|
||||
flags: use_mingw=no arch=arm64
|
||||
|
||||
- name: 🏁 Windows - MSVC arm32
|
||||
platform: windows
|
||||
os: windows-2019
|
||||
artifact-name: godot-angle-static-arm32-msvc-release
|
||||
artifact-path-angle: bin/libANGLE.windows.arm32.lib
|
||||
artifact-path-egl: bin/libEGL.windows.arm32.lib
|
||||
artifact-path-gles: bin/libGLES.windows.arm32.lib
|
||||
flags: use_mingw=no arch=arm32
|
||||
|
||||
# MinGW/GCC libs using MSVCRT
|
||||
- name: 🏁 Windows - MinGW/GCC (MSVCRT) x86_64
|
||||
platform: windows
|
||||
|
||||
24
SConstruct
24
SConstruct
@@ -489,29 +489,6 @@ angle_sources = [
|
||||
"third_party/zlib/trees.c",
|
||||
"third_party/zlib/uncompr.c",
|
||||
"third_party/zlib/zutil.c",
|
||||
"third_party/astc-encoder/src/Source/astcenc_averages_and_directions.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_block_sizes.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_color_quantize.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_color_unquantize.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_compress_symbolic.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_compute_variance.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_decompress_symbolic.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_diagnostic_trace.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_entry.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_find_best_partitioning.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_ideal_endpoints_and_weights.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_image.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_integer_sequence.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_mathlib_softfloat.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_mathlib.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_partition_tables.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_percentile_tables.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_pick_best_endpoint_format.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_platform_isa_detection.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_quantization.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_symbolic_physical.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_weight_align.cpp",
|
||||
"third_party/astc-encoder/src/Source/astcenc_weight_quant_xfer_tables.cpp",
|
||||
]
|
||||
if env["platform"] == "macos":
|
||||
angle_sources += [
|
||||
@@ -799,6 +776,7 @@ if env["platform"] == "macos":
|
||||
env.Append(CCFLAGS=["-fno-objc-arc", "-fno-objc-msgsend-selector-stubs", "-Wno-unused-command-line-argument"])
|
||||
if env["platform"] == "windows":
|
||||
env.Append(CPPDEFINES=[("ANGLE_IS_WIN", 1)])
|
||||
env.Append(CPPDEFINES=[("ANGLE_WINDOWS_NO_FUTEX", 1)])
|
||||
env.Append(
|
||||
CPPDEFINES=[
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user