commit | 9b304288092ba77d25638b0586aa3ad600a0dbcc | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Fri Jul 01 19:29:47 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 01 19:29:47 2022 |
tree | d0bf3596c3aab169d04d341c0bcd08eec10a24eb | |
parent | 476e674afa0cc96adecf7b68868c9700a5dbc5d3 [diff] |
Align GPUPrimitiveState.unclippedDepth with spec Fixes some new CTS failures. In the spec this value is defined as a bool defaulting to false, but in Blink it was an optional bool with no default. Additionally setting any value, true or false, would set the nextInChain on the Dawn structure, which would then cause validation to fail without the proper feature enabled regardless of whether the value was true or not, which is not what the spec indicates. Changed the IDL to match the spec and updated the Dawn structure it constructs to only add the nextInChain if the value is true. Bug: 1069302 Change-Id: I2a78c7a3e28c125ebf609a65be6d21c37c932ad9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3741036 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1020203}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.