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.
0f0f2b331e9a1c9ad4f2fd666cfc8fc2ecc27fba
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
22
Mar
17
15
12
9
5
4
2
26
Feb
23
22
19
18
17
16
12
10
4
3
2
29
Jan
27
26
22
21
18
14
12
4
15
Dec
9
2
1
27
Nov
24
23
12
16
Oct
9
7
5
2
1
30
Sep
29
28
25
24
22
21
18
17
16
8
7
4
3
2
26
Aug
25
20
13
12
11
7
6
4
1
30
Jul
28
23
22
21
17
16
14
10
2
30
Jun
25
23
19
18
17
1
27
May
25
22
15
Apr
31
Mar
6
Dec
27
Nov
25
19
15
13
7
31
Oct
27
22
18
4
1
24
Sep
13
12
Aug
6
2
31
Jul
5
28
Jun
25
21
18
17
13
12
11
10
5
4
21
May
20
17
16
14
13
9
6
3
1
30
Apr
vkd3d-shader: Factor out hlsl_new_load().
vkd3d-shader: Rename hlsl_type_compare() to hlsl_types_are_equal().
vkd3d-shader: Get rid of a spurious '\n' in a HLSL compiler message.
vkd3d-shader: Fold redundant casts between scalars and 1-dimensional vectors.
vkd3d-shader: Fold redundant casts.
vkd3d-shader: Add a dead code elimination pass.
vkd3d-shader: Fold addition and multiplication of uint constants.
vkd3d-shader: Factor out hlsl_new_copy().
tests: Add some tests for fused assignment operations with writemasks.
vkd3d-shader: Build fused assignment operations before unwrapping swizzles from the LHS.
vkd3d-shader: Lower postincrement and postdecrement to assignment operations at parse time.
vkd3d-shader: Lower preincrement and predecrement to assignment operations at parse time.
vkd3d-shader: Don't use assignment instructions as sources.
build: Enable -Winit-self.
vkd3d-shader: Use yy_scan_bytes() instead of yy_scan_string().
vkd3d-shader: Watch for allocation failure from yyparse().
vkd3d-shader: Parse nested arrays.
tests: Add some tests for nested arrays.
vkd3d-shader: Move the remainder of hlsl_parser_compile() to hlsl_compile_shader().
vkd3d-shader: Move some functions into hlsl_codegen.c.
vkd3d-shader: Remove a duplicate check for semantics on void functions.
vkd3d-shader: Print offending values for more error messages.
vkd3d-shader: Print the previous location for redefinition errors.
vkd3d-shader: Use %empty.
vkd3d-shader: Factor out hlsl_new_loop().
vkd3d-shader: Factor out hlsl_new_jump().
vkd3d-shader: Factor out make_empty_list().
vkd3d-shader: Assert that we don't read out of bounds of the base_types array.
vkd3d-shader: Return a vkd3d_string_buffer from hlsl_modifiers_to_string().
vkd3d-shader: Return a vkd3d_string_buffer from hlsl_type_to_string().
vkd3d-shader: Keep track of declared SPIR-V output components.
vkd3d-shader: Implement hlsl_note().
vkd3d-shader: Replace hlsl_message() with hlsl_error().
vkd3d-shader: Implement hlsl_error() and hlsl_warning().
vkd3d-shader: Add a fall-through to default case in shader_sm4_read_param().
vkd3d-shader: Recognise the "raw_buffer" and "structured_buffer" shader model 5 resource types.
vkd3d-shader: Parse shader model 5 resource strides.
vkd3d-shader: Explicitly handle "none" modifiers in shader_sm4_read_param().
vkd3d-shader: Do not print FIXMEs for VKD3DSUF_ORDER_PRESERVING_COUNTER when generating SPIR-V.
vkd3d-shader: Respect VKD3D_SHADER_COMPILE_OPTION_FORMATTING_INDENT for d3d-asm output.
Loading