Roll src/third_party/SPIRV-Tools/src 59983a601091..df86bb44fe47 (13 commits)
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/59983a601091..df86bb44fe47
git log 59983a601091..df86bb44fe47 --date=short --no-merges --format='%ad %ae %s'
2019-06-21 [email protected] Replace global static map with an array of pairs (#2691)
2019-06-20 [email protected] Basic validation for Component decorations (#2679)
2019-06-20 [email protected] Add infrastructure for maintaining and using DEPS (#2684)
2019-06-20 [email protected] Fix store to uniform Vulkan check (#2688)
2019-06-20 [email protected] Add all accepted target environments to the tools' help texts (#2687)
2019-06-19 [email protected] Represent uniform facts via descriptor set and binding. (#2681)
2019-06-19 [email protected] Roll external/spirv-headers/ 8b911bd2b..de99d4d83 (8 commits) (#2682)
2019-06-19 [email protected] Whitelist SPV_GOOGLE_user_type. (#2673)
2019-06-18 [email protected] Add fuzzer pass to obfuscate constants. (#2671)
2019-06-17 [email protected] Handle volatile memory semantics in upgrade (#2674)
2019-06-17 [email protected] Validate Volatile memory semantics bit (#2672)
2019-06-17 [email protected] Disallow stores to UBOs (#2651)
2019-06-17 [email protected] Another fix uint -> uint32_t (#2676)
Also rolling transitive DEPS:
src/third_party/spirv-headers/src 8b911bd2ba37..de99d4d834ae
Created with:
gclient setdep -r src/third_party/SPIRV-Tools/src@df86bb44fe47
The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel;luci.chromium.try:win_angle_deqp_rel_ng
[email protected],[email protected]
Change-Id: Ic816c55699487e253bd1a7e1692afa191df60412
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673832
Reviewed-by: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/master@{#671625}
diff --git a/DEPS b/DEPS
index b67f51d..f5f61f12 100644
--- a/DEPS
+++ b/DEPS
@@ -257,11 +257,11 @@
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
- 'spv_tools_revision': '59983a601091f1e30fe59f6b2585d9e79ac34a2a',
+ 'spv_tools_revision': 'df86bb44fe476515f9a298bacd8e1d4a3522e989',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
- 'spv_headers_revision': '8b911bd2ba37677037b38c9bd286c7c05701bcda',
+ 'spv_headers_revision': 'de99d4d834aeb51dd9f099baa285bd44fd04bb3d',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.