This CL adds element count limits to arrays. In FXC there is a maximum
of 65536 elements in an array. This limit is not yet in WGSL, but adding
this here allows us to fix the issue with large arrays and GLSL.
Bug: chromium:1367602
Change-Id: I7df9d3e4f6c3e5107420d5f8e576d1f33e453161
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104240
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
When an imported texture with layout UNDEFINED was never used and then
exported with target layout UNDEFINED, Dawn would create a queue
transition barrier with dstLayout UNDEFINED which is not allowed by the
Vulkan specification. Instead detect this case and transition to
GENERAL.
Found by running dawn_end2end_tests with the VLL.
Bug: chromium:1258986
Change-Id: I5e36efda35cb27cecc0683846a314783a8a72fe6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103025
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Loko Kung <lokokung@google.com>
std::stof can throw std::out_of_range if the input is not actually
representable. We had similar code in Skia which was using stof to
test that a stringized float would round-trip successfully, and it
would throw an exception on some older versions of libc++ for edge-
case inputs like FLT_MIN.
std::stof is documented as using strtof to do its conversion, so this
shouldn't change your results in practice; it just removes the part
where it could potentially throw for some inputs.
Tangentially, have you ever seen a case where the scientific-notation
path gets used? According to brucedawson@, nine digits should always
safely round-trip (in 2013, testing gcc and MSVC). See
https://randomascii.wordpress.com/2013/02/07/float-precision-revisited-nine-digit-float-portability/
Change-Id: Ie215fb8502dd8c554020c6f73432f91e3d756563
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104500
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: John Stiles <johnstiles@google.com>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: John Stiles <johnstiles@google.com>
This is required to make importing images work on some systems. The
ideal version would be detecting whether dedicated allocations are
needed as Vulkan provides reflection for that. However this reflection
doesn't work on Nvidia, so instead Dawn requires a
NeedsDedicatedAllocation enum on import that's Yes/No/Detect so the
application can force use of a specific code path.
Support for this enum and toggling dedicated allocations on/off is added
for all external memory service implementations.
Vulkan image wrapping tests are modified to add test parameters so that
the Yes/No/Detect code paths are covered by tests.
This is technically post-V1 work, but gl_tests in Chromium fail on
Nvidia workstations without this fix, which makes it hard to debug other
issues.
Bug: dawn:1552, dawn:206, dawn:1260
Change-Id: Iee4f7bb9dbec520432ec623551221ef9e4d3d984
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103560
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Latest SwiftShader roll into Dawn failed because tests like
TriangleStripPrimitiveRestartTests.Uint32WithoutPrimitiveRestart relies
on robustness checks being enabled, but a recent change to SwiftShader
no longer enabled robustness by default. This change makes sure to
enable the robustness extension.
Change-Id: I7168fc440ef19ef6acac1d1ce72f4bf5a947d4dd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104120
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Brandon Jones <bajones@chromium.org>
Reviewed-by: Alexis Hétu <sugoi@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
This CL updates the internals to use AddressSpace instead of the old
StorageClass name.
Bug: tint:1404
Change-Id: Iecc208e839453437f4d630f65e0152206a52db7e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104420
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Roll build/ f14f6d206..01569374d (383 commits)
f14f6d206b..01569374d4
$ git log f14f6d206..01569374d --date=short --no-merges --format='%ad %ae %s'
2022-09-30 rogerta Revert "[ios] Use swift compatibility libraries from hermetic toolchain"
2022-09-30 sdefresne [ios] Use swift compatibility libraries from hermetic toolchain
2022-09-30 thomasanderson Add wayland-protocols to sysroots
2022-09-30 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220929.1.1 to 9.20220930.0.1
2022-09-30 zijiehe [fuchsia][cipd] Add GN arg to override CIPD package base path
2022-09-30 mbonadei Remove clobber_cipd_root.
2022-09-29 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220929.0.1 to 9.20220929.1.1
2022-09-29 chonggu [Fuchsia][CFv2 Script] Small fixes for --target-id flag
2022-09-29 chonggu [Fuchsia][CFv2 Script] Remove test.experimental_structured_output
2022-09-29 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220928.2.1 to 9.20220929.0.1
2022-09-29 hypan Enable Render Test image comparison on Nougat (API 24) Emulator.
2022-09-29 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220928.1.1 to 9.20220928.2.1
2022-09-28 agrieve Add NativeLibraries.java to robolectrict_binary and all apks
2022-09-28 aeubanks [clang][msan] Set -fno-sanitize-memory-param-retval
2022-09-28 ynovikov Suppress LSAN detected leaks in NVIDIA Vulkan libraries
2022-09-28 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220928.0.1 to 9.20220928.1.1
2022-09-28 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220927.3.1 to 9.20220928.0.1
2022-09-28 yuzus Revert "Enable C++20 on Linux."
2022-09-28 pkasting Enable C++20 on Linux.
2022-09-27 zijiehe [fuchsia][cipd] Always create Chrome archive even if not uploading
2022-09-27 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220927.1.1 to 9.20220927.3.1
2022-09-27 evangelos unbundle/jsoncpp: avoid CFI faults with is_cfi=true
2022-09-27 zijiehe [Fuchsia] Disable qemu write-back with unsafe cache strategy
2022-09-27 brunopitrus Update abseil shim for Chrome 106 and fix a typo
2022-09-27 grt [fuchsia] Dead code removal
2022-09-27 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220927.0.1 to 9.20220927.1.1
2022-09-27 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220926.3.1 to 9.20220927.0.1
2022-09-27 chonggu [Fuchsia] Add logging message that specifies SDK origin.
2022-09-27 thomasanderson Add libsystemd-dev to sysroots
2022-09-27 agrieve Android: Fix warning about using device_utils.RunShellCommand without []s
2022-09-26 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220926.1.1 to 9.20220926.3.1
2022-09-26 agrieve Android: Eagerly parse .mapping file in java_deobfuscate
2022-09-26 chonggu [Fuchsia][CFv2 Script] Ignore failures when getting system info.
2022-09-26 svenzheng Run tests with compiled lacros on chromeos-eve-chrome
2022-09-26 sdefresne [ios] Fix breakpoint in Swift files
2022-09-26 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220924.2.1 to 9.20220926.1.1
2022-09-25 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220924.1.1 to 9.20220924.2.1
2022-09-24 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220923.2.1 to 9.20220924.1.1
2022-09-24 ntfschr Android: add APK support to dump-manifest command
2022-09-23 mfoltz [Media Router] Move Cast certificate component to Media Router.
2022-09-23 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220923.0.1 to 9.20220923.2.1
2022-09-23 svenzheng Lacros: disable auto start for Lacros tests
2022-09-23 agrieve Reland #3 "Android: Refactor stack_unwinder GN targets"
2022-09-23 chonggu [Fuchsia] Move logic to download SDK from CIPD into a script.
2022-09-23 arthursonzogni Revert "Reland #2 "Android: Refactor stack_unwinder GN targets""
2022-09-23 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220922.0.1 to 9.20220923.0.1
2022-09-23 pkasting Enable C++20 on Mac.
2022-09-22 thomasanderson Add xcb client packages to sysroots
2022-09-22 grt [fuchsia] Build web_runner_integration_tests as a CFv2 component
2022-09-22 ntfschr Android: reserve digit 4 for Trichrome Beta
(...)
2022-07-28 smaier Deleting ProGuard
2022-07-28 tikuta use vpython3 for scripts in /build
2022-07-28 noahanderson Reland "Stamp generated ZIP files with build information."
2022-07-28 bewise android/testrunner: Add support for apex files
2022-07-28 grt [fuchsia] Introduce test manifest shards for audio and codecs.
2022-07-28 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220727.3.1 to 9.20220728.1.1
2022-07-28 grt [fuchsia] Introduce present_view.shard.test-cml.
2022-07-28 justincohen Reland "ios: Disable sprintf errors for Xcode 14."
2022-07-28 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220727.2.1 to 9.20220727.3.1
2022-07-27 wnwen Android: Create bin/apk wrappers for test apks
2022-07-27 smaier R8: Enabling horizontal class merging
2022-07-27 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220727.1.1 to 9.20220727.2.1
2022-07-27 kimstephanie Add javascript/main_html.js and catapult/gsutil/to test_result_presentations_py
2022-07-27 agrieve Reland #3 "Android: Compile to Java 11 bytecode rather than Java 8"
2022-07-27 hans Clang: the tip-of-tree version is now 16.0.0
2022-07-27 agrieve Revert "Stamp generated ZIP files with build information."
2022-07-27 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220726.2.1 to 9.20220727.1.1
2022-07-27 agrieve test_runner.py: Always extract test list using dexdump rather than proguard
2022-07-27 agrieve Android: Add a --list-tests to test_runner.py
2022-07-26 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220726.0.1 to 9.20220726.2.1
2022-07-26 noahanderson Stamp generated ZIP files with build information.
2022-07-26 agrieve Android: Fix up runtime_deps for robolectric_binary targets
2022-07-26 agrieve Reland #4 "Android: Make building junit_binary() targets faster"
2022-07-26 kimstephanie Add third_party/jinja2/debug.py and third_party/six to andr srcless deps
2022-07-26 torne Update to Android T SDK.
2022-07-26 wez [fuchsia] Provide a CFv2 manifest for the ContextProvider service
2022-07-26 grt [fuchsia] Add instructions for automatic shadowed reviewer selection.
2022-07-26 wez [dcheck] Make DCHECK_IS_CONFIGURABLE a buildflag
2022-07-26 ljjlee Revert "build: Enable -Warray-parameter"
2022-07-26 thakis build: Enable -Warray-parameter
2022-07-26 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220725.3.1 to 9.20220726.0.1
2022-07-26 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220725.1.1 to 9.20220725.3.1
2022-07-26 bjoyce Add additional_apks to proto field.
2022-07-25 wnwen Android: Avoid adding hints when class missing
2022-07-25 masonben [fuchsia] Fix link issue on Fuchsia roller
2022-07-25 hans Roll clang llvmorg-15-init-15652-g89a99ec9-5 : llvmorg-15-init-17529-ga210f404-1
2022-07-25 grt [fuchsia] Run an isolated font provider rather than use the system one.
2022-07-25 ayzhao Fix uninitialized value msan error in CSSAgentTest
2022-07-25 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220725.0.1 to 9.20220725.1.1
2022-07-25 hans [build] Don't pass -mtune=generic-armv7-a
2022-07-25 machenbach [build] Restrict a dependency to //testing to Chrome-only builds
2022-07-25 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220724.2.1 to 9.20220725.0.1
2022-07-25 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220724.0.1 to 9.20220724.2.1
2022-07-24 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220723.3.1 to 9.20220724.0.1
2022-07-24 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220723.1.1 to 9.20220723.3.1
2022-07-23 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220723.0.1 to 9.20220723.1.1
2022-07-23 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220722.2.1 to 9.20220723.0.1
2022-07-22 smaier Fix awkward wording in java_asserts.md
2022-07-22 smaier Relandx2 "Allowing JNI ForTesting methods to be stripped"
2022-07-22 chromium-internal-autoroll Roll Fuchsia Internal Images from 9.20220722.1.1 to 9.20220722.2.1
Roll buildtools/ fe57e98ee..cccaf48c8 (67 commits)
fe57e98eeb..cccaf48c82
$ git log fe57e98ee..cccaf48c8 --date=short --no-merges --format='%ad %ae %s'
2022-09-29 chromium-autoroll Roll libc++ from 11bdb46a42a9 to 5ee02b299379 (2 revisions)
2022-09-29 chromium-autoroll Roll libc++ from 71619e734caf to 11bdb46a42a9 (2 revisions)
2022-09-28 chromium-autoroll Roll libc++ from c23f69f32235 to 71619e734caf (3 revisions)
2022-09-26 chromium-autoroll Roll libc++ from 4d2c483d6df5 to c23f69f32235 (4 revisions)
2022-09-25 chromium-autoroll Roll libc++ from a4dc7f17ca39 to 4d2c483d6df5 (1 revision)
2022-09-21 chromium-autoroll Roll libc++ from 2a806820c8ec to a4dc7f17ca39 (2 revisions)
2022-09-21 hans Roll libc++ from cec1dd0bf658 to 2a806820c8ec (10 revisions)
2022-09-21 chromium-autoroll Roll libc++ from d128f2b2f6a1 to cec1dd0bf658 (1 revision)
2022-09-18 chromium-autoroll Roll libc++ from e73c46522412 to d128f2b2f6a1 (3 revisions)
2022-09-16 chromium-autoroll Roll libc++ from e2f63a1a48a3 to e73c46522412 (7 revisions)
2022-09-15 chromium-autoroll Roll libc++ from c1e647c7c302 to e2f63a1a48a3 (1 revision)
2022-09-14 ayzhao Reenable the libc++ nondebug assertion handler on Windows
2022-09-13 chromium-autoroll Roll libc++ from 60f90783c34a to c1e647c7c302 (1 revision)
2022-09-12 hans Remove Fuchsia libc++ build config hack
2022-09-12 chromium-autoroll Roll libc++ from 4ea9bbdfeecf to 60f90783c34a (4 revisions)
2022-09-10 chromium-autoroll Roll libc++ from 2c535022f41f to 4ea9bbdfeecf (1 revision)
2022-09-09 chromium-autoroll Roll libc++ from be002593fc78 to 2c535022f41f (1 revision)
2022-09-08 avi Update copyright headers in build/, build_overrides/, and buildtools/
2022-09-08 chromium-autoroll Roll libc++ from 6ace81e3c68d to be002593fc78 (1 revision)
2022-09-08 chromium-autoroll Roll libc++ from 0bcb3f7dbb17 to 6ace81e3c68d (5 revisions)
2022-09-08 rbpotter Revert "Update copyright headers in build/, build_overrides/, and buildtools/"
2022-09-07 avi Update copyright headers in build/, build_overrides/, and buildtools/
2022-09-07 hans [libc++] Remove redundant _LIBCPP_ENABLE_NODISCARD_EXT define
2022-09-06 chromium-autoroll Roll libc++ from a22eabbed2f9 to 0bcb3f7dbb17 (2 revisions)
2022-09-06 hans Roll libc++ from 85a3363f04e1 to a22eabbed2f9 (3 revisions)
2022-09-05 chromium-autoroll Roll libc++ from 369cbf324ce7 to 85a3363f04e1 (14 revisions)
2022-09-02 chromium-autoroll Roll libc++ from 84f06932d7b4 to 369cbf324ce7 (1 revision)
2022-09-01 thakis libc++: Move _LIBCPP_ENABLE_NODISCARD_EXT, _LIBCPP_NO_AUTO_LINK into __config_site
2022-09-01 chromium-autoroll Roll libc++ from 42e738f0a192 to 84f06932d7b4 (10 revisions)
2022-09-01 thakis libc++: Do not build debug mode files by default, dust off enable_iterator_debugging
2022-08-31 thakis Reorganize libc++ __config_site a bit
2022-08-31 chromium-autoroll Roll libc++ from e5670a0e0e49 to 42e738f0a192 (4 revisions)
2022-08-31 ayzhao Move preprocessor macros from BUILD.gn to __config_site
2022-08-30 chromium-autoroll Roll libc++ from 26e3467ee849 to e5670a0e0e49 (1 revision)
2022-08-28 chromium-autoroll Roll libc++ from 5132d715e60a to 26e3467ee849 (1 revision)
2022-08-27 thakis Roll libc++ from aa3a6cd0f158 to 5132d715e60a (11 revisions)
2022-08-26 ayzhao [libc++] Enable assertions on all builds and add a handler for non-Windows release builds
2022-08-25 chromium-autoroll Roll libc++ from 60c266d87cfd to aa3a6cd0f158 (4 revisions)
2022-08-24 chromium-autoroll Roll libc++ from f30089a416b0 to 60c266d87cfd (4 revisions)
2022-08-23 chromium-autoroll Roll libc++ from c58c612d748e to f30089a416b0 (2 revisions)
2022-08-22 chromium-autoroll Roll libc++ from af1968ac52c1 to c58c612d748e (3 revisions)
2022-08-20 chromium-autoroll Roll libc++ from 8b1c50618df7 to af1968ac52c1 (4 revisions)
2022-08-19 chromium-autoroll Roll libc++ from db722166934e to 8b1c50618df7 (14 revisions)
2022-08-18 chromium-autoroll Roll libc++ from 9de2fe040375 to db722166934e (7 revisions)
2022-08-17 chromium-autoroll Roll libc++ from 5df82514bc00 to 9de2fe040375 (8 revisions)
2022-08-16 ayzhao Revert "[libc++] Enable assertions on all builds and add a handler for release builds"
2022-08-16 ayzhao [libc++] Enable assertions on all builds and add a handler for release builds
2022-08-16 chromium-autoroll Roll libc++ from 6cc58d640cfe to 5df82514bc00 (4 revisions)
2022-08-14 chromium-autoroll Roll libc++ from 1f6f8b77bcd4 to 6cc58d640cfe (8 revisions)
2022-08-13 chromium-autoroll Roll libc++ from 9f503bebdb9a to 1f6f8b77bcd4 (3 revisions)
2022-08-12 chromium-autoroll Roll libc++ from 55e0c49d148a to 9f503bebdb9a (5 revisions)
2022-08-11 chromium-autoroll Roll libc++ from 4d0f32efb3f1 to 55e0c49d148a (4 revisions)
2022-08-10 chromium-autoroll Roll libc++ from fe1bc75a460d to 4d0f32efb3f1 (4 revisions)
2022-08-09 chromium-autoroll Roll libc++ from 75bbec9f6d4f to fe1bc75a460d (5 revisions)
2022-08-08 liuwilliam [CodeHealth] Migrate checkdeps and clusterfuzz PRESUBMIT.py to Python3
2022-08-08 chromium-autoroll Roll libc++ from a5da9d82f595 to 75bbec9f6d4f (2 revisions)
2022-08-06 chromium-autoroll Roll libc++ from d3b184e37759 to a5da9d82f595 (4 revisions)
2022-08-05 thakis Roll libc++ from a47a05b6a096 to d3b184e37759 (33 revisions)
2022-08-05 thakis Reland "Roll libc++ from e3598c2dc07b to a47a05b6a096 (5 revisions)"
2022-08-02 ksakamoto Revert "Roll libc++ from e3598c2dc07b to a47a05b6a096 (5 revisions)"
2022-08-01 thakis Roll libc++ from e3598c2dc07b to a47a05b6a096 (5 revisions)
2022-08-01 ayzhao [libc++] Enable _LIBCPP_REMOVE_TRANSITIVE_INCLUDES
2022-08-01 thakis Roll libc++ from 253791a5ba1a to e3598c2dc07b (1 revision)
2022-07-29 thakis Roll libc++ from 6c8f712bc443 to 253791a5ba1a (25 revisions)
2022-07-25 chromium-autoroll Roll libc++ from 476d5aefd9fa to 6c8f712bc443 (2 revisions)
2022-07-24 chromium-autoroll Roll libc++ from ae6c9d1fb414 to 476d5aefd9fa (1 revision)
2022-07-23 chromium-autoroll Roll libc++ from eb79671bfbed to ae6c9d1fb414 (1 revision)
Roll buildtools/third_party/libc++/trunk/ eb79671bf..26d0ab415 (250 commits)
eb79671bfb..26d0ab4151
$ git log eb79671bf..26d0ab415 --date=short --no-merges --format='%ad %ae %s'
2022-09-28 ldionne.2 [libc++] Include skipped headers in the --trace-includes output
2022-09-28 koraq [NFC][libc++][test] Enables variant test.
2022-09-29 ldionne.2 [libc++] Add missing return 0;'s to main() functions in tests
2022-09-19 ldionne.2 [libc++] Remove MSVC tests checked into the libc++ test suite
2022-08-09 hui.xie1990 [libc++] implement "pair" section of P2321R2 `zip`
2022-09-22 nikolasklauser [libc++][NFC] Fix some standard-mandated includes comments
2022-09-27 ngg [libcxx] Make stdatomic.h work when included from a C source file
2022-09-26 npopov [libcxx] Support LIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY + LIBCXX_ENABLE_ABI_LINKER_SCRIPT
2022-09-19 ldionne.2 [libc++] Use XXYYZZ instead of XXYZZ for _LIBCPP_VERSION
2022-09-26 ldionne.2 [libc++] Add release note about unary_function and binary_function being removed in >= C++17
2022-09-02 hui.xie1990 fix errors on passing input iterator to `std::views::take`
2022-09-19 koraq [libc++] Rewrites graph_header_deps.py.
2022-09-01 koraq [libc++][test] Improves transitive includes.
2022-09-21 ldionne.2 Revert "[llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJECTS"
2022-08-27 koraq [libc++] Use Clang-16 for c++17.
2022-09-05 koraq [libc++] Applies P0602R4 retro-actively.
2022-09-16 koraq [NFC][libc++][format] Uses ranges algorithm.
2022-05-05 koraq [libc++][test] Adds format string helper.
2022-09-13 koraq [libc++][chrono] Removes format include.
2022-09-11 koraq [libc++][format] Granularizes the format header.
2022-08-23 ldionne.2 [llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJECTS
2022-08-30 nikolasklauser [libc++] Remove MSVC code
2022-08-15 nikolasklauser [libc++][NFC] Refactor enable_ifs in vector
2022-09-19 ldionne.2 [libc++] Document the format of _LIBCPP_VERSION
2022-09-06 ldionne.2 [libc++] Always query the compiler to find whether a type is always lockfree
2022-09-17 nikolasklauser [libc++] Avoid including <tuple> in compressed_pair.h
2022-08-26 nikolasklauser [libc++][NFC] Inline the string constructors
2022-09-02 nikolasklauser [libc++] Add test to ensure that type trait aliases in dependent return types can be mangled
2022-09-16 xingxue [libc++][lit][AIX] Enable test case last_write_time.pass.cpp for AIX
2022-09-16 muiez [SystemZ][z/OS] define REMOVE_ALL_USE_DIRECTORY_ITERATOR (libc++)
2022-09-01 koraq [libc++] Shows the detailed compiler version info.
2022-09-13 koraq [NFC][libc++][test] Uses public functions.
2022-09-16 mizvekov NFC: remove accidental inclusion of libcxx test changes
2022-05-25 mizvekov [clang] template / auto deduction deduces common sugar
2022-09-09 npopov [libcxx] Use interface library for libcxx-abi-shared
2022-09-15 ccross Fix std::fpos pretty printer on musl
2022-08-25 joeloser [libc++] Clean up `_LIBCPP_HAS_NO_PLATFORM_WAIT` macro
2022-09-12 ldionne.2 [libc++] Add LLDB data formatters dependencies to the CI image
2022-09-11 tom [libc++] Workaround the absence of the __GLIBC_USE macro in glibc versions prior to 2.25.
2022-09-03 koraq [libc++][random] Removes transitive includes.
2022-09-11 koraq [libc++][doc] Updates format status page.
2022-09-10 tom [libc++][cuchar] Declare std::c8rtomb and std::mbrtoc8 in <cuchar> if available.
2022-09-06 nikolasklauser [libc++] Bump _LIBCPP_STD_VER to the next expected C++ version
2022-09-08 ldionne [libc++] Fix compilation error on platforms that don't implement std::tm
2022-09-07 koraq [libc++] Removes Clang 13 support.
2022-09-07 koraq [libc++] Fixes CI.
2022-09-07 koraq [libc++][locale] Removes an transitive include.
2022-03-20 koraq [libc++][chrono] Implements formatter day.
2022-09-04 koraq [libc++][format] Updates feature-test macros.
2022-09-06 vitalybuka [test][libcxx] Mark ubsan test as UNSUPPORTED
(...)
2022-08-02 nikolasklauser [libc++][ranges] Implement `ranges::replace_copy{,_if}`.
2022-08-02 varconst [libc++][ranges] Fix the return value of `{copy,move}_backward`.
2022-08-02 nikolasklauser [libc++][ranges] Implement `ranges::remove_copy{, _if}`.
2022-08-02 mgorny [libc++][test] Propagate host environment to libc++ test suite
2022-08-02 fsb4000 [libc++][NFC] Don't rely on `<algorithm>` transitively including `<memory>` in tests
2022-08-02 fsb4000 [libc++] Fix warning C4244 in std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp
2022-08-02 ldionne.2 [libc++] Update documentation on testing libc++
2022-08-02 Casey [libcxx][test] Test code should inspect `TEST_STD_VER`, not `_LIBCPP_STD_VER`.
2022-07-15 koraq [libc++][format] Exposes basic-format-string
2022-08-02 avogelsgesang [libc++][doc] Update spaceship status page
2022-08-01 koraq [libc++][format] Improves generated files.
2022-07-29 koraq [libc++][format] Enables feature-test macro.
2022-08-02 fsb4000 [libc++] Implement P2499R0 (`string_view` range constructor should be `explicit`)
2022-08-02 gabravier [libcxx] Fixed a number of typos
2022-08-01 varconst [libc++][ranges][NFC] Fix a few links on the Ranges status page.
2022-07-31 mgorny [libcxx] [test] Cover i386 & sparc64 in string.capacity test
2022-07-30 varconst [libc++][ranges] Implement `std::ranges::partial_sort_copy`.
2022-07-24 nikolasklauser [libc++] Fix reverse_iterator::iterator_concept
2022-07-25 ldionne.2 [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abort
2022-07-29 ldionne.2 [libc++] Remove constexpr vector from LLVM 16 release notes
2022-07-23 hui.xie1990 [libc++][ranges] implement `std::ranges::unique{_copy}`
2022-07-28 xingxue [libc++][AIX] Use non-unique implementation for typeinfo comparison
2022-07-28 ldionne.2 [libc++] Properly log crashes with the assertion handler on older Androids
2022-07-28 varconst [libc++] Make `_IterOps::__iter_move` more similar to `std::ranges::iter_move`.
2022-07-28 nikolasklauser [libc++] Fix merge-conflict in .clang-format
2022-07-27 nikolasklauser [libc++] Fix unwrapping ranges with different iterators and sentinels
2022-07-27 hui.xie1990 [libc++][ranges] implement `std::ranges::inplace_merge`
2022-07-13 koraq [libc++][chrono] Uses operator<=> in the calendar.
2022-07-27 nikolasklauser [libc++] Implement P1004R2 (constexpr std::vector)
2022-07-27 koraq [libc++] Fixes the CI.
2022-07-07 koraq [libc++][doc] Extended integral type support
2022-07-10 koraq [libc++] Update clang-format style.
2022-07-27 koraq [libc++][doc] Updates format status page.
2022-07-26 koraq [libc++][doc] Updates status documents.
2022-07-26 tstellar Bump the trunk major version to 16
2022-07-26 varconst [libc++][ranges] Fix the CI.
2022-07-26 varconst [libc++][NFC] Add checks for lifetime issues in classic algorithms.
2022-07-26 varconst [libc++][ranges] Implement `ranges::is_heap{,_until}`.
2022-07-26 varconst [libc++][ranges] Make sure all range algorithms support differing projection types:
2022-07-26 varconst [libc++][ranges] Implement `ranges::generate{,_n}`.
2022-07-26 nikolasklauser [libc++] Use uninitialized algorithms for vector
2022-07-26 ldionne.2 [libc++][NFC] Add missing SHA in ABI changelog
2022-07-25 ldionne.2 [libc++] Generalize the customizeable assertion handler
2022-07-26 ldionne.2 [libc++] Remove XFAIL for libcpp_deallocate on AIX, which seems to be passing now
2022-07-24 nikolasklauser [libc++] Fix algorithms which use reverse_iterator
2022-07-25 codesbyusman Rewording "static_assert" diagnostics
2022-07-24 nikolasklauser [libc++] Granularize some more type_traits
2022-07-23 brad [libcxx] Remove static inline and make use of _LIBCPP_HIDE_FROM_ABI in __support/xlocale/__nop_locale_mgmt.h header
2022-07-22 rprichard [libc++][test] Fix infinite loop when mkstemp fails
2022-07-22 varconst [libc++][ranges] Implement `ranges::shuffle`.
Roll buildtools/third_party/libc++abi/trunk/ b954e3e65..5c3e02e92 (9 commits)
b954e3e656..5c3e02e92a
$ git log b954e3e65..5c3e02e92 --date=short --no-merges --format='%ad %ae %s'
2022-09-11 aaronpuchert [libcxxabi] Fix forced_unwind3.pass.cpp compilation error
2022-09-05 nikolasklauser [libc++] Granularize the rest of memory
2022-08-24 ldionne.2 [runtimes] Don't link against compiler-rt when we don't find it
2022-08-23 ldionne.2 Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abi
2022-08-20 John.Ericson [libcxxabi][cmake] Allow building without libcxx again
2022-08-19 simon.tatham [libcxxabi] Fix alignment of pointers returned by fallback_malloc
2022-08-18 John.Ericson Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"
2021-04-04 John.Ericson [cmake] Use `CMAKE_INSTALL_LIBDIR` too
2022-07-13 tanyalattner Remove references to old mailing lists that have moved to discourse. Replace with links to discourse.
Roll testing/ 1f497ac0b..e3e8c1955 (809 commits)
1f497ac0b0..e3e8c19554
$ git log 1f497ac0b..e3e8c1955 --date=short --no-merges --format='%ad %ae %s'
2022-09-30 horo Update field trial config entry for DnsHttpsSvcbSchemeUpgrade experiment
2022-09-30 danakj Strip interior "../" path components from file paths in test errors
2022-09-30 jhtin longpress diacritics: Add fieldtrial_config for finch
2022-09-30 tikuta remove py2 less FYI builders
2022-09-30 hypan Remove blink_unittests filter for emulator
2022-09-30 zhiyuans [Fix it] Revive testPaymentAppsSortingByFrecency test.
2022-09-30 hypan Remove test filter for DownloadBrowserTest.OverrideDownloadDirectory
2022-09-30 rakina Remove InitialNavigationEntry from fieldtrial_testing_config.json
2022-09-30 hypan Increase the shard number for slow test suites on android-nougat-x86-rel
2022-09-30 zhiyuans [Fix it]Clean up PasswordSettingsTest.testExportMenuDisabled from test filters.
2022-09-29 pasko base: Enable boringssl-based RandBytes in fieldtrial_testing_config
2022-09-29 nguyenbryan Update fieldtrial for GoogleLensDesktopRegionSearchPdf.
2022-09-29 curranmax Adding PrefetchUseContentRefactor experiment to fieldtrial_testing_config.json.
2022-09-29 hypan Remove the builder android-opus-arm-rel
2022-09-29 jonathanjlee [wptrunner] Remove WPT metadata builder
2022-09-29 rmhasan Reland "WebView: Check if the finch seed is loaded in finch smoke tests"
2022-09-29 rmhasan Reland "Remove all WebLayer skew test builders from all Android waterfalls"
2022-09-29 cduvall Update fieldtrial testing config for OptimizeNetworkBuffers
2022-09-29 mihlenfeldt xvfb: use systemd-notify protocol to track weston startup
2022-09-29 kron Remove WebRTC-PreStreamDecoder entry in fieldtrial_testing_config.json
2022-09-29 bsazonov Revert "Remove all WebLayer skew test builders from all Android waterfalls"
2022-09-29 christianxu [iOS][Omnibox] Increase limit of zps matches to 20
2022-09-29 iclelland Remove fieldtrial config for LCP experiments
2022-09-29 sky gpu: removes feature for disabling flush workaround
2022-09-29 sunnyps gpu: Disable failing tests on Samsung A23
2022-09-29 khushalsagar cc: Enable field testing for commits without sync compositor state.
2022-09-28 jam Implement optimistic writes in remaining paths of blockfile disk cache.
2022-09-28 pasthana Remove try builder linux-chromeos-js-code-coverage.
2022-09-28 mfoltz [Infra] Add OWNERS for Open Screen buildbot changes.
2022-09-28 hypan Update the filters for MimeUtilTest.ExtensionTest
2022-09-28 zhiyuans Filter testRecordRetainableSession_WithoutWarmupAndSession on android-nougat-x86-rel.
2022-09-28 apaseltiner Add fuzzer for content::ParseSourceRegistration
2022-09-28 bjoyce Add java_coverage to android-pie-arm64-rel.
2022-09-28 weizhong Use same TestSource when run on bots or locally
2022-09-28 bpastene Disable isolate_profile_data for chromedriver_pytests on win10 CQ bot
2022-09-28 hypan Disable failed tests in gl_tests on android-nougat-x86-rel
2022-09-28 yueshe enable video recording on eg test for ios16-sdk-simulator
2022-09-28 bpastene Remove polymer_tools_python_unittests from the win test bots
2022-09-28 rmhasan Revert "WebView: Check if the finch seed is loaded in finch smoke tests"
2022-09-28 yueshe roll ios16 fyi bots to xc14.1 beta 2
2022-09-28 rmhasan Remove all WebLayer skew test builders from all Android waterfalls
2022-09-28 zhiyuans Filter CrossOriginDocumentHasNoSameSiteCookies flaky tests on android-nougat-x86-rel.
2022-09-28 zhiyuans Filter flaky CrossOriginWithPreloadCredentialled tests on android-nougat-x86-rel.
2022-09-28 zhiyuans Make following telemetry* test suite ci only.
2022-09-28 jonathanjlee [wpt-importer] Tune the importer for creating metadata
2022-09-27 zhiyuans Filter more flaky tests on android-nougat-x86-rel.
2022-09-27 guterman Make browser_tests on asan ci only
2022-09-27 chonggu [Fuchsia] Switch --os-check flag to check.
2022-09-27 zhiyuans Filter more flaky tests on android-nougat-x86-rel.
2022-09-27 nihardamar initial windows builder commit
(...)
2022-07-28 donnd [PCCT] Enable Session recording in test config
2022-07-28 rsorokin Filter out WebUIWebViewBrowserTest.* on ChromeOS MSAN
2022-07-28 chrome-weblayer-builder [lacros skew tests] Refresh skew tests for M106
2022-07-28 bhatiarohit [DownloadBubble] Update field trial
2022-07-28 ryansturm Removing CheckCacheForQueuedRequests feature
2022-07-28 yueshe Roll ios16 fyi bots to Xcode 14 beta 4
2022-07-28 ckincaid Add fieldtrial testing config for CrOSClipboardHistoryReorderExperiment
2022-07-28 drubery Update fieldtrial_testing_config for new CSD-Phishing model
2022-07-28 skylab-test-cros-roller [skylab_tests] Update skylab tests cros img version
2022-07-27 lindsayw Add additional tests flaking 4% and up to the mac12-arm64-rel CQ filter
2022-07-27 jmadill infra: Remove ANGLE-only tests from chromium.angle waterfall.
2022-07-27 lindsayw Add tests flaking 4% and up to the mac12-arm64-rel CQ filter
2022-07-27 lindsayw Add a shard to components_unittests to see if this can expose any test hang
2022-07-27 bsheedy Add type hinting to blink unexpected passes
2022-07-27 bsheedy Specify x86 Android Telemetry browser
2022-07-27 yjt [Lacros] fix a typo
2022-07-27 chrome-weblayer-builder [lacros skew tests] Refresh skew tests for M106
2022-07-27 justincohen ios: Move ios_crash_unittests into ios_common_tests.
2022-07-27 bpastene Remove 'ignore_task_failure' from testing specs
2022-07-27 jainshashank [Autofill Assistant] Add QrCodeIntegrationTest
2022-07-27 chrome-weblayer-builder [lacros skew tests] Refresh skew tests for M106
2022-07-27 skylab-test-cros-roller [skylab_tests] Update skylab tests cros img version
2022-07-27 agrieve Android: Add a --list-tests to test_runner.py
2022-07-27 zhiyuans Disable more flaky tests in android-nougat-x86-rel.
2022-07-27 bpastene Add a note to libfuzzer/getting_started.md about using reclient/rbe
2022-07-26 lindsayw Shift ios-simulator-full-configs to target arm64
2022-07-26 shrekshao WebGPU: enabled by default and can be disabled by finch
2022-07-26 bsheedy Add debug timer flag
2022-07-26 jj.lopezjaimez Create config to create and run fuzzers locally for Windows, Linux, Mac and Chrome OS.
2022-07-26 boliu Enable CoalesceIndependentBeginFrame
2022-07-26 alexmos Enable site isolation for <webview> tags in fieldtrial_testing_config.
2022-07-26 yjt [Lacros] add lacros arm64 skylab builder
2022-07-26 rmhasan WebView: Save logcat after processing WPT results in finch smoke tests
2022-07-26 chrome-weblayer-builder [lacros skew tests] Refresh skew tests for M106
2022-07-26 rmhasan WebView: Temporarily disable pixel to pixel comparison tests
2022-07-26 skylab-test-cros-roller [skylab_tests] Update skylab tests cros img version
2022-07-26 kalutes Add field trial testing config for responsive balloon policy experiment.
2022-07-26 chrome-weblayer-builder [lacros skew tests] Refresh skew tests for M106
2022-07-26 rmhasan WebView: Output logcat for several stages of the finch seed smoke test
2022-07-25 rmhasan WebLayer: Remove M99 skew tests
2022-07-25 bsheedy Add debug renderer background flag
2022-07-25 zhiyuans Remove content_shell_crash_test from android-nougat-x86-rel.
2022-07-25 chrome-weblayer-builder [lacros skew tests] Refresh skew tests for M106
2022-07-25 jam Enable DisableResourceScheduler on bots in preparation for beta experiment.
2022-07-25 gowriden [PublicChromiumOnChromeOS] Adding GCS bucket for try builder.
2022-07-25 pasko fieldtrial_testing_config: Add CacheSiteIsolationMemoryThreshold
2022-07-25 chrome-weblayer-builder [lacros skew tests] Refresh skew tests for M106 M105 M104
2022-07-25 skylab-test-cros-roller [skylab_tests] Update skylab tests cros img version
2022-07-22 vinnypersky Add field trial testing config for AutofillFillMerchantPromoCodeFields finch flag
2022-07-22 smaier Relandx2 "Allowing JNI ForTesting methods to be stripped"
Roll third_party/catapult/ fa35beefb..4a0e6f034 (545 commits)
https://chromium.googlesource.com/catapult.git/+log/fa35beefb342..4a0e6f034e97
$ git log fa35beefb..4a0e6f034 --date=short --no-merges --format='%ad %ae %s'
2022-09-23 lokokung Add internal path to configure usage of an exact user-data-dir
2022-09-29 wenbinzhang Revert "[Catapult]: Use PersistentShell for device_util.RunShellCommand"
2022-09-29 sunxiaodi [Chromeperf dash] migrate and enable graph_csv handler to flask
2022-09-28 wenbinzhang [chromeperf] add warning for end user to stop using the example with out-of-band flow
2022-09-27 wenbinzhang [pinpoint] check on invalid values on commit and commits handler
2022-09-28 wintermelons Fix forwarder sometimes leaving zombie processes
2022-09-28 funing make "reproduce locally" link bold
2022-09-27 funing tune the reproduce locally link format
2022-09-27 chonggu [Fuchsia] Set --os-check to check.
2022-09-27 wenbinzhang [pinpoint] handled queue not found error
2022-09-27 carlscab Add config override for SystemTraceConfig
2022-09-26 bjoyce [Catapult]: Use PersistentShell for device_util.RunShellCommand
2022-09-26 bsheedy Revert "Reland "[telemetry] Fix BrowserOptions""
2022-09-23 funing [Chromeperf dash] migrate handlers: alert_groups_update
2022-09-23 bsheedy Reland "Use Python 3 in presubmit"
2022-09-22 sunxiaodi [Chromeperf dash] deleting edit_bug_labels and edit_anomaly_configs
2022-09-23 sunxiaodi [Chromeperf dash] enable alert and navbar handlers to flask
2022-09-22 sunxiaodi Revert "[Chromeperf dash] test alert, graph_csv, and navbar handlers"
2022-09-22 sunxiaodi [Chromeperf dash] test alert, graph_csv, and navbar handlers
2022-09-22 sunxiaodi Revert "Use Python 3 in presubmit"
2022-09-22 dproy Detect android chromium built with channel info
2022-09-22 funing local reproduction tweak
2022-09-21 omerkatz [heap] Don't account sweeping during evacuation as part of sweeping
2022-09-20 omerkatz heap: Update GC metrics for MinorMC
2022-09-21 wenbinzhang [pinpoint] use individual http object for each request
2022-09-20 bsheedy Remove ps_util_unittest python usage
2022-09-21 wenbinzhang [chromeperf] removed unused argument on reading cas output
2022-09-21 funing [Chromeperf dash] Migrate webapp2 handler to flask: /api/describe
2022-09-21 cbruni Reland "[telemetry] Fix BrowserOptions"
2022-09-19 funing [Chromeperf dash] migrate handlers: add_histograms and add_histograms process
2022-09-20 sunxiaodi [Pinpoint] add logging to see how swarming bots are assigned
2022-09-20 bsheedy Revert "[telemetry] Fix BrowserOptions"
2022-09-20 johnchen [Dashboard] Change dev_server to use vpython
2022-09-19 bsheedy Use Python 3 in presubmit
2022-09-13 cbruni [telemetry] Update imports to run in python 3.10
2022-09-16 sunxiaodi delete memory_report from Chromeperf dash
2022-09-16 sunxiaodi Add more logging to Chromeperf dash handlers
2022-09-16 landrey Use collections.abc instead of collections for better compatibility with Python3
2022-09-15 cbruni [telemetry] Fix BrowserOptions
2022-09-14 wenbinzhang [pinpoint] Catch the exception when trying to run a cancelled job
2022-09-12 yinzz Make async tracks with < 30 subrows default expanded
2022-09-13 wenbinzhang [pinpoint] fix on preloading new job page with "undefined" git hash
2022-09-14 wenbinzhang [pinpoint] check execution id before fetching swarming task results
2022-09-12 wenbinzhang [Pinpoint] Update oauth2client version for python3 and remove usage of SignedJwtAssertionCredentials
2022-09-08 jonathanjlee [typ] Translate 'TIMEOUT' to 'ABORT' when reporting to ResultSink
2022-09-12 johnchen Support trichrome_chrome_google_64_32_bundle
2022-09-12 johnchen Port @xsrf.TokenRequired decorator to flask
2022-09-12 funing better wording for try-job local reproduction
2022-09-09 wenbinzhang [chromeperf] hosting multiple services on app engine
2022-09-07 sunxiaodi Modify logging in alert_group_workflow to include full name of anomaly
(...)
2022-01-07 ianstruiksma Generalize wpr go folder update script to handle wpr and httparchive
2022-01-06 bsheedy [typ] Add skipTest support
2022-01-07 ianstruiksma Add httparchive go binary to telemetry binary dependency
2022-01-07 heiserya Python string migration fix for bot_configurations.py
2022-01-07 heiserya Pinpoint: When doing an A/B or bisection using story_tags, don't ignore expectations.cfg
2022-01-05 khamutov Fixes unmarshaling URL after httparchive edit
2021-12-10 fdegans [code-health] Prepare dashboard/pinpoint/handlers for pylint update
2021-12-10 fdegans [code-health] Prepare dashboard/ for pylint update
2021-12-10 fdegans [code-health] Prepare dashboard/dashboard/common for pylint update
2022-01-05 robertlin CodeHealth: Run version='2.7' GetPylint in third_party/catapult/systrace/
2022-01-05 yang.gu Use powershell instead of wmic
2022-01-05 heiserya Disable M1 Trybots (crbug/1271700)
2021-12-22 wnwen Add incremental install apk helper
2022-01-04 chonggu [Fuchsia] Add chrome browser support
2022-01-04 khamutov Fixes httparchive edit/cat with decode_response_body
2022-01-04 heiserya Update D8 generation script for Mac ARM
2022-01-04 heiserya Change M1 Catapult tryjobs to be experimental
2021-12-10 fdegans [code-health] Prepare dashboard/bq_export for pylint update
2021-12-10 fdegans [code-health] Prepare dashboard/dashboard/services for pylint update
2021-12-21 heiserya Add Catapult M1 trybot
2021-12-29 rmhasan WebView: Get the package name from the WebView embedder apk
2021-12-27 pasko adb_profile_chrome_startup: Allow multiple connected devices
2021-12-23 cher-di Fix "Retrieve real test source filepath and line of code"
2021-12-23 thakis [telemetry] use macos arm64 binary for wpr on arm macs
2021-12-23 heiserya Add ARM Mac version of D8 to vinn
2021-12-20 ianstruiksma [WPR] when creating WPR binaries, clean mod directly after binary build
2021-12-20 johnchen [Devil] Fix a Python 3 incompatibility
2021-12-20 ianstruiksma [WPR] Make cli package version consistent to v2
2021-12-20 johnchen Revert "Retrieve real test source filepath and line of code"
2021-12-20 bmeurer [inspector] Disable DevTools call stack capturing.
2021-12-17 cher-di Retrieve real test source filepath and line of code
2021-12-10 fdegans [code-health] Migrate experimental to Python 3
2021-12-08 fdegans [code-health] Migrate catapult_build to Python 3
2021-12-07 fdegans [code-health] Migrate tracing to python3
2021-12-14 hypan Reland "Add the function to install privileged apps to devices"
2021-12-15 hypan Update the regex _EMULATOR_RE for DeviceUtils#is_emulator
2021-12-16 heiserya Move delete_upload_tokens.py into Catapult
2021-12-10 seanmccullough [telemetry] add macos arm64 binary for wpr
2021-12-15 wenbinzhang [catapult] Try fix on vinn unittests on windows
2021-12-14 heiserya Add Speedometer2 RunsPerMinute to BigQuery Chrome Health export
2021-12-10 fdegans [code-health] Prepare dashboard/dashboard/api for pylint update
2021-12-14 hypan Revert "Add the function to install privileged apps to devices"
2021-12-10 fdegans [code-health] Prepare dashboard/dashboard/models for pylint update
2021-12-14 sunxiaodi [Catapult] Testing code coverage config
2021-12-14 lingqi CodeHealth: Eliminate Pylint.R1711 and Pylint.R1705 in telemetry
2021-12-09 hypan Add the function to install privileged apps to devices
2021-12-13 wenbinzhang [pinpoint] use commit hash to look for commit position, and catch notfounderror.
2021-12-08 weizhong Fix report_invocation_level_artifacts
2021-12-10 wenbinzhang [pinpoint] do not try to get commit position when hash is empty
2021-12-09 wenbinzhang [Pinpoint] Run single test in python 2 for old commits
Roll third_party/googletest/ bda85449f..d1a0039b9 (85 commits)
bda85449f4..d1a0039b97
$ git log bda85449f..d1a0039b9 --date=short --no-merges --format='%ad %ae %s'
2022-09-28 absl-team Rollback: Moves boilerplate disabling copy constructor/assignment from GoogleTest's TEST_P macro into a header file to avoid triggering warnings in user code.
2022-09-28 absl-team Rollback: Uses a simpler mechanism to disable the copying of GoogleTest test suites.
2022-09-28 absl-team Uses a simpler mechanism to disable the copying of GoogleTest test suites.
2022-09-28 absl-team Moves boilerplate disabling copy constructor/assignment from GoogleTest's TEST_P macro into a header file to avoid triggering warnings in user code.
2022-09-27 absl-team Add GoogleTest workaround for MSVC crash with Address Sanitizer (ASAN) on version 17.3.3
2022-09-20 maratek Port GoogleTest to QuRT (Hexagon RTOS)
2022-09-18 426690+softwaregravy Update link to Bazel installation guide
2022-09-13 dmauro Fix MSVC C++14 flag for GitHub workflow
2022-09-13 dmauro Rollback 4fa8cfe3f4dee8975ee02d98633a5245ab67c6d7
2022-09-09 absl-team Use UnorderedElementsAre in example about using matchers with maps
2022-09-08 absl-team Remove obsolete MSVC warning pragmas for Invalid<T>()
2022-09-01 absl-team Fixed header guards to match style guide conventions.
2022-08-26 absl-team Consider all TERM values ending in "-256color" to be color supporting. In particular this handles TERM=hterm-256color correctly.
2022-08-22 hardikv Add support of 19-member structs to gmock UnpackStructImpl.
2022-08-19 keithbsmiley bazel: move -std=c++14 to .bazelrc
2022-08-16 dmauro Update README.md to point to the Foundational C++ Support Policy
2022-08-12 dmauro Add --features=external_include_paths to Bazel CI to ignore warnings from dependencies
2022-08-08 dinor gtest_unittest: Call FAIL() in lambda, fix incorrect fatality expectation
2022-08-04 dinor Explicitly instantiate matchee std::string in MatchesRegex
2022-07-28 absl-team Add support of 18-member structs to gmock UnpackStructImpl.
2022-07-25 dinor Add IsEmpty overload for C-style strings
2022-07-21 thegeorg Continuation for #3183
2022-07-20 matdibu gtest-death-test: add 'noreturn'
2022-06-28 dev Set cmake policy CMP0069
2022-07-14 polushin export ThreadLocalValueHolderBase which is required by exported APIs.
2022-07-11 polushin cmake: make PDB output directory match that of a static library.
2022-07-11 polushin cmake: find python in order specified by PATH environment variable.
2022-07-11 dmauro Add envvar BAZEL_CXXOPTS=-std=c++14 to the GitHub Actions CI
2022-07-08 dmauro CMake: raise the default C++ standard to cxx_std_14
2022-07-07 ckennelly Enable heterogeneous lookup for RegisteredTestsMap.
2022-07-01 nikiforov.al cleanup from unique_ptr branch
2022-07-01 dmauro Remove the Bazel provided default cxxopt -std=c++0x and replace it with -std=c++14 when testing with GCC 5.
2022-07-01 57719497+yutotnh fix: some typos in source
2022-07-01 57719497+yutotnh fix: typo in test name
2022-07-01 57719497+yutotnh fix: some typos in comment
2022-06-30 dmauro Remove support for C++11
2022-06-30 dmauro Update version number in CMakeLists.txt Note that this is 1.12.1 as there will be a patch release to fix this
2022-06-29 absl-team Add support of 17-member structs to gmock UnpackStructImpl.
2022-06-27 absl-team Mark internal-only function as having internal linkage.
2022-06-27 93249401+assafpr Update gtest.cc
2022-06-27 93249401+assafpr Update gmock-matchers.h
2022-06-27 93249401+assafpr Update gmock-actions.h
2022-06-27 93249401+assafpr Update gmock-spec-builders_test.cc
2022-06-27 93249401+assafpr Update gtest-death-test.cc
2022-06-27 93249401+assafpr Update gmock-spec-builders.cc
2022-06-27 93249401+assafpr Update advanced.md
2022-06-26 asmodai27 Avoid implicit conversion from int to char
2022-06-26 asmodai27 Avoid implicit conversion from int to char
2022-06-25 julian.arkenau docs: update googletest README for release 1.12.0
2022-06-23 dmauro Update README.md for release 1.12.0
2022-06-22 dmauro Update versions of WORKSPACE dependencies
2022-06-22 93249401+assafpr documentation, change mater branch to main
2022-06-22 93249401+assafpr Update faq.md
2022-06-22 93249401+assafpr Update CONTRIBUTING.md
2022-06-22 93249401+assafpr documentation, change mater branch to main
2022-06-22 93249401+assafpr documentation, change mater branch to main
2022-06-22 93249401+assafpr Update gmock_output_test_golden.txt
2022-06-22 93249401+assafpr change link from master to main in documentation
2022-06-21 dmauro Update GCC floor container used by CI to fix the Bazel cache error
2022-06-16 dmauro Disable warning C4251 around refactored code
2022-06-13 absl-team gmock_cook_book.md: Delete superfluous statement from 2014.
2022-06-11 gpetit Move declaration of kStdOutFileNo and kStdErrFileno
2022-06-09 absl-team Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil.
2022-06-09 absl-team Remove undefined internal function. Fixes#3856
2022-06-01 dmauro Work around a maybe-uninitialized warning under GCC 12
2022-05-31 gpetit Fix for undefined symbol: testing::internal::Random::kMaxRange
2022-05-31 absl-team Fix internal files
2022-05-30 jacobsa gmock-spec-builders: remove the name for an unused parameter.
2022-05-30 gpetit Simplify ColoredPrintf to rely on ShouldUseColor
2022-05-30 gpetit Fix "unused variable" warning
2022-05-27 jacobsa gmock-spec-builders: add support for non-moveable types.
2022-05-27 elixir Clarify that `this->` is needed to access members of type-parameterized tests.
2022-05-27 jacobsa gmock-actions: properly support non-moveable results in `is_callable_r`.
2022-05-26 jacobsa gmock-spec-builders: move a method to the header.
2022-05-25 absl-team Update GoogleTest documentation's spelling of "GoogleTest".
2022-05-24 absl-team Clarify the pitfalls of EXPECT_THAT and highlight it's best practices
2022-05-18 akohlmey set -utf-8 flag only for real MSVC compilers. E.g. not Intel's icx.exe
2022-05-17 dinor gmock-internal-utils.cc: Avoid implicit conversion from int to char Fixes#3832
2022-05-12 jacobsa gmock-actions: add support for move-only values to Return.
2022-05-12 absl-team Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_FATAL_FAILURE.
2022-05-11 jacobsa gmock-actions: provide a const reference when converting in ReturnAction.
2022-05-10 absl-team Do a consistent way of searching for a temporary directory.
2022-05-10 jacobsa gmock-actions: simplify Return and add better documentation.
2022-05-10 jacobsa gmock-actions: make OnceAction public.
2022-03-26 perez.cs Fix quickstart-cmake documentation
Roll tools/clang/ 3d8d88e8b..a5e0d7234 (59 commits)
3d8d88e8bb..a5e0d72349
$ git log 3d8d88e8b..a5e0d7234 --date=short --no-merges --format='%ad %ae %s'
2022-09-30 bikineev blink_gc_plugin: Add check for extra padding in classes with Members
2022-09-30 thakis Roll clang llvmorg-16-init-5189-gbfcd536a-1 : llvmorg-16-init-6084-g2f3d7c2c-1
2022-09-24 wangxianzhu [clang-plugin] Check discouraged types for blink data members
2022-09-22 akhuang Roll clang llvmorg-16-init-4949-g8ace9ea258c9-1 : llvmorg-16-init-5189-gbfcd536a-1
2022-09-22 arthursonzogni raw_ptr rewriter: Fix some incorrect references.
2022-09-21 keishi [BRP] Rewrite fields in classes with implicit constexpr constructor
2022-09-20 bikineev blink_gc_plugin: Avoid extra matcher for on-stack member aliases
2022-09-19 wangxianzhu Fix cash in tools/clang/scripts/test_too.py with python3
2022-09-18 aeubanks Roll clang llvmorg-16-init-4609-g025a5b22-2 : llvmorg-16-init-4949-g8ace9ea258c9-1
2022-09-16 wangxianzhu [blink-gc-plugin] Always enable fix-bugs-of-is-considered-abstract
2022-09-15 avi Update copyright headers in testing/, tools/
2022-09-15 keishi [BRP] Force enable RAW_PTR_EXCLUSION for rewriter
2022-09-15 thakis clang build script: Minor simplifications
2022-09-15 wangxianzhu Revert "Reland "Issue warning for default malloc used in blink""
2022-09-15 thakis mac: Use lld as host linker when building the clang package
2022-09-15 thakis Roll clang llvmorg-16-init-4438-gc922cac8-1 : llvmorg-16-init-4609-g025a5b22-1
2022-09-14 wangxianzhu Revert "[blink-gc-plugin] Don't check unnamed struct/class for default malloc"
2022-09-13 thakis Roll clang llvmorg-16-init-4141-gf48931f3-2 : llvmorg-16-init-4438-gc922cac8-1
2022-09-10 hans Roll clang llvmorg-16-init-3375-gfed71b04-2 : llvmorg-16-init-4141-gf48931f3-2
2022-09-10 aeubanks [clang] Always enable MLGO by default on Linux
2022-09-09 aeubanks [clang] Remove check-gmock-objects flag
2022-09-07 wangxianzhu [blink-gc-plugin] Don't check unnamed struct/class for default malloc
2022-09-06 wangxianzhu Reland "RecordInfo::IsConsideredAbstract() with implicit default constructor"
2022-09-02 aeubanks [clang] Remove gmock-specific logic in plugins
2022-09-01 aeubanks [clang] Update pinned clang version
2022-09-01 zequanwu Roll clang llvmorg-16-init-3221-gce6989fd-1 : llvmorg-16-init-3375-gfed71b04-1
2022-08-30 hans Roll clang llvmorg-16-init-907-g8b740747-4 : llvmorg-16-init-3221-gce6989fd-1
2022-08-30 wangxianzhu Reland "Issue warning for default malloc used in blink"
2022-08-30 wangxianzhu Reland "Update blink_gc_plugin rules about DISALLOW_NEW() and GarbageCollected"
2022-08-29 thakis Revert "Update blink_gc_plugin rules about DISALLOW_NEW() and GarbageCollected"
2022-08-29 thakis Revert "Issue warning for default malloc used in blink"
2022-08-29 thakis Revert "RecordInfo::IsConsideredAbstract() with implicit default constructor"
2022-08-29 wangxianzhu RecordInfo::IsConsideredAbstract() with implicit default constructor
2022-08-29 wangxianzhu Issue warning for default malloc used in blink
2022-08-29 wangxianzhu Update blink_gc_plugin rules about DISALLOW_NEW() and GarbageCollected
2022-08-25 hans [clang] Packaging: avoid leading semicolon in LLVM_ENABLE_RUNTIMES
2022-08-25 hans Reland "[clang] Make update.py verify that the expected and real versions match"
2022-08-24 thakis clang packaging: Upload clangd to an optional package
2022-08-23 hans Revert "[clang] Make update.py verify that the expected and real versions match"
2022-08-23 thakis clang update.py: Make UpdatePackage() slightly less repetitive
2022-08-23 aeubanks Use python's urllib instead of curl
2022-08-23 hans [clang] Make update.py verify that the expected and real versions match
2022-08-23 njx [clang][MLGO] Allow embedding of MLGO models in clang
2022-08-19 aeubanks [clang] Nuke the checked out LLVM repo if it's not the GoB repo
2022-08-16 pkalinowski Truncate partially downloaded file before retrying
2022-08-06 thakis Roll clang llvmorg-16-init-572-gdde41c6c-4 : llvmorg-16-init-907-g8b740747-1
2022-08-05 hans [clang] Use the llvm-project mirror on git-on-borg
2022-08-04 hans [clang] Fix the pinned clang version used for bootstrapping
2022-08-04 hans [clang] Update plugin test expectations after Clang diagnostics change
2022-08-03 thakis mac: Bump clang deployment target to macOS 10.12
2022-08-03 hans [clang] Use xz compression for the packages
2022-08-02 hans [clang] Clean up after rolling to 16.0.0
2022-08-02 thakis Roll clang llvmorg-15-init-17529-ga210f404-1 : llvmorg-16-init-572-gdde41c6c-1
2022-07-29 tikuta use vpython3 for scripts in /tools/clang
2022-07-28 hans Clang build script: remove DeleteChromeToolsShim()
2022-07-28 hans Update Clang plugin test expectations to work around Clang diagnostics change
2022-07-28 hans Make the clang plugin tests use python3 instead of just 'python'
2022-07-27 hans Clang: the tip-of-tree version is now 16.0.0
2022-07-25 hans Roll clang llvmorg-15-init-15652-g89a99ec9-5 : llvmorg-15-init-17529-ga210f404-1
Created with:
roll-dep build buildtools buildtools/third_party/libc++/trunk buildtools/third_party/libc++abi/trunk testing third_party/catapult third_party/googletest tools/clang
Change-Id: Ibbc6a719dab07a700e67dd76d077253be6932664
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104363
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
The Android devices I've tested with Qualcomm GPUs (like the Pixel 4)
are exhibiting an issue where resolving timestamp queries after a
render pass is causing a crash. Until that issue can be resolved it's
safest to simply not advertise timestamp query support on these devices.
Bug: dawn:1559
Change-Id: Id76aa5095ffbb7f55579cc428388f55f4528581d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104441
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Brandon Jones <bajones@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This is a noop change because it just renames a function
argument in dawn.json. All other places for that argument
already used bundleCount so no additional changes are needed.
Bug: None
Change-Id: Id3d77d61886b470beede8229cc079905682c3525
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104362
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
This change works around the array texture corruption issue for
some Windows Intel devices on some old drivers. The number of
extra layer for a given texture is precisely calculated according
to texture memory layout on these devices.
It also adds one more test: clearTexture.
Bug: dawn:949, dawn:1507
Change-Id: I0b2a6497c77f3edf45c49220517e13be76c6b608
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103120
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Yunchao He <yunchao.he@intel.com>
Add ColMajor decoration to matrix test cases that ultimately
become end2end test cases.
Corresponds to end2end test fix in
https://dawn-review.googlesource.com/c/dawn/+/103821
Change-Id: I30e9f706dcb935a6044ba650e5c9084363a1414b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104400
Kokoro: Kokoro <noreply+kokoro@google.com>
Auto-Submit: David Neto <dneto@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Works around a driver bug described in
https://developer.qualcomm.com/forum/qdn-forums/software/adreno-gpu-sdk/68949
Requires the pResolveAttachments member of a VkSubpassDescription to
explicitly be null if the number of color attachments is 0.
Allows the removal of multiple test suppressions related to
depth/stencil readback.
Bug: dawn:1558
Change-Id: Ia03c74a35cbb619b5968f649d41848f53378bf35
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104183
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Brandon Jones <bajones@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
This should fix vulkan-deps roll into Dawn.
Change-Id: I3c6685fa140a5e7f6313c7420109864d7783ffed
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104280
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Fails roll of SwiftShader into Dawn. See crbug.com/dawn/1557 for
details.
Bug: dawn:1557
Change-Id: Ibe97f1c3083b1fe254dd935b4abfdfbea9e34050
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104260
Reviewed-by: Brandon Jones <bajones@chromium.org>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Currently in the MSL backend we cast int values to uint in order to get
the correct WGSL behaviour for over/under flow. This fails in the case
of host shareable buffers as they use `packed` types which need to get
cast to the non-packed version first.
Bug: tint:1677
Change-Id: I57b70abaa8ca614472a26d63f19c1aef2bd64668
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103986
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
I added the forcing of the "loop" attribute to all loops to address FXC
failing on uniformity errors related to gradients in loops. Since then,
Tint now implements UA and it recently became an error, so we no longer
need this hack. As a result, FXC is now better able to cope with loops
that it determines executes 0 times.
Most e2e tests are affected because so many use loops, but 27 tests that
were previously failing are now passing with this change:
tint/bug/tint/1538.wgsl.expected.fxc.hlsl
tint/bug/tint/1604.wgsl.expected.fxc.hlsl
tint/bug/tint/1605.wgsl.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserCFGTest_ClassifyCFGEdges_LoopBreak_FromLoopHeader_SingleBlockLoop_TrueBranch.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserCFGTest_ComputeBlockOrder_Loop_HeaderHasBreakUnless.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserCFGTest_EmitBody_IfSelection_TrueBranch_LoopBreak.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserCFGTest_FindIfSelectionInternalHeaders_TrueBranch_LoopBreak_Ok.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserFunctionVarTest_EmitStatement_Phi_MultiBlockLoopIndex.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserFunctionVarTest_EmitStatement_Phi_SingleBlockLoopIndex.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/cov-dead-code-unreachable-merge/0-opt.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/cov-dead-code-unreachable-merge/0-opt.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/similar-nested-ifs/0-opt.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/similar-nested-ifs/0-opt.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/spv-load-from-frag-color/1.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/spv-load-from-frag-color/1.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/0.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/0.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/1.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/1.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/0-opt.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/0-opt.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/1.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/1.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/write-red-after-search/0-opt.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/write-red-after-search/0-opt.wgsl.expected.fxc.hlsl
Bug: tint:1522
Bug: tint:1538
Bug: tint:1604
Bug: tint:1605
Change-Id: I530b846b6b8df122ab351ff7b85d3e1c9ac11526
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104121
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Fixes a problem where the regex fuzzer would identify '==' as a
candidate operator for replacement, but where the replacement code did
not actually handle the '==' case.
Fixes http://crbug.com/1367902
Change-Id: I9a3bda9e7bae5e42872f17427419ab690d477533
Change-Id: If9cbb2db779c6873ff7a02d132981e8ee3410bb1
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104200
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Auto-Submit: Alastair Donaldson <afdx@google.com>
This CL refactor the end-to-end test suit ComputeLayoutMemoryBufferTests
and add tests for non-struct-member scalar, vector, matrix, and array of
vectors and matrices types. This test suit is also intend to test f16
buffer read/write after it is implemented.
Bug: tint:1673
Change-Id: Iea4d3f70897d196ea00e3a3e0189a0372afe0382
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102800
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Zhaoming Jiang <zhaoming.jiang@intel.com>
Adds suppressions for multiple failures in the end2end tests that are
showing up on Pixel devices I'm able to test. Majority (800+) affect
the devices with Qualcomm GPUs (Pixel 4, Pixel 2, etc) and 8 affect the
newer Tensor devices (Pixel 6).
Bug: dawn:1549
Bug: dawn:1550
Change-Id: Ia598734a1752e5f086e4e79c96a799156d84e448
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103940
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Brandon Jones <bajones@chromium.org>
The WGSL spec has been updated to allow attributes to be i32 or
u32. This CL updates the attribute support in Tint to follow.
Bug: tint:1633
Change-Id: Ie6caa54f26a757c374c51c7d24e54d2a476f9c84
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103800
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This CL fix the missing default value WGPU_WHOLE_SIZE for
BindGroupEntry.size, and also add unit tests for using default offset
and size in BindGroupEntry when creating bind group.
Bug: dawn:1553
Change-Id: Ia9c426c0fff1eaea3a0b7c84e5528881199e2c4a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104023
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Calling ID3D12SharingContract::Present issues GPU work on the command
queue which needs to be synchronized with resource deallocation. This
seems to work now perhaps due to the keyed mutex semantics keeping the
D3D11 texture alive for longer than necessary. With fences, this missing
synchronization causes the validation layers to complain about early
deallocation of the ID3D12Resource.
Moving the Present to SynchronizeImportTextureBeforeUse ensures that it
happens before NextSerial and hence the signal fence that's recorded
will include any GPU work issued by Present. Also, resource deallocation
will happen after this work. However, this has the side-effect of PIX
seeing more frames, once per ExecuteCommandLists, but it could be argued
that's more accurate and useful.
Bug: dawn:1544
Change-Id: I1b417049045a812837f67072d7f09ac47bc18125
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103841
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org>
This CL adds tests for GLSL zero initialization of an array, array of
arrays and array of structs.
Bug: chromium:1367602
Change-Id: I4246512f9238dcccc02c9c181b7a211958491dad
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103880
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Currently deepest element only returns the type if it was a scalar
or the element of a vector, array or matrix. Otherwise it would
return `nullptr`. There are cases where we want to get the deepest
type which is a struct or some other type.
This Cl updates ElementOf to return the type instead of nullptr for
types which previously returned nullptr.
Change-Id: I7963d4ce55d2e2b1a537a7533fa332813eed035c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/103900
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>