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
801b4159de46a183ea1ccab5aeb3e87f1f9af0f8
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
11
Aug
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
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.
libs/vkd3d: Get rid of bool parameter to d3d12_command_allocator_free_resources().
libs/vkd3d: Fix d3d12_device_GetCopyableFootprints() for 3D textures.
libs/vkd3d: Add FIXME comment about sharing D3D12_RESOURCE_DESC validation code.
libs/vkd3d: Drop VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT.
libs/vkd3d: Implement d3d12_command_list_Set{Compute,Graphics}RootUnorderedAccessView().
tests: Pass read range to ID3D12Resource_Map().
tests: Use check_readback_data_float() in more places.
libs/vkd3d: Delete DXGI_FORMAT_UNKNOWN from the formats table again.
tests: Add tests for GetCopyableFootprints with DIMENSION_TEXTURE3D.
tests: Add tests for GetCopyableFootprints with DIMENSION_TEXTURE1D.
tests: Add tests for GetCopyableFootprints with DIMENSION_BUFFER.
libs/vkd3d: Implement GetCopyableFootprints for DIMENSION_TEXTURE3D.
libs/vkd3d: Implement GetCopyableFootprints for DIMENSION_TEXTURE1D.
libs/vkd3d: Implement GetCopyableFootprints for DIMENSION_BUFFER.
libs/vkd3d: Add DXGI_FORMAT_UNKNOWN.
include: Add D3D12_DEFAULT_RESOURCE_PLACEMENT_ALIGNMENT.
tests: Introduce update_buffer_data() helper function.
tests: Fix shader code indentation.
tests: Add test for texture UAV writes.
libs/vkd3d: Duplicate Vulkan descriptors for SRVs and UAVs.
libs/vkd3d: Overallocate descriptors for SRV and UAV descriptor ranges.
libs/vkd3d: Count buffer SRVs and UAVs separately.
libs/vkd3d-shader: Implement resinfo for UAVs.
libs/vkd3d: Implement creating 2D texture UAVs.
tests: Use reset_command_list() in more places.
libs/vkd3d: Avoid potential double free.
tests: Add test showing that block compressed texture sizes must be aligned.
libs/vkd3d: Downgrade some FIXMEs() to WARNs().
libs/vkd3d: Mark d3d12_command_list_SetDescriptorHeaps() as implemented.
tests: Add test for descriptor tables.
libs/vkd3d: Add support for sampler descriptors in root descriptor tables.
libs/vkd3d: Add support for multiple descriptors in root descriptor tables.
libs/vkd3d: Store Vulkan bindings for descriptor table root parameters in root signature.
libs/vkd3d: Add support for CBV descriptors in d3d12_command_list_set_descriptor_table().
Loading