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
7505ac2439096b7d6bf7dc8852d9c527cb3a2d95
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
26
Jun
23
22
21
20
19
16
15
12
28
May
5
Mar
21
Nov
13
10
9
3
28
Oct
25
24
20
19
17
13
12
11
10
8
7
5
30
Sep
29
28
27
26
22
21
tests: Add visual test for ne instruction.
tests: Add visual test for if instruction.
libs/vkd3d-shader: Translate if/else/endif instructions.
libs/vkd3d-shader: Introduce vkd3d_spirv_alloc_id() helper function.
libs/vkd3d-shader: Pass format string to vkd3d_spirv_build_op_name().
libs/vkd3d-shader: Implement floating-point comparison instructions.
libs/vkd3d-shader: Refactor immediate constants handling.
libs/vkd3d: Avoid race condition when destroying fences.
libs/vkd3d: Use VK_NULL_HANDLE instead of NULL.
tests: Add initial visual test for shader instructions.
libs/vkd3d-shader: Emit Offset decoration for uniform buffer struct members.
tests: Make test context more flexible.
tests: Prefer green color for tests success.
libs/vkd3d: Reset current root signature in d3d12_command_list_Reset().
libs/vkd3d: Clear current descriptor set when descriptor pool is destroyed.
libs/vkd3d: Always update current root signature in d3d12_command_list_SetGraphicsRootSignature().
libs/vkd3d: Avoid updating descriptor sets bound to recording command buffer.
tests: Add test for fractional viewports.
libs/vkd3d-shader: Avoid generating 2 OpVectorShuffles per mov instruction.
libs/vkd3d-shader: Enforce required component count for builtin shader inputs.
libs/vkd3d: Use negative viewport height to flip along y-axis.
libs/vkd3d: Require VK_KHR_maintenance1 device extension.
tests: Add test for fragment coordinates.
libs/vkd3d-shader: Translate "neg" source modifier.
libs/vkd3d-shader: Fix SV_Position in pixel shaders.
libs/vkd3d-shader: Translate dcl_input_ps_siv instruction.
tests: Remove vertex shader SPIR-V code from init_draw_test_context_().
libs/vkd3d: Flip SV_Position.y in last vertex processing shader stage.
libs/vkd3d-shader: Implement VKD3D_SHADER_FLIP_Y option.
libs/vkd3d-shader: Fix TRACE() message in vkd3d_spirv_dump().
libs/vkd3d-common: Fix assert() condition.
libs/vkd3d-common: Terminate string with '\0' unconditionally in vkd3d_debug_sprintf().
libs/vkd3d-shader: Translate dcl_constantbuffer instruction.
libs/vkd3d-shader: Translate bfi instruction.
libs/vkd3d-shader: Translate dcl_input instructions.
libs/vkd3d-shader: Translate dot product instructions.
libs/vkd3d-shader: Add missing vkd3d_free() call.
libs/vkd3d-shader: Add support for GLSL.std.450 extended instruction set.
libs/vkd3d-shader: Translate some ALU instructions.
tests: Remove fragment shader SPIR-V code from init_draw_test_context_().
Loading