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.
622fcda9eefc8ca9f7f4216484533c90cfbad3a7
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
8
May
6
2
30
Apr
24
23
22
19
17
16
15
11
10
9
4
3
2
27
Mar
19
18
14
13
12
11
8
7
6
5
4
26
Feb
22
21
20
19
15
14
13
9
7
6
1
vkd3d-shader/fx: Fix shader counter in the header.
vkd3d-shader/fx: Set texture count in the header.
vkd3d-shader/fx: Set RTV counter in the header.
vkd3d-shader/fx: Write depth stencil view object variables.
vkd3d-shader/fx: Skip uniform copy logic for global variables.
vkd3d-shader/hlsl: Turn hlsl_state_block_entry arguments into hlsl_src.
vkd3d-utils: Implement ID3D12ShaderReflection::GetResourceBindingDesc().
tests: Test bounds checking in ID3D12ShaderReflection.
vkd3d-utils: Initialize the null type vtbl.
vkd3d-shader/tpf: Write the field offset in bytes.
vkd3d-utils: Fix bounds comparison against element counts.
vkd3d-shader/hlsl: Move the "base_type" member to the class-specific union.
vkd3d-shader/hlsl: Use a switch in hlsl_types_are_equal().
vkd3d-shader/hlsl: Make HLSL_TYPE_PIXELSHADER into a separate class.
vkd3d-shader/hlsl: Make HLSL_TYPE_VERTEXSHADER into a separate class.
vkd3d-shader/hlsl: Ensure that the type is numeric before calling expr_common_base_type().
vkd3d-shader/spirv: Implement the WAVE_OP_* instructions.
vkd3d-shader/dxil: Implement DX intrinsics WaveActiveOp and WavePrefixOp.
vkd3d-shader/spirv: Implement the WAVE_ACTIVE_BIT_* instructions.
vkd3d-shader/dxil: Implement DX intrinsic WaveActiveBit.
vkd3d-shader/spirv: Implement the WAVE_ACTIVE_BALLOT instruction.
vkd3d-shader/dxil: Implement DX intrinsic WaveActiveBallot.
tests/shader_runner: Get rid of some redundant "| glsl" conditions.
vkd3d-shader: Pass a struct vsir_program to vkd3d_shader_parser_compile().
vkd3d-shader: Pass a struct vsir_program to scan_with_parser().
vkd3d-shader/spirv: Pass a struct vsir_program to spirv_compile().
vkd3d-shader/spirv: Pass a struct vsir_program to spirv_compiler_generate_spirv().
include: Document structure vkd3d_image_resource_create_info.
include: Document structure vkd3d_optional_device_extensions_info.
include: Document structure vkd3d_device_create_info.
vkd3d: Simplify control flow for swapchain images.
vkd3d-shader/spirv: Handle the WAVE_ANY_TRUE instruction.
vkd3d-shader/dxil: Implement DX intrinsic WaveAnyTrue.
vkd3d-shader/spirv: Handle the WAVE_ALL_TRUE instruction.
vkd3d-shader/dxil: Implement DX intrinsic WaveAllTrue.
vkd3d-shader/spirv: Handle the WAVE_ACTIVE_ALL_EQUAL instruction.
vkd3d-shader/dxil: Implement DX intrinsic WaveActiveAllEqual.
vkd3d-shader/spirv: Handle the WAVELANEINDEX register.
tests/shader-runner: Add a 'require' directive for wave ops.
tests/shader-runner: Skip shader model 6.0 tests if the device does not support them.
Loading