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
3a07df8476ebfe32058cfcbced71bae69df557a0
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
9
Oct
5
3
2
28
Sep
27
26
25
22
21
19
18
14
13
7
4
31
Aug
30
29
28
24
23
15
14
8
3
2
31
Jul
27
24
20
17
13
11
10
6
5
4
28
Jun
27
22
19
12
8
7
5
29
May
26
24
23
22
9
8
3
2
1
28
Apr
26
25
21
20
vkd3d-shader: Introduce a separate register type for combined samplers.
vkd3d-shader/tpf: Output interpolation modifiers for input declarations.
vkd3d-shader/hlsl: Propagate structure fields modifiers when copying shader inputs.
vkd3d-shader/hlsl: Allow interpolation modifiers on structure fields.
vkd3d-shader/hlsl: Parse 'centroid' and 'noperspective' modifiers.
tests: Add a test for interpolation modifiers specified on structure fields.
vkd3d-shader/tpf: Write 'continue' instruction.
vkd3d-shader/hlsl: Handle 'continue' statements.
vkd3d-shader/hlsl: Allow 'break' instructions in loops.
tests: Add some tests for 'break'/'continue' in loops.
vkd3d: Add partial implementation for CreateHeap1().
vkd3d-shader/spirv: When declaring a CBV initialise the register with the register index range.
vkd3d-shader/spirv: Add a debug name for the push constant buffer.
vkd3d-shader/tpf: Get rid of the output map.
vkd3d-shader/hlsl: Get rid of the vkd3d_sm4_* forward declarations in hlsl.h.
vkd3d-shader/tpf: Use lookup table for opcode_info_from_sm4().
vkd3d-shader/tpf: Don't store sm4 instruction extra bits in the opcode.
vkd3d-shader/tpf: Apply mask to swizzle when swizzle type is scalar.
vkd3d-shader/tpf: Don't calculate instruction size in advance.
vkd3d-shader/hlsl: Remove conditional branching when condition is a compile time constant.
vkd3d-shader: Add constant folding for 'rsq'.
vkd3d-shader/hlsl: Add constant folding for binary complement operator.
vkd3d-shader/hlsl: Add constant folding for rshift.
vkd3d-shader/hlsl: Add constant folding for lshift.
vkd3d-shader/hlsl: Add constant folding for logical 'not', for bools.
vkd3d-shader/hlsl: Replace hlsl_type_get_regset() uses with hlsl_deref_get_regset().
vkd3d-shader/hlsl: Avoid hlsl_type_get_regset() in allocate_register_reservations().
tests: Test register reservations on structs for SM5.
vkd3d-shader/hlsl: Avoid hlsl_type_get_regset() in sm4_get_extern_resources().
vkd3d-shader/hlsl: Make regset an output argument in hlsl_type_get_component_offset().
vkd3d-shader/hlsl: Add fwidth() function.
vkd3d: Add ID3D12GraphicsCommandList5 interface stub.
vkd3d-shader: Fix compiler warning.
vkd3d-shader/tpf: Replace sm4_src_register with vkd3d_shader_src_param.
vkd3d-shader/tpf: Remove sm4_src_register.swizzle_type.
vkd3d-shader/tpf: Make sm4_src_register.mod a vkd3d_shader_src_modifier enum.
vkd3d: Add ID3D12GraphicsCommandList4 interface stub.
ci: Update the README with some recent changes.
demos: Do not trigger -Wmissing-prototypes for wmain().
vkd3d: Use CONST_VTABLE.
Loading