Skip to content

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

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
65 changes: 63 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading