-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add missing sources/headers #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
alichraghi
commented
Nov 27, 2023
- By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.
* Roll external/re2/ 24d460a9d..974f44c8d (4 commits) google/re2@24d460a...974f44c $ git log 24d460a9d..974f44c8d --date=short --no-merges --format='%ad %ae %s' 2023-11-07 junyer Bazel fails if the username is unknown. 2023-11-07 junyer A non-root user can't futz with `/usr/local/bin`. 2023-11-07 junyer Specify the UID, not the username. 2023-11-07 junyer Don't run as root within the container. Created with: roll-dep external/re2 * Roll external/spirv-headers/ 88bc5e321..38f39dae5 (1 commit) KhronosGroup/SPIRV-Headers@88bc5e3...38f39da $ git log 88bc5e321..38f39dae5 --date=short --no-merges --format='%ad %ae %s' 2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (#388) Created with: roll-dep external/spirv-headers --------- Co-authored-by: GitHub Actions[bot] <>
Return False instead of raising an exception when running git commands fail, which allows the script to fallback to alternative options. Fixes #5469
Previously, the version string would include `v2022.4-N-...` indicating N commits since the last annotated tag (`v2022.4`). This change broadens the search from just annotated tags to all tags that match `v*`, including the latest version `v2023.4.rc2`. See also: KhronosGroup/SPIRV-Tools#5417 (comment)
The StorageImageReadWithoutFormat capability is only required when an image type with the format set to Unknown is used with some specific OpImageRead or OpImageSparseRead instructions. This patch adds the required code to the capability trimming pass to remove the StorageImageReadWithoutFormat capability when not required. Signed-off-by: Nathan Gauër <[email protected]>
The PhysicalStorageBufferAddresses capability can now be trimmed. From the spec, it seems any instruction enabled by this required some operand to have the PhysicalStorageBuffer storage class. This means checking the storage class is enough. Now, because the pass uses the grammar, we don't need to add any new logic. Signed-off-by: Nathan Gauër <[email protected]>
Python 3.12 on Fedora 39 is producing a deprecation warning about datetime.utcfromtimestamp. See https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp for more details.
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@74483a3...689fdc5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes an access violation issue that sporadically occured for me when DXC uses spirv-opt to legalize generated spirv code.
…bugTypeQualifier (#5479) * Allow base type for DebugTypePointer and DebugTypeQualifier to be any DebugType
* Roll external/re2/ 974f44c8d..7e0c1a9e2 (1 commit) google/re2@974f44c...7e0c1a9 $ git log 974f44c8d..7e0c1a9e2 --date=short --no-merges --format='%ad %ae %s' 2023-11-16 junyer WebAssembly support for threads is... fraught at every level. Created with: roll-dep external/re2 * Roll external/spirv-headers/ 38f39dae5..cca08c63c (2 commits) KhronosGroup/SPIRV-Headers@38f39da...cca08c6 $ git log 38f39dae5..cca08c63c --date=short --no-merges --format='%ad %ae %s' 2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (#389) 2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (#390) Created with: roll-dep external/spirv-headers --------- Co-authored-by: GitHub Actions[bot] <>
emidoots
reviewed
Nov 27, 2023
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@689fdc5...407ffaf) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Roll external/re2/ 24d460a9d..974f44c8d (4 commits) google/re2@24d460a...974f44c $ git log 24d460a9d..974f44c8d --date=short --no-merges --format='%ad %ae %s' 2023-11-07 junyer Bazel fails if the username is unknown. 2023-11-07 junyer A non-root user can't futz with `/usr/local/bin`. 2023-11-07 junyer Specify the UID, not the username. 2023-11-07 junyer Don't run as root within the container. Created with: roll-dep external/re2 * Roll external/spirv-headers/ 88bc5e321..38f39dae5 (1 commit) KhronosGroup/SPIRV-Headers@88bc5e3...38f39da $ git log 88bc5e321..38f39dae5 --date=short --no-merges --format='%ad %ae %s' 2023-11-08 115671160+spencer-lunarg Fix SPV_KHR_workgroup_memory_explicit_layout implicit declare (#388) Created with: roll-dep external/spirv-headers --------- Co-authored-by: GitHub Actions[bot] <>
Return False instead of raising an exception when running git commands fail, which allows the script to fallback to alternative options. Fixes #5469
Previously, the version string would include `v2022.4-N-...` indicating N commits since the last annotated tag (`v2022.4`). This change broadens the search from just annotated tags to all tags that match `v*`, including the latest version `v2023.4.rc2`. See also: KhronosGroup/SPIRV-Tools#5417 (comment)
The StorageImageReadWithoutFormat capability is only required when an image type with the format set to Unknown is used with some specific OpImageRead or OpImageSparseRead instructions. This patch adds the required code to the capability trimming pass to remove the StorageImageReadWithoutFormat capability when not required. Signed-off-by: Nathan Gauër <[email protected]>
The PhysicalStorageBufferAddresses capability can now be trimmed. From the spec, it seems any instruction enabled by this required some operand to have the PhysicalStorageBuffer storage class. This means checking the storage class is enough. Now, because the pass uses the grammar, we don't need to add any new logic. Signed-off-by: Nathan Gauër <[email protected]>
Python 3.12 on Fedora 39 is producing a deprecation warning about datetime.utcfromtimestamp. See https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp for more details.
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@74483a3...689fdc5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes an access violation issue that sporadically occured for me when DXC uses spirv-opt to legalize generated spirv code.
…bugTypeQualifier (#5479) * Allow base type for DebugTypePointer and DebugTypeQualifier to be any DebugType
* Roll external/re2/ 974f44c8d..7e0c1a9e2 (1 commit) google/re2@974f44c...7e0c1a9 $ git log 974f44c8d..7e0c1a9e2 --date=short --no-merges --format='%ad %ae %s' 2023-11-16 junyer WebAssembly support for threads is... fraught at every level. Created with: roll-dep external/re2 * Roll external/spirv-headers/ 38f39dae5..cca08c63c (2 commits) KhronosGroup/SPIRV-Headers@38f39da...cca08c6 $ git log 38f39dae5..cca08c63c --date=short --no-merges --format='%ad %ae %s' 2023-11-15 viktoria.maksimova Change token IDs for global_variable_fpga_decorations and global_variable_host_access (#389) 2023-11-15 johnkslang It seems d790ced752b5bfc06b6988baadef6eb2d16bdf96 add tabs. (#390) Created with: roll-dep external/spirv-headers --------- Co-authored-by: GitHub Actions[bot] <>
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@689fdc5...407ffaf) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* cmake: Simplify usage of option boolean OFF is the default value: https://cmake.org/cmake/help/latest/command/option.html * Fix iOS / Android CMake builds closes #4437
emidoots
reviewed
Nov 29, 2023
emidoots
reviewed
Nov 29, 2023
.github/workflows/scorecard.yml
Outdated
@@ -0,0 +1,53 @@ | |||
name: Scorecard supply-chain security |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why'd this get added?
emidoots
reviewed
Nov 29, 2023
emidoots
reviewed
Nov 29, 2023
* Add iOS build to CI closes #5488 * ios: Make linker warnings into errors
emidoots
reviewed
Nov 29, 2023
…bility Signed-off-by: Stephen Gutekanst <[email protected]>
Signed-off-by: Stephen Gutekanst <[email protected]>
Signed-off-by: Stephen Gutekanst <[email protected]>
emidoots
approved these changes
Nov 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.