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
Graph
de615609dc30cb8571e796bcd2a9d135106834e6
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Mar
12
10
6
5
3
2
26
Feb
24
20
19
18
12
10
5
3
29
Jan
28
27
22
21
20
16
14
13
10
19
Dec
18
17
16
12
11
10
9
5
4
3
2
30
Nov
27
25
24
23
21
20
14
13
12
11
6
5
4
31
Oct
29
28
24
vkd3d-shader/hlsl: Remove the unused hlsl_array_type_to_string() declaration.
master
master
vkd3d-shader/hlsl: Zero-initialize "nonconst_i" and "ret_swizzle" in copy_propagation_replace_with_deref().
vkd3d-shader/hlsl: Fix invalidation of the wrong components in copy-propagation.
tests: Add a hard test for copy-propagation invalidation.
vkd3d-shader/hlsl: Don't invalidate OOB constant derefs.
vkd3d-shader/hlsl: Stop checking for failure from intrinsic_float_convert_arg().
vkd3d-shader/hlsl: Do not abort when performing an invalid implicit cast.
vkd3d-shader/hlsl: Do not abort when performing an invalid explicit cast.
vkd3d-shader/hlsl: Return an error expression from add_cast() on allocation failure.
vkd3d-shader/hlsl: Introduce hlsl_block_add_swizzle().
vkd3d-shader/hlsl: Introduce hlsl_block_add_resource_load().
vkd3d-shader/hlsl: Do not collect expressions across different operations in hlsl_normalize_binary_exprs().
tests/hlsl: Add another constant folding test.
tests/hlsl: Add geometry shader syntax tests.
vkd3d-shader/hlsl: Forbid output parameters in geometry shaders.
vkd3d-shader/hlsl: Validate stream output parameters in geometry shaders.
vkd3d-shader/hlsl: Validate stream output object declarations.
vkd3d-shader/hlsl: Validate and record input primitive types in geometry shaders.
vkd3d-shader/hlsl: Parse primitive type modifiers in geometry shaders.
vkd3d-shader/hlsl: Parse the maxvertexcount attribute.
vkd3d-shader/hlsl: Lower TRUNC expressions for SM1.
tests/hlsl: Add dynamic addressing copy-propagation tests.
vkd3d-shader/hlsl: Implement copy-propagation of derefs with a non-constant index.
vkd3d-shader/hlsl: Rename init_deref() to hlsl_init_deref().
vkd3d-shader/hlsl: Introduce component_index_from_deref_path_node().
vkd3d-shader/hlsl: Introduce simplify_exprs().
vkd3d-shader/hlsl: Support indirect addressing of uniforms in sm4_generate_vsir_reg_from_deref().
vkd3d-shader/hlsl: Support patch arrays in hlsl_reg_from_deref().
vkd3d-shader/hlsl: Allow non-constant indices in register_deref_usage().
vkd3d-shader/hlsl: Allow uint1-typed deref path nodes.
vkd3d-shader/glsl: Implement support for indirect constant buffer addressing.
vkd3d-shader/tpf: Write non-zero static offsets in relative addressing mode in sm4_write_register_index().
demos: Add copyright headers to the HLSL shaders.
vkd3d-shader/hlsl: Fix writing the sincos extra constants.
vkd3d-shader/hlsl: Fix temp allocation for ps 1.x.
vkd3d-shader/fx: Print string object entries for fx_2_0.
vkd3d-shader/fx: Output object initialiser IDs for fx_2_0.
tests/shader_runner: Allow selecting the compiler.
tests/shader_runner: Allow selecting the executor.
tests/shader_runner: Allow controlling which shader models to run via command line.
Loading