-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[DirectX] Removing dxbc StaticSampler from mcbxdc #154631
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
Merged
joaosaffran
merged 29 commits into
llvm:main
from
joaosaffran:refactoring/updating-static-samplers
Sep 11, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
31ec5e5
making parameter type and shader visibility use enums
joaosaffran 1690a9c
clean up
joaosaffran f6f2e61
removing root parameter header from MC
joaosaffran 6539364
clean up
joaosaffran 1d29111
fix whitespace in test
joaosaffran 8eb82fd
adding missing import
joaosaffran d38c00d
remove unused
joaosaffran 3b25b34
save a copy
joaosaffran 567a3d4
remove default constructor
joaosaffran fb248da
rename visibility
joaosaffran dc436d5
remove cstdint
joaosaffran 8353fe0
remove Loc
joaosaffran f3ecd8a
removing dependency of Object
joaosaffran 8c143ba
removing binary format descriptor range dependency
joaosaffran e57236c
removing binaryformat dependency on mc
joaosaffran a4d77d7
Revert "removing binary format descriptor range dependency"
joaosaffran 19ec1c3
Merge branch 'main' into refactoring/updating-descriptor-range
joaosaffran 182c817
removing binary format descriptor range dependency
joaosaffran f9d16d2
creating toDescriptorRange and change verifyDescriptorRangeFlag signa…
joaosaffran 42f8f11
adding test and removing string switch
joaosaffran 7ada31b
removing copy
joaosaffran fa60959
clean up
joaosaffran e065a82
removing function I thought I needed
joaosaffran 17dbe9f
refactoring to use dxil::ResourceClass for range type
joaosaffran 5c23b7e
adding assert
joaosaffran 1c539f0
changing casting to use proper llvm-casting
joaosaffran 716acfb
Merge branch 'refactoring/updating-descriptor-range' into refactoring…
joaosaffran 3b35627
Merge branch 'main' into refactoring/updating-static-samplers
joaosaffran a660f45
making extractEnumValue stricter
joaosaffran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
nit: I think this file is included in many places. Just want to make sure we are cognizant that these functions are defined directly in the header. The other corresponding
getSampleFilter
only declares the function here and I think that is probably betterThere 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.
I've created a new issue to keep track of this change: #158162