[0029] Proposal: Add Root Signature related driver options#320
Merged
Conversation
This pr documents the expected behaviours of different root signature related command line options that exist in DXC and will implemented in Clang
bogner
reviewed
Jul 16, 2025
bogner
left a comment
Collaborator
There was a problem hiding this comment.
Might be better to move this proposal into its own numbered file. Proposal 0002 is already very large, and this is largely orthogonal. A few questions and comments inline.
tex3d
reviewed
Jul 16, 2025
Co-authored-by: Tex Riddell <texr@microsoft.com>
tex3d
reviewed
Jul 16, 2025
tex3d
reviewed
Jul 16, 2025
tex3d
reviewed
Jul 16, 2025
tex3d
reviewed
Jul 16, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
tex3d
reviewed
Jul 17, 2025
Co-authored-by: Tex Riddell <texr@microsoft.com>
Co-authored-by: Tex Riddell <texr@microsoft.com>
This was referenced Jul 18, 2025
3 tasks
bogner
approved these changes
Jul 22, 2025
Collaborator
|
Remember to give this a number before merging. |
This file contains hidden or 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
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.
DXC provided a number of command line options for working with root signatures. Namely:
Frs,Qstrip_rootsignature,setrootsignature,extractrootsignature,verifyrootsignature,force-rootsig-verandrootsig-define.This pr proposes how the functionality of these options will be implemented into clang and documents the expected behaviour that they should provide.