-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Initial precompiled shaders implementation #7834
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
Open
SupaMaggie70Incorporated
wants to merge
42
commits into
gfx-rs:trunk
Choose a base branch
from
SupaMaggie70Incorporated:precompiled-shaders
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+339
−295
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
21e3bfd
Unsure but these were prior changes
SupaMaggie70Incorporated d9e089d
Merge branch 'dxil-passthrough' of https://github.com/supamaggie70inc…
SupaMaggie70Incorporated 818b1fe
Fixed feature thing
SupaMaggie70Incorporated 873a0ee
Mostly finished dxil passthrough
SupaMaggie70Incorporated da84fed
Attempted to add HLSL passthrough
SupaMaggie70Incorporated 5680c9e
Tried to fix compiles
SupaMaggie70Incorporated 05b8cda
Tried to fix more clippy lints
SupaMaggie70Incorporated 4c28f2a
Added initial feature, going back to fix issues with DXIL rn
SupaMaggie70Incorporated d050a20
Tried to fix some potential issues
SupaMaggie70Incorporated 5c1c8c8
Merge branch 'dxil-passthrough' into precompiled-shaders
SupaMaggie70Incorporated 3ca8ce4
Initial work
SupaMaggie70Incorporated f7ffe36
Tried to fix metal compiles
SupaMaggie70Incorporated 5006d54
Fixed warning
SupaMaggie70Incorporated d69e277
Added my ideas for changes
SupaMaggie70Incorporated 3f9b7b8
Tried to expose precompiled shaders to metal
SupaMaggie70Incorporated 0f17512
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 34d076a
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 6d49154
How do these things even happen?
SupaMaggie70Incorporated 4b19ca3
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated e7cc939
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 18dffd5
More work, adapted with some of Cw's advice
SupaMaggie70Incorporated 1eb4492
Tried to fix some compile errors. Now build!!!
SupaMaggie70Incorporated 8f1b59c
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated c4a3160
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated fc7152f
Small change
SupaMaggie70Incorporated 1a1dfe5
Update wgpu-types/src/features.rs
SupaMaggie70Incorporated fa16188
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 4c8aa72
Deleted the precompiled shader spec
SupaMaggie70Incorporated 4e97df8
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 672738a
Pushing now to get hal errors on other backends
SupaMaggie70Incorporated dfbeacc
Made some slight fixes, CI will now report more hal errors
SupaMaggie70Incorporated 5d0ed0b
Tried to write passthrough for webgpu backend
SupaMaggie70Incorporated 66c6000
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 98fcff9
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated b105dc0
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated ca381ca
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 681857e
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated b542ba5
Various changes as requested from review
SupaMaggie70Incorporated ff61dde
Fixed issues with trace
SupaMaggie70Incorporated 1e454b2
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 3ae8b38
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 7f4e64f
Merge branch 'trunk' into precompiled-shaders
SupaMaggie70Incorporated 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
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.
Uh oh!
There was an error while loading. Please reload this page.