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.
f5319efa4bcce566d65dd584f737456ce0f5e3fe
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
28
Aug
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
29
28
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.
libs/vkd3d-shader: Translate atomic_umax instructions.
libs/vkd3d-shader: Translate atomic_umin instructions.
libs/vkd3d-shader: Translate atomic_or instructions.
tests: Add test for TGSM.
libs/vkd3d-shader: Implement store_{raw,structured} for TGSM.
libs/vkd3d-shader: Implement ld_raw.
libs/vkd3d-shader: Add support for atomic instructions on TGSM.
libs/vkd3d-shader: Translate imm_atomic_exch instructions.
libs/vkd3d-shader: Implement ld_structured for TGSM.
libs/vkd3d-shader: Fix swizzle for raw/structured instructions.
libs/vkd3d-shader: Refactor raw/structured buffer addressing.
libs/vkd3d-shader: Add vkd3d_spirv_build_op_composite_extract1() function.
libs/vkd3d-shader: Translate dcl_tgsm_structured instructions.
libs/vkd3d-shader: Translate dcl_tgsm_raw instructions.
libs/vkd3d-shader: Translate sync instructions.
libs/vkd3d: Mark D3D12_QUERY_HEAP_TYPE_SO_STATISTICS with a FIXME()
tests: Mark CreateQueryHeap() for SO_STATISTICS as todo
tests: Add test for creating query heaps
libs/vkd3d: Create Vulkan Query Pools for D3D12 Query Heaps.
libs/vkd3d-shader: Store structure stride in symbol table.
tests: Add test for buffer shader resource views.
libs/vkd3d-shader: Implement ld_structured for SRVs.
libs/vkd3d-shader: Translate dcl_resource_structured instructions.
Loading