Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vkd3d
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wine
vkd3d
Merge requests
!1205
tests/shader_runner: Introduce a Metal shader runner.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
tests/shader_runner: Introduce a Metal shader runner.
Feifan/vkd3d:msl-tests-tag
into
master
Overview
0
Commits
3
Pipelines
6
Changes
176
Merged
Feifan He
requested to merge
Feifan/vkd3d:msl-tests-tag
into
master
5 months ago
Overview
0
Commits
3
Pipelines
6
Changes
176
Expand
Merge request reports
Compare
master
version 4
3c5d2770
5 months ago
version 3
4833f1a7
5 months ago
version 2
289f0010
5 months ago
version 1
ee0b0bc4
5 months ago
master (base)
and
latest version
latest version
b0646cb4
3 commits,
5 months ago
version 4
3c5d2770
3 commits,
5 months ago
version 3
4833f1a7
1 commit,
5 months ago
version 2
289f0010
1 commit,
5 months ago
version 1
ee0b0bc4
1 commit,
5 months ago
176 files
+
1163
−
994
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
176
Search (e.g. *.vue) (Ctrl+P)
tests/hlsl/abs.shader_test
+
2
−
2
Options
@@ -8,8 +8,8 @@ float4 main() : sv_target
[test]
uniform 0 float4 0.1 0.7 0.0 0.0
draw quad
todo(msl)
draw quad
probe (0, 0) rgba (0.1, 0.7, 0.4, 0.4)
uniform 0 float4 -0.7 0.1 0.0 0.0
draw quad
todo(msl)
draw quad
probe (0, 0) rgba (0.7, 0.1, 1.2, 0.4)
Loading