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.
2425e2939a4592d135b10d5f4f9be62ac24d064d
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
21
Aug
20
16
14
20
Jul
19
18
3
27
Jun
26
11
6
29
May
24
23
26
Apr
25
19
16
13
11
3
30
Mar
28
15
Feb
13
9
8
6
5
2
26
Jan
24
23
19
18
16
15
12
11
9
15
Dec
14
12
11
1
Nov
31
Oct
30
26
25
24
20
18
12
10
6
5
4
26
Sep
22
21
20
19
18
14
12
11
8
7
5
4
1
31
Aug
30
29
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
vkd3d: Allow IASetVertexBuffers() with NULL buffer locations.
vkd3d-shader: Strip debug info after generating all code.
tests: Fix mixed enums.
vkd3d: Add support for optional instance extensions.
tests: Do not require libxcb and libx11 headers.
build: Add a line about demos to the configure summary.
build: Check how many arguments pthread_setname_np() takes.
build: Disable demos by default.
vkd3d: Try to keep current render pass as long as possible.
vkd3d: Avoid invalidating current framebuffer needlessly.
vkd3d: Avoid invalidating graphics pipeline and framebuffer.
vkd3d: Initialize all fields before calling d3d12_command_allocator_allocate_command_buffer().
tests: Add test for draw with no descriptor bindings.
vkd3d: Call vkCmdBindDescriptorSets() only with valid descriptor set.
vkd3d: Add few more formats.
libs/vkd3d-shader: Require shader signature elements for shader outputs.
vkd3d-compiler: Do not overallocate memory for shader code.
libs/vkd3d: Add fall-through comment to vkd3d_select_memory_type().
libs/vkd3d: Assert that queue is valid in vkd3d_queue_acquire().
libs/vkd3d: Fix return type of d3d12_root_signature_info_count_descriptors() (Coverity).
build: Use XCB_CFLAGS on libvkd3d-utils.
build: Make the output a little less verbose when V=0.
build: Make the sed(1) command more portable.
tests: Add test for incompletely initialized pixel shader outputs.
libs/vkd3d-shader: Zero-initialize unused shader output components.
libs/vkd3d-shader: Factor out vkd3d_dxbc_compiler_emit_vector_shuffle().
libs/vkd3d-shader: Determine shader output component count based on shader signature.
libs/vkd3d-shader: Fix vkd3d_find_signature_element_for_reg().
tests: Add tests for indexable temporary registers.
libs/vkd3d-shader: Add support for indexable temporary registers.
libs/vkd3d-shader: Translate partial derivative instructions.
tests: Add test for sincos instruction.
libs/vkd3d-shader: Translate sincos instructions.
tests: Add test for round_ne instruction.
libs/vkd3d-shader: Translate round_ne instructions.
libs/vkd3d: Add support for more formats.
tests: Add test for creating heaps.
libs/vkd3d: Implement d3d12_device_CreateHeap().
libs/vkd3d: Factor out debug_ignored_node_mask().
include: Add ID3D12Heap.
Loading