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
Graph
fec147c2cb3f8ffcd7883c661a48e11bf2d7b274
Select Git revision
Branches
2
master
default
protected
vkd3d-1.7.x
protected
Tags
18
vkd3d-1.15
vkd3d-1.14
vkd3d-1.13
vkd3d-1.12
vkd3d-1.11
vkd3d-1.10
vkd3d-1.9
vkd3d-1.8
vkd3d-1.7.1
vkd3d-1.7
vkd3d-1.6
vkd3d-1.5
vkd3d-1.4
vkd3d-1.3
vkd3d-1.2
vkd3d-1.1
vkd3d-1.0
vkd3d-0.0.1
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Jun
28
27
26
23
22
21
20
19
16
15
12
28
May
5
Mar
21
Nov
13
10
9
3
28
Oct
25
24
20
19
17
13
12
11
10
8
7
5
30
Sep
29
28
27
26
22
21
tests: Add visual test for min/max instructions.
tests: Add visual test for _sat modifier.
libs/vkd3d-shader: Avoid using GLSL.std450 NMin, NMax and NClamp opcodes.
libs/vkd3d-shader: Implement _sat destination modifier.
libs/vkd3d-shader: Translate floating-point min/max instructions to NMin/NMax.
tests: Store default viewport and scissor rect in test context.
tests: Rename test_draw_context to test_context.
tests: Add test for scissor test.
tests: Add visual test for SM5 bit instructions.
libs/vkd3d-shader: Implement "neg" modifier for integers.
libs/vkd3d-shader: Translate movc instruction.
libs/vkd3d-shader: Translate SM5 bit instructions.
tests: Add visual tests for ishl instruction.
libs/vkd3d-shader: Translate ishl instruction.
tests: Add visual test for ushr instruction.
tests: Add visual test for ishr instruction.
libs/vkd3d-shader: Translate ishr instruction.
libs/vkd3d-shader: Allow input declarations with no write mask.
tests: Add visual tests for bitfield instructions.
libs/vkd3d-shader: Translate ushr instruction.
libs/vkd3d-shader: Translate bitfield instructions.
libs/vkd3d-shader: Use signed integer format when masking bitfield instruction operands.
libs/vkd3d-shader: Mask immediate constant operands for bitfield instructions.
tests: Add visual test for ftoi instruction.
tests: Add visual test for ftou instruction.
libs/vkd3d-shader: Translate value preserving conversion instructions.
tests: Add more tests for control flow instructions.
libs/vkd3d-shader: Track current block for control flow instructions.
libs/vkd3d-shader: Implement more floating-point comparison instructions.
libs/vkd3d-shader: Translate iadd instruction.
libs/vkd3d-shader: Translate ieq instruction.
libs/vkd3d-shader: Implement absolute value source modifier.
libs/vkd3d-shader: Translate sqrt instruction.
libs/vkd3d-shader: Get rid of VKD3D_SHADER_FLIP_Y compiler option.
libs/vkd3d-shader: Add VKD3D_SHADER_STRIP_DEBUG compiler option.
libs/vkd3d-shader: Translate min/max instructions.
tests: Add test for ID3D12RootSignatureDeserializer.
libs/vkd3d-shader: Implement root signature parsing.
libs/vkd3d: Add ID3D12RootSignatureDeserializer interface stub.
libs/vkd3d-shader: Implement constant interpolation mode.
Loading