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
!316
tests: Enable compiler backwards compatibility mode only for shaders that require it.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
tests: Enable compiler backwards compatibility mode only for shaders that require it.
nsivov/vkd3d:back_compat
into
master
Overview
1
Commits
1
Pipelines
2
Changes
6
Merged
Nikolay Sivov
requested to merge
nsivov/vkd3d:back_compat
into
master
1 year ago
Overview
1
Commits
1
Pipelines
2
Changes
6
Expand
Signed-off-by: Nikolay Sivov
nsivov@codeweavers.com
Merge request reports
Compare
master
version 1
04d9841f
1 year ago
master (base)
and
latest version
latest version
269747db
1 commit,
1 year ago
version 1
04d9841f
1 commit,
1 year ago
6 files
+
13
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
tests/hlsl/combined-samplers.shader_test
+
2
−
0
Options
@@ -34,6 +34,8 @@ size (1, 1)
size (1, 1)
4.0 4.0 4.0 1.0
[require]
options: backcompat
[pixel shader]
sampler sam;
Loading