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
77b3c5858f1a24e3350dd2f4577de50ddcea8f2a
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
18
Aug
17
16
15
11
9
8
7
4
3
2
1
28
Jul
27
26
25
24
21
20
19
18
17
14
13
12
11
10
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
tests: Add basic test for depth test.
libs/vkd3d: Fix draws with no render targets.
libs/vkd3d-shader: Make bytecode parser responsible for setting scalar register write masks.
libs/vkd3d-shader: Recognize oDepth register.
libs/vkd3d-shader: Silence push constant size mismatch FIXMEs().
libs/vkd3d-shader: Do not try to find matching signature element for system-value inputs.
tests: Add test for depth/stencil views.
libs/vkd3d-shader: Translate sample_c instructions.
libs/vkd3d-shader: Cleanup vkd3d_dxbc_compiler_prepare[_sampled]_image() functions.
libs/vkd3d: Reduce width of format tables.
libs/vkd3d: Add more depth/stencil formats.
libs/vkd3d: Implement depth/stencil resource views.
libs/vkd3d: Factor out vkd3d_enable_extensions() function.
libs/vkd3d: Factor out vkd3d_check_extensions() function.
libs/vkd3d-shader: Translate ld instructions.
libs/vkd3d: Create default sampler for each root signature.
libs/vkd3d-shader: Introduce vkd3d_shader_interface structure.
libs/vkd3d-shader: Implement resinfo for SRVs.
tests: Add test for render target sRGB views.
libs/vkd3d: Set VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT only for typeless formats.
libs/vkd3d: Add typeless formats.
tests: Add command-line option to force WARP device.
include: Add IDXGIFactory4.
tests: Use init_test_context() in test_clear_render_target_view().
tests: Use init_test_context() in test_clear_depth_stencil_view().
tests: Use check_sub_resource_uint() in more places.
libs/vkd3d-shader: Fix write mask for vPrim register.
tests: Add test for updating root descriptors multiple times.
libs/vkd3d: Use KHR_push_descriptor for root descriptors.
libs/vkd3d: Enable VK_KHR_get_physical_device_properties2 instance extension.
libs/vkd3d: Add VK_KHR_push_descriptor extension.
libs/vkd3d: Factor out d3d12_root_signature_init_root_descriptor_tables() function.
libs/vkd3d: Factor out d3d12_root_signature_init_root_descriptors() function.
libs/vkd3d: Factor out d3d12_root_signature_init_static_samplers() function.
libs/vkd3d: Do not update bound descriptor sets.
libs/vkd3d: Introduce vkd3d_pipeline_bindings structure.
libs/vkd3d: Factor out d3d12_root_signature_init_descriptor_pool_size().
libs/vkd3d-shader: Translate store_raw instructions.
libs/vkd3d-shader: Translate dcl_uav_raw instructions.
libs/vkd3d: Fix mapping for SRV/UAV root descriptors.
Loading