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
7db62fe3d825a4a1d082f161c8a87e4de8aff519
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
10
Jul
6
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
include: Provide enum flag operators for D3D12_RESOURCE_FLAGS.
include: Introduce dxgiformat.idl.
build: The dist target produces .tar.xz files.
build: Add vkd3d-compiler to .gitignore.
build: Add a pkg-config file for libvkd3d-utils.
build: Explicitly link the demos with libvkd3d-shader.
tests: Add test for shader interstage registers.
libs/vkd3d-shader: Add support for multiple shader outputs packed into single register.
libs/vkd3d-shader: Recognize vThreadIDInGroup register.
libs/vkd3d-shader: Pass buffer size to vkd3d_dxbc_compiler_get_register_name().
libs/vkd3d-shader: Use ERR() instead of FIXME() in vkd3d_dxbc_compiler_emit_ext_glsl_instruction().
libs/vkd3d-shader: Recognize vThreadID register.
libs/vkd3d-shader: Decorate shader inputs with Component decoration.
libs/vkd3d-shader: Add support for multiple shader inputs packed into single register.
libs/vkd3d: Add DXGI_FORMAT_R32_UINT.
tests: Add visual test for f32tof16 instruction.
libs/vkd3d-shader: Translate f32tof16 instruction.
tests: Add visual test for f16tof32 instruction.
libs/vkd3d-shader: Translate f16tof32 instruction.
libs/vkd3d-shader: Upgrade FIXME() to ERR() in vkd3d_dxbc_compiler_emit_alu_instruction().
tests: Add visual test for not instruction.
libs/vkd3d-shader: Translate xor, or and not instructions.
libs/vkd3d-shader: Fix swizzling for non floating-point result values.
tests: Add test for deserialization of root signature static samplers.
libs/vkd3d-shader: Get rid of needless temporary variables.
libs/vkd3d-shader: Implement parsing of root signature static samplers.
tests: Add visual test for shader register source modifiers.
libs/vkd3d-shader: Implement "absneg" source modifiers.
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.
Loading