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.
ff5530d7ad0c0bac2a65796c83acec2998182b8e
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
23
Aug
15
10
9
8
25
Jul
20
18
5
28
Jun
27
22
21
10
9
8
7
31
May
13
12
4
2
27
Apr
26
25
20
15
12
11
8
7
5
4
31
Mar
24
23
22
21
18
17
14
9
8
7
2
1
28
Feb
25
24
23
21
17
14
9
8
7
4
2
31
Jan
28
27
26
24
21
20
19
18
14
13
10
7
6
16
Dec
15
24
Nov
22
19
17
10
9
8
1
18
Oct
15
13
12
11
8
6
5
1
28
Sep
27
23
20
17
15
9
8
1
31
Aug
27
vkd3d-shader/hlsl: Properly check argument count in Sample method.
vkd3d-shader/hlsl: Use proper dimensions on gather methods offset parameter.
vkd3d-shader/hlsl: Use proper dimensions on Sample method offset parameter.
vkd3d-shader/hlsl: Parse the SampleLevel method.
vkd3d-shader/hlsl: Support initialization of implicit size arrays.
vkd3d-shader/hlsl: Set objects' register size back to 0.
vkd3d-shader/hlsl: Check for non-static object references.
vkd3d-shader/hlsl: Invalidate components more precisely in copy propagation.
vkd3d-shader/hlsl: Replace register offsets with index paths in copy propagation.
vkd3d-shader/hlsl: Print halfs in dump_ir_constant().
vkd3d-shader/hlsl: Skip implicit conversion if types are equal.
vkd3d-shader/hlsl: Set component count for objects to 1.
tests: Test object references.
vkd3d-shader/hlsl: Emit a fixme on complex resource load object derefs.
vkd3d-shader/hlsl: Rename 'inner_type' to 'element_type' in function name.
vkd3d-shader/spirv: Fix the signature of vkd3d_spirv_build_op_type_image.
vkd3d-shader/hlsl: Replace register offsets with index paths in split copies.
vkd3d-shader/hlsl: Replace register offsets with index paths in input/output copies.
vkd3d-shader/hlsl: Add input and output variables using the same function.
vkd3d-shader/hlsl: Move register offset functions to hlsl_codegen.c.
vkd3d-shader/hlsl: Replace register offsets with index paths in resource loads initialization.
vkd3d-shader/hlsl: Introduce hlsl_new_store_index().
vkd3d-shader/hlsl: Introduce hlsl_new_store_component().
vkd3d-shader/hlsl: Print index paths in dump_deref().
vkd3d-shader/hlsl: Replace register offsets with index paths in load initializations.
include: Add list_move_after() and list_move_before().
vkd3d-shader/hlsl: Unify type minor/major size functions.
vkd3d-shader/hlsl: Introduce add_load_index().
vkd3d-shader/hlsl: Introduce add_load_component().
vkd3d: Do not store the latch bit in an object that could be overwritten.
vkd3d: Send typed UAV unknown format read support info to vkd3d-shader.
vkd3d: Check specific formats for typed UAV load feature support.
vkd3d-shader: Introduce a compile option to use Unknown format for typed UAV loads.
tests: Test float4 UAV buffer load/store.
vkd3d: Remove unused field fence_destruction_cond.
vkd3d: Unlock fence worker mutex before exiting.
vkd3d-shader: Initialize counter_var_info unconditionally.
vkd3d: Delay unlocking the fence until after the blocked command queue op is written.
vkd3d: Delay adding a command queue to the blocked list until after the op is written.
vkd3d-shader/hlsl: Introduce function to clean up hlsl_derefs.
Loading