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.
b44478781dc53a39d28cdfbf45623bd17c936cda
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
17
Nov
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
23
19
18
16
12
11
10
9
6
4
3
2
29
Jul
28
27
26
22
19
8
7
2
28
Jun
24
23
18
31
May
20
18
14
10
20
Apr
13
30
Mar
24
22
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
vkd3d-shader/spirv: Shift the private variable destination mask instead of the source mask.
vkd3d-shader/spirv: Fix the outer tessellation level indices for isoline tessellation.
tests: Add tests for a domain shader using a single patch constant input value.
tests: Add tests for domain shader patch constant inputs.
vkd3d-shader/spirv: Handle arrayed builtin inputs.
vkd3d-shader/spirv: Apply 'Patch' decorations to builtin patch constant inputs.
tests: Test implicit conversions for return statements.
vkd3d-shader/hlsl: Avoid hard-coding array sizes in hlsl_type_to_string().
vkd3d-shader/hlsl: Write SM4 sampler declarations.
vkd3d-shader/hlsl: Handle samplers in write_sm1_uniform().
tests: Return a failure code if unable to parse a shader_test file.
tests: Add a shader test for texture sampling.
tests: Initialize current_texture variable.
vkd3d-shader/spirv: Ignore break instructions outside active blocks.
tests: Add a test for an unconditional break instruction at the end of a loop block.
vkd3d-shader/spirv: Omit the "endloop" branch to the loop start if the loop block was previously ended.
vkd3d-shader/hlsl: Fix a typo in an error message.
vkd3d-shader/hlsl: Align conditionals and loops in the IR dump.
vkd3d-shader/hlsl: Write SM4 conditionals.
vkd3d-shader/hlsl: Write SM4 loops.
vkd3d-shader/hlsl: Introduce a helper to write SM4 code blocks.
vkd3d-shader/hlsl: Parse the Sample() method.
vkd3d-shader/hlsl: Lex the SamplerState keyword.
tests: Allow using multiple [test] directives in the same shader_test file.
vkd3d-shader/hlsl: Write SM4 image load instructions.
vkd3d-shader/hlsl: Define a symbolic constant to represent the D3D_SIF_TEXTURE_COMPONENTS shift.
vkd3d-shader/hlsl: Don't explicitly mark the return variable as read in compute_liveness().
vkd3d-shader/hlsl: Factor out an hlsl_block structure.
vkd3d-shader/hlsl: Store the function body directly in the hlsl_ir_function_decl structure.
vkd3d-shader/hlsl: Generate synthetic temps for object uniforms as well.
vkd3d-shader/hlsl: Use last_read for resource loads.
vkd3d-shader/hlsl: Add a helper for comparison operations.
vkd3d-shader/hlsl: Do not cast types in add_expr.
vkd3d-shader/hlsl: Add a helper for unary arithmetic operations.
vkd3d-shader/hlsl: Add helpers for binary arithmetic operations.
vkd3d-shader/hlsl: Allow more implicit conversions between matrices and vectors.
vkd3d-shader/hlsl: Return the shape of the left operand when appropriate.
vkd3d-shader/hlsl: Simplify common shape computation.
vkd3d-shader/hlsl: Move the common shape computation to expr_common_shape.
vkd3d-shader/hlsl: Introduce a helper for getting numeric types.
Loading