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.
31682c52c70e305be1028d7038336bd8619956fd
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
7
Sep
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
19
18
13
12
10
6
5
4
3
24
Mar
20
15
13
10
9
8
28
Feb
27
23
22
21
20
15
14
13
include: Add some more struct/enum definitions to vkd3d_d3d12.idl.
include: Add missing miscellaneous D3D12 constants.
include: Add missing D3D12 vertex shader constants.
include: Add missing D3D12 minimum resource limit constants.
include: Add missing D3D12 raytracing constants.
include: Add missing D3D12 pixel shader constants.
include: Add missing D3D12 input assembler constants.
include: Add missing D3D12 hull shader constants.
include: Add missing D3D12 geometry shader constants.
include: Add missing D3D12 domain shader constants.
include: Add missing D3D12 compute shader constants.
include: Add missing D3D12 common shader constants.
include: Sort vkd3d_d3d12.idl constants alphabetically.
include: Fix the type of D3D12_VIEWPORT_BOUNDS_MIN.
vkd3d-shader/hlsl: Add tex1D() function.
ci: Run the tests on a 32 bit Linux system.
include: Add the D3D_PRIMITIVE enum and the D3D12_PRIMITIVE typedef.
vkd3d-shader: Handle size in bytes in spirv_compiler_emit_cbv_declaration().
vkd3d-shader: Match only UAV descriptors in vkd3d_shader_scan_add_uav_flag().
ci: Briefly document the CI setup.
ci: Execute the tests.
ci: Execute CI also an a runner with an AMD GPU.
vkd3d-shader/hlsl: Define lit() in HLSL.
vkd3d-shader/hlsl: Define smoothstep() in HLSL.
vkd3d-shader/hlsl: Store the internal name counter in struct hlsl_ctx.
vkd3d-shader/hlsl: Separate an add_user_call() helper.
vkd3d-shader/hlsl: Introduce an hlsl_sprintf_alloc() helper.
vkd3d-shader/dxil: Implement DX instruction StoreOutput.
vkd3d-shader/dxil: Declare shader outputs.
vkd3d-shader/dxil: Implement the DXIL CALL instruction.
vkd3d-shader/dxil: Replace the result type enum with a bool.
vkd3d-shader/dxil: Validate the function block count.
vkd3d-shader/spirv: Handle signature element mask left shift in spirv_compiler_emit_output().
vkd3d-shader/spirv: Handle signature element mask left shift in calculate_clip_or_cull_distance_mask().
ci: Introduce a CI pipeline for GitLab.
vkd3d-shader/hlsl: Add texCUBE() function.
tests: Enable compiler backwards compatibility mode only for shaders that require it.
vkd3d-shader/spirv: Declare SRVs and UAVs from the descriptor info.
vkd3d-shader/spirv: Declare constant buffers from the descriptor info.
vkd3d-shader/spirv: Declare samplers from the descriptor info.
Loading