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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
634a5aa19f79680c34dd25552fc1f1f1e3ecf023
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
Begin with the selected commit
Created with Raphaël 2.2.0
29
Aug
28
25
24
23
22
21
18
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
libs/vkd3d: Use switch instead of multiple ifs in vk_write_descriptor_set_from_d3d12_desc().
libs/vkd3d: Merge if statements in vk_write_descriptor_set_from_d3d12_desc().
libs/vkd3d: Add FIXME() for ignored max command count.
tests: Use create_default_buffer() helper in test_execute_indirect().
libs/vkd3d: Simplify d3d12_command_list_ResolveQueryData().
libs/vkd3d: Simplify d3d12_command_list_EndQuery().
libs/vkd3d: Simplify d3d12_command_list_BeginQuery().
libs/vkd3d: Validation should happen in the d3d12/Vulkan validation layers.
libs/vkd3d: Fix the d3d12_query_heap_create() argument order.
include: Rename DXGI_FORMAT_FORCE_DWORD to DXGI_FORMAT_FORCE_UINT.
libs/vkd3d: Implement indirect dispatches.
libs/vkd3d: Implement indirect draws.
tests: Get rid of the unused SHADER_BYTECODE macro.
libs/vkd3d: Explicitly handle VK_ERROR_DEVICE_LOST in hresult_from_vk_result().
tests: Remove unused test context desc.
tests: Add test for UAV loads.
tests: Implement upload for multiple sub-resources.
libs/vkd3d-shader: Translate ld_uav_typed instructions.
libs/vkd3d: Implement UAVs for 2D array textures.
tests: Add test for pipeline statistics queries.
libs/vkd3d: Implement ResolveQueryData() for QUERY_TYPE_PIPELINE_STATISTICS.
libs/vkd3d: Implement EndQuery() for QUERY_TYPE_PIPELINE_STATISTICS.
libs/vkd3d: Implement BeginQuery() for QUERY_TYPE_PIPELINE_STATISTICS.
include: Add struct D3D12_QUERY_DATA_PIPELINE_STATISTICS.
tests: Skip some tests when WARP is explicitly requested.
libs/vkd3d: Avoid calling vkGetPhysicalDeviceProperties() in d3d12_command_queue_GetTimestampFrequency().
libs/vkd3d: Add missing return statement in d3d12_command_list_ResolveQueryData().
libs/vkd3d: Add missing trace messages.
tests: Introduce create_default_buffer() helper function.
tests: Factor out create_readback_buffer() function.
tests: Factor out init_buffer_readback() function.
tests: Add test for atomic instructions.
libs/vkd3d-shader: Implement atomic compare exchange instructions.
libs/vkd3d-shader: Implement remaining binary atomic instructions.
tests: Add test for timestamp queries.
libs/vkd3d: Implement ResolveQueryData() for QUERY_TYPE_TIMESTAMP.
libs/vkd3d: Implement EndQuery() for QUERY_TYPE_TIMESTAMP.
libs/vkd3d: Remember the Query Heap creation properties.
libs/vkd3d: Implement d3d12_command_queue_GetTimestampFrequency().
libs/vkd3d-shader: Translate imm_atomic_iadd instructions.
Loading