-
Notifications
You must be signed in to change notification settings - Fork 61
Add 7 new difftests and push constants support #321
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
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
263667d
Add 7 new difftests and push constants support
LegNeato 879d93f
Round floats to prevent deltas across platforms
LegNeato 79d310a
Add epsilon support and improve difftest framework
LegNeato 91b402c
Fix cargo deny by turning off unused tabled features
LegNeato 277d764
Use Default impl
LegNeato ded0c0f
Switch to static DXC
LegNeato 7cfcc2e
Add support for U32
LegNeato 3a946fa
Add final barrier to (hopefully) fix windows
LegNeato 3f547c9
Add Skip and add a vulkano test to try to debug windows
LegNeato d499763
Fix pdb/path issue on windows
LegNeato 94a2762
Ash variant of a difftest
LegNeato a8eafae
Vulkan on windows via swiftshader
LegNeato ec30249
Add support for diffing Raw output
LegNeato 736eb7b
grab spirv-builder from difftest to pick up features
Firestar99 d5ddbc9
difftest ash: cleanup code
Firestar99 736a593
difftest ash: allocate descriptor pool just as required
Firestar99 581cf4a
Rustfmt after rebasing on new rust version
LegNeato 0dcbc9c
Make ash backend use ComputeShader trait to reduce code duplication
LegNeato 78930dd
Fix clippy errors after rebasing
LegNeato 12ff9a3
Cleanup / make more consistent
LegNeato 77ea53c
Fix paths in README
LegNeato 0e026d4
proper `TestMetadata` constructor functions
Firestar99 ab34663
move shaders to separate mod
Firestar99 2420d87
unify result writing
Firestar99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,11 @@ jobs: | |
with: | ||
version: 1.4.309.0 | ||
cache: true | ||
- if: ${{ runner.os == 'Windows' }} | ||
name: Install Vulkan Runtime with SwiftShader (Windows) | ||
uses: NcStudios/[email protected] | ||
with: | ||
sdkVersion: 1.4.309.0 | ||
- if: ${{ runner.os == 'Linux' }} | ||
name: Linux - Install native dependencies | ||
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev | ||
|
@@ -88,6 +93,11 @@ jobs: | |
with: | ||
version: 1.4.309.0 | ||
cache: true | ||
- if: ${{ runner.os == 'Windows' }} | ||
name: Install Vulkan Runtime with SwiftShader (Windows) | ||
uses: NcStudios/[email protected] | ||
with: | ||
sdkVersion: 1.4.309.0 | ||
- name: install rust-toolchain | ||
run: cargo version | ||
- name: cargo fetch --locked | ||
|
@@ -129,6 +139,11 @@ jobs: | |
with: | ||
version: 1.4.309.0 | ||
cache: true | ||
- if: ${{ runner.os == 'Windows' }} | ||
name: Install Vulkan Runtime with SwiftShader (Windows) | ||
uses: NcStudios/[email protected] | ||
with: | ||
sdkVersion: 1.4.309.0 | ||
- name: install rust-toolchain | ||
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV" | ||
- name: cargo fetch --locked | ||
|
@@ -149,6 +164,11 @@ jobs: | |
with: | ||
version: 1.4.309.0 | ||
cache: true | ||
- if: ${{ runner.os == 'Windows' }} | ||
name: Install Vulkan Runtime with SwiftShader (Windows) | ||
uses: NcStudios/[email protected] | ||
with: | ||
sdkVersion: 1.4.309.0 | ||
- if: ${{ runner.os == 'Linux' }} | ||
name: Linux - Install native dependencies | ||
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.