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.
021eb28584925409a70f5690177e7fb435079355
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
11
Sep
10
5
4
3
2
29
Aug
28
26
22
20
19
15
14
13
12
8
7
6
5
1
31
Jul
30
29
24
23
22
17
16
11
10
9
8
3
20
Jun
18
17
13
12
11
30
May
29
27
23
22
16
15
14
13
8
6
2
30
Apr
24
23
22
19
17
16
15
vkd3d-shader/ir: Run validation after normalising combined samplers.
vkd3d-shader/ir: Run validation after removing dead code.
vkd3d-shader/hlsl: Use elementwise_intrinsic_float_convert_args() in refract().
vkd3d-shader/hlsl: Preserve halves in intrinsic_step().
vkd3d-shader/hlsl: Use elementwise_intrinsic_float_convert_args() in intrinsic_smoothstep().
vkd3d-shader/hlsl: Use elementwise_intrinsic_float_convert_args() in intrinsic_faceforward().
vkd3d-shader/hlsl: Use elementwise_intrinsic_convert_args() in intrinsic_dst().
vkd3d-shader/hlsl: Use elementwise_intrinsic_float_convert_args() in write_atan_or_atan2().
vkd3d-shader/hlsl: Save DP2ADD hlsl_ir_exprs in the vsir_program for SM1.
vkd3d-shader/hlsl: Save COS_REDUCED and SIN_REDUCED in the vsir_program for SM1.
vkd3d-shader/hlsl: Save DOT hlsl_ir_exprs in the vsir_program for SM1.
vkd3d-shader/hlsl: Save per-component hlsl_ir_exprs in the vsir_program for SM1.
vkd3d-shader/hlsl: Save simple hlsl_ir_exprs in the vsir_program for SM1.
vkd3d-shader: Do not use \ref for parameters.
vkd3d-shader: Escape a hash in Doxygen documentation.
vkd3d-shader: Mention the structure name when referring to a struct field.
build: Do not warn on incomplete documentation.
vkd3d: Implement d3d12_command_list_OMSetDepthBounds().
tests: Test depth bounds.
tests/shader_runner: Introduce a "d3d12" tag.
tests/shader_runner: Introduce a 'depth-bounds' test option.
tests/shader_runner: Use ID3D12Device2_CreatePipelineState() when available.
tests/shader_runner: Extract a pipeline creation function from d3d12_runner_draw().
vkd3d-shader/fx: Check modifiers when reusing types.
vkd3d: Do not keep track of descriptor heaps when using virtual heaps.
vkd3d: Directly call the function to update descriptors.
vkd3d-shader/ir: Free the semantic names of deleted signature elements in shader_signature_merge(). (Valgrind)
vkd3d-shader/ir: Run validation after normalising flat constants.
vkd3d-shader/ir: Run validation after normalising I/O registers.
vkd3d-shader/ir: Run validation after normalising Hull Shader control points I/O registers.
vkd3d-shader/ir: Run validation after flattening hull shader phases.
vkd3d-shader/ir: Run validation after remapping the output signature.
vkd3d/state: Replace ERR with WARN in vkd3d_validate_descriptor_set_count().
vkd3d-shader/d3dbc: Use VKD3D_SM1_REGISTER_TYPE_SHIFT and related constants in sm1_encode_register_type().
vkd3d-shader/d3dbc: Avoid D3DVS_VERSION and D3DPS_VERSION.
vkd3d-shader/hlsl: Implement the mad() intrinsic.
vkd3d-shader: Handle the SV_SampleIndex semantic.
vkd3d-shader/ir: Assume that Hull Shaders have a control point phase in vsir_program_normalise_io_registers().
vkd3d-shader/ir: Run validation after materializing undominated SSAs to TEMPs.
vkd3d-shader/ir: Run validation after flattening control flow constructs.
Loading