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.
27801e56129f3288382b3227b623f664a6f91a1e
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
18
Jun
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
11
10
9
4
3
2
27
Mar
19
18
14
13
12
11
8
7
6
5
4
26
Feb
22
vkd3d-shader/hlsl: Respect the coords writemask in write_sm1_resource_load().
tests: Add another combined sampler test.
tests: Run combined-samplers.shader_test on sm1 as well.
ci: Assume an Apple Silicon-based environment for the macOS CI job.
tests: Stop probing all pixels when drawing a uniform colour.
include: Get rid of the RB_FOR_EACH* macros.
vkd3d: Always use UINT views to clear UAVs with integer formats.
vkd3d: Do not synchronize with the geometry shader stage if it's not enabled.
vkd3d: Enable VK_KHR_portability_subset if available.
vkd3d: Do not request VK_EXT_debug_marker if debug is disabled.
tests: Mark some root signature unbounded range failures as todo on MoltenVK.
tests: Pass the correct buffer size to vsnprintf() in vkd3d_test_push_context().
vkd3d-shader/fx: Fix variable buffer offset value.
vkd3d-shader/fx: Set EXPLICIT_BIND_POINT flag for packoffset() reservations as well.
tests/shader-runner: Create a new runner object for the shader model 6 tests.
tests/shader-runner: Set the correct flag and format for raw UAVs.
vkd3d-shader/hlsl: Always initialize $$ when parsing modifiers from an arbitrary string.
vkd3d-shader/fx: Use original full semantic name.
vkd3d-shader/hlsl: Store original semantic name.
vkd3d: Interpret a null vertex buffer 'views' pointer as a null buffer.
tests/d3d12: Test a null vertex buffer 'views' pointer on multiple slots.
vkd3d: Allow block compressed textures to have unaligned width and height.
tests/d3d12: Check for unaligned block texture support in test_create_committed_resource().
vkd3d-shader/d3dbc: Write load instruction for tex2Dbias().
vkd3d-shader/asm: Output 'bias' flag for 'texld'.
vkd3d-shader/hlsl: Implement tex2Dbias().
tests: Add reflection tests for register space.
vkd3d-shader/hlsl: Write SM5.1 binding reflection data.
vkd3d-shader: Write SM5.1 register spaces.
vkd3d-shader/hlsl: Allocate register spaces for objects.
vkd3d-shader/hlsl: Allocate register spaces for constant buffers.
vkd3d-shader: Write SM5.1 register indices.
vkd3d-shader/hlsl: Put constant buffers into the extern_resources struct.
vkd3d-shader/hlsl: Add a hlsl_fixme() for 5.1 resource arrays.
vkd3d-shader/spirv: Implement the QUAD_READ_LANE_AT instruction.
vkd3d-shader/dxil: Implement DX intrinsic QuadReadLaneAt.
vkd3d-shader/spirv: Implement the QUAD_READ_ACROSS_* instructions.
vkd3d-shader/dxil: Implement DX intrinsic QuadOp.
vkd3d-shader/hlsl: Reorder default values for matrices for SM4.
vkd3d-shader/hlsl: Fix numeric register offset for matrix components.
Loading