2020-12-08 23:26:12 +03:00
|
|
|
.DS_Store
|
2017-10-13 17:45:48 +03:00
|
|
|
.vs
|
2020-02-19 23:39:17 +03:00
|
|
|
.vscode
|
2016-12-23 21:41:47 +03:00
|
|
|
*.Makefile
|
2010-03-28 23:36:18 +04:00
|
|
|
*.ncb
|
2016-12-23 21:41:47 +03:00
|
|
|
*.nvuser
|
|
|
|
*.opensdf
|
|
|
|
*.orig
|
|
|
|
*.psess
|
|
|
|
*.pyc
|
|
|
|
*.rej
|
|
|
|
*.sdf
|
2014-11-11 23:54:24 +03:00
|
|
|
*.sln
|
2016-12-23 21:41:47 +03:00
|
|
|
*.suo
|
|
|
|
*.target.mk
|
|
|
|
*.TMP
|
|
|
|
*.VC.db
|
|
|
|
*.VC.opendb
|
2018-08-22 19:14:52 +03:00
|
|
|
*.vcproj
|
2014-11-11 23:54:24 +03:00
|
|
|
*.vcxproj
|
|
|
|
*.vcxproj.filters
|
2012-10-17 22:15:14 +04:00
|
|
|
*.vcxproj.user
|
2016-12-23 21:41:47 +03:00
|
|
|
*.vsp
|
|
|
|
*~
|
2018-08-22 19:14:52 +03:00
|
|
|
.*.sw*
|
2019-12-19 19:05:04 +03:00
|
|
|
.sw*
|
2019-01-22 02:09:15 +03:00
|
|
|
.cipd
|
2022-08-03 18:31:25 +03:00
|
|
|
.gclient*
|
2019-11-29 18:57:20 +03:00
|
|
|
.git_cl_description_backup
|
2016-12-23 21:41:47 +03:00
|
|
|
/src/tests/third_party/gles_conformance_tests
|
2017-08-29 05:53:24 +03:00
|
|
|
/testing
|
2020-07-23 21:58:10 +03:00
|
|
|
/third_party/abseil-cpp
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/android_build_tools
|
2021-04-16 02:48:36 +03:00
|
|
|
/third_party/android_deps
|
2021-05-07 17:31:52 +03:00
|
|
|
/third_party/android_platform
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/android_sdk
|
|
|
|
/third_party/android_system_sdk/*.jar
|
2023-06-08 16:14:49 +03:00
|
|
|
/third_party/android_toolchain
|
2022-06-03 15:29:23 +03:00
|
|
|
/third_party/astc-encoder/src
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/bazel/desugar/*.jar
|
2019-11-15 08:57:15 +03:00
|
|
|
/third_party/catapult
|
2016-04-21 23:02:57 +03:00
|
|
|
/third_party/cherry
|
2023-05-26 17:20:11 +03:00
|
|
|
/third_party/clang-format/script
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/colorama/src
|
2023-05-31 12:51:13 +03:00
|
|
|
/third_party/cpu_features/src
|
2021-04-11 23:52:15 +03:00
|
|
|
/third_party/depot_tools
|
2022-08-24 20:17:14 +03:00
|
|
|
/third_party/EGL-Registry/src
|
Roll Chromium from c8d10c0b09ab to 2c98c5af6539 (5653 revisions)
Manually copying third_party/flatbuffers from Chromium,
with one small modification:
libs = [ "log" ]
in "flatbuffers_unittests" BUILD.gn
Also, forcing MSVC builds to use C++17 instead of C++20.
https://chromium.googlesource.com/chromium/src.git/+log/c8d10c0b09ab..2c98c5af6539
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromium-angle-autoroll
Please CC syoussefi@google.com,ynovikov@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Changed dependencies
* build: https://chromium.googlesource.com/chromium/src/build.git/+log/ef3d15e613..f75f7c9503
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/5c1eeb8715..33b52eafd5
* buildtools/linux64: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/mac: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/888eff8ec2..fc6bbc5eb0
* buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/685c4ad257..8dd405113a
* buildtools/third_party/libunwind/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/1f633d41a0..aabcd87536
* buildtools/win: git_revision:57c352b2b03461c24b19c678c61d7aeacc6981f4..git_revision:a4d67be044b42963de801001e7146f9657c7fad4
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/50f814ce03..1a1a839b38
* third_party/Python-Markdown: https://chromium.googlesource.com/chromium/src/third_party/Python-Markdown/+log/872ba9e68a..4838827d12
* third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/3027824279..8fb5a04597
* third_party/android_build_tools: https://chromium.googlesource.com/chromium/src/third_party/android_build_tools/+log/4f07dd5cca..216373bd26
* third_party/android_build_tools/bundletool: sSBNyeRs5Px7nKXDLyQpz24T_OV9_rUkzqgXRNEaH0kC..JUxLsQLBkNG0ylmbHz6FGBtYyK1PNDZ04pMCii90Bd4C
* third_party/android_build_tools/lint: PgXTfxO_ExRhHwuAVaMUh48zDVj5bqVPSjecGWZ8TQIC..oJIo5mCU1gyxTf-EnMPZXg_GG2-3YOE_xUWXtmwO96IC
* third_party/android_build_tools/manifest_merger: lgqr-qkYSNJxPdYaRg1beYU6to-4LBuHBw3WVO7_ancC..xd-wXGBtd-G1FJXc_owo3j_wxWs4YxgOfQ-tKWHwN5AC
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/94f1169192..e8b385d860
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3ffa6b2228
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/64b6175557..1adbbff2c0
* third_party/fuchsia-sdk/sdk: version:10.20221018.0.1..version:10.20221102.0.1
* third_party/jinja2: https://chromium.googlesource.com/chromium/src/third_party/jinja2/+log/ee69aa00ee..4633bf4311
* third_party/markupsafe: https://chromium.googlesource.com/chromium/src/third_party/markupsafe/+log/1b882ef637..13f4e8c9e2
* third_party/nasm: https://chromium.googlesource.com/chromium/deps/nasm.git/+log/5fd9246276..fc8e0bd892
* third_party/r8/d8: 9PJITrOEIl2U8mvr44d5e9XjOdvzRPuF774VA3jWOsYC..qGtBu6TtxyR5XNy4cmsslb7c946YtkZF5_QCjVP-wc8C
* third_party/turbine: rrpgWQ-uylo8c5IPgUVP464LwcVOmt29MqwsR59O_zkC..HqLybI_r3dCgRJywsqJ3xkp2D6vQAI4-8D7zdqNiyxcC
* third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/d689fca54d..cff720848d
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/2619cde247..b147cbb71c
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/luci-go: git_revision:0b4ca85948120a9e07c81e06386c031a693724c4..git_revision:765f51c332c38e9b8d7981f23640b9df59371cd5
* tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/cac69ccc90..88b5767779
* tools/md_browser: https://chromium.googlesource.com/chromium/src/tools/md_browser/+log/7ff27244f2..de79b55b74
* tools/memory: https://chromium.googlesource.com/chromium/src/tools/memory/+log/98140a6948..8581381d92
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/7ab82e1fdc..fe7aa52821
* tools/skia_goldctl/linux: t3TPrZYHYFYj-Uycz4891UuvI29G25cnOuAXx4YKTJEC..96rKSNFMICaC-zy3dzFRxE3xkMm8mIPbR6pxbfHXZysC
* tools/skia_goldctl/mac_amd64: pkodJRDmOHJK-oKhKr3YyRBH-aZDOifqq2f39tyYYkwC..BTXwaBdnwpgPkzCAT5gTk0xV0_vzeR2q_icN_le7NBIC
* tools/skia_goldctl/mac_arm64: MGH9P0-cwU4UFOV-4rkxKLBFEVtXIE8vtynMsKM4O4UC..r0TJJDCO6SDuVGZoUBvAzDe7hACLXwX3fWH6tvNkYAAC
* tools/skia_goldctl/win: -y4QQFDzRbkTKhmiP7CqEhagCHKtWFdfxwAK6anUvfAC..IffTHOl24SBx-1fnxVM5kaNaOA8mS_3urxANjmbsZWUC
Clang version changed llvmorg-16-init-7184-gdeb82d4a:llvmorg-16-init-9369-g87a20868
Details: https://chromium.googlesource.com/chromium/src/tools/clang/+/2619cde247bf037c2afa19b0913cccddac12ccbd..b147cbb71c13c6fec5da3d91b99f3a408c5eb07c/scripts/update.py
Bug: angleproject:4242,angleproject:4417,angleproject:4846,angleproject:5505,angleproject:6430
Bug: angleproject:7788, chromium:1380553
Tbr: syoussefi@google.com,ynovikov@google.com
Change-Id: Ia1f563f1dc5227b2cbb42ac05f5f7f40e47a4168
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4000540
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
2022-11-02 21:04:35 +03:00
|
|
|
/third_party/flatbuffers/src
|
2019-01-22 02:09:15 +03:00
|
|
|
/third_party/fuchsia-sdk
|
2018-01-15 22:55:03 +03:00
|
|
|
/third_party/gles1_conform
|
2019-03-05 18:07:41 +03:00
|
|
|
/third_party/glmark2/src
|
2019-02-26 01:13:15 +03:00
|
|
|
/third_party/googletest
|
2021-04-21 20:15:59 +03:00
|
|
|
/third_party/ijar
|
2021-04-09 18:24:07 +03:00
|
|
|
/third_party/jdk/current
|
|
|
|
/third_party/jdk/extras/java_8
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/jinja2
|
2018-09-06 17:58:26 +03:00
|
|
|
/third_party/jsoncpp
|
2023-02-09 12:56:56 +03:00
|
|
|
/third_party/kotlin_stdlib
|
2022-09-29 17:50:39 +03:00
|
|
|
/third_party/libdrm
|
2023-08-03 16:44:44 +03:00
|
|
|
/third_party/libc++/src
|
|
|
|
/third_party/libc++abi/src
|
2019-03-05 18:07:41 +03:00
|
|
|
/third_party/libjpeg_turbo
|
2017-10-17 05:42:29 +03:00
|
|
|
/third_party/libpng/src
|
2023-08-03 16:44:44 +03:00
|
|
|
/third_party/libunwind/src
|
2017-08-29 05:53:24 +03:00
|
|
|
/third_party/llvm-build
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/markupsafe
|
2022-09-29 17:50:39 +03:00
|
|
|
/third_party/meson
|
2020-04-28 23:26:54 +03:00
|
|
|
/third_party/nasm
|
2022-10-03 05:19:02 +03:00
|
|
|
/third_party/ninja
|
2022-08-24 20:17:14 +03:00
|
|
|
/third_party/OpenCL-Docs/src
|
2021-04-28 20:26:00 +03:00
|
|
|
/third_party/OpenCL-ICD-Loader/src
|
2022-08-24 20:17:14 +03:00
|
|
|
/third_party/OpenGL-Registry/src
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/proguard/lib
|
2020-10-12 00:16:34 +03:00
|
|
|
/third_party/protobuf
|
2019-04-08 16:40:40 +03:00
|
|
|
/third_party/Python-Markdown
|
2019-01-22 02:09:15 +03:00
|
|
|
/third_party/qemu-linux-x64
|
|
|
|
/third_party/qemu-mac-x64
|
2022-09-06 12:59:13 +03:00
|
|
|
/third_party/r8/d8
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/r8/lib
|
2019-02-26 01:13:16 +03:00
|
|
|
/third_party/rapidjson/src
|
2021-05-18 19:13:23 +03:00
|
|
|
/third_party/requests/src
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/six
|
2019-09-19 19:48:31 +03:00
|
|
|
/third_party/SwiftShader
|
2021-04-17 02:21:15 +03:00
|
|
|
/third_party/turbine/*.jar
|
2019-10-28 19:54:03 +03:00
|
|
|
/third_party/VK-GL-CTS/src
|
2020-12-14 20:55:55 +03:00
|
|
|
/third_party/vulkan-deps
|
2020-05-08 21:01:29 +03:00
|
|
|
/third_party/vulkan_memory_allocator
|
2022-02-24 12:21:06 +03:00
|
|
|
/third_party/wayland
|
2015-06-26 18:12:23 +03:00
|
|
|
/third_party/zlib
|
2023-06-02 17:56:24 +03:00
|
|
|
/tools/android
|
2019-09-05 18:04:39 +03:00
|
|
|
/tools/clang
|
2019-11-25 23:19:52 +03:00
|
|
|
/tools/flex-bison/linux/bison
|
|
|
|
/tools/flex-bison/linux/flex
|
|
|
|
/tools/flex-bison/windows/bison.exe
|
|
|
|
/tools/flex-bison/windows/flex.exe
|
|
|
|
/tools/flex-bison/windows/m4.exe
|
|
|
|
/tools/flex-bison/windows/msys*.dll
|
2019-09-05 18:04:39 +03:00
|
|
|
/tools/glslang/glslang_validator
|
|
|
|
/tools/glslang/glslang_validator.exe
|
2020-09-13 17:34:54 +03:00
|
|
|
/tools/luci-go
|
|
|
|
/tools/mb
|
2019-04-08 16:40:40 +03:00
|
|
|
/tools/md_browser
|
2019-09-05 18:04:39 +03:00
|
|
|
/tools/memory
|
2021-06-10 18:22:26 +03:00
|
|
|
/tools/perf
|
2020-10-12 00:16:34 +03:00
|
|
|
/tools/protoc_wrapper
|
2021-05-07 17:31:52 +03:00
|
|
|
/tools/python
|
2020-09-25 20:31:25 +03:00
|
|
|
/tools/skia_goldctl
|
2021-11-01 22:56:54 +03:00
|
|
|
/tools/valgrind
|
2021-05-19 18:52:54 +03:00
|
|
|
angle.iml
|
2019-06-28 18:14:31 +03:00
|
|
|
angle_debug.txt
|
2022-07-01 21:07:12 +03:00
|
|
|
/build
|
|
|
|
/buildtools
|
2016-12-23 21:41:47 +03:00
|
|
|
debug.txt
|
|
|
|
Debug/
|
|
|
|
Debug_ARM/
|
|
|
|
Debug_Win32/
|
|
|
|
Debug_x64/
|
|
|
|
diag.txt
|
|
|
|
ipch
|
2013-11-14 05:17:02 +04:00
|
|
|
lib/*
|
2016-12-23 21:41:47 +03:00
|
|
|
out
|
|
|
|
patches-*
|
|
|
|
Release/
|
|
|
|
Release_ARM/
|
|
|
|
Release_Win32/
|
|
|
|
Release_x64/
|
2015-03-17 18:25:27 +03:00
|
|
|
TestResults.qpa
|
2018-11-02 02:47:10 +03:00
|
|
|
.idea/
|
2020-11-27 23:36:05 +03:00
|
|
|
|
|
|
|
# Any temporary files will confuse code generation.
|
|
|
|
!scripts/code_generation_hashes/*
|