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
aa35b2cecb63085581dbc06f9b074153cb99b209
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
22
Jul
17
16
11
10
9
8
3
20
Jun
18
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
vkd3d: Propagate errors out of d3d12_root_signature_append_vk_binding().
vkd3d: Remove the temporary pointers in vkd3d_physical_device_info_init().
vkd3d: Rebuild the vkd3d_physical_device_info chain before creating the device.
vkd3d: Document how to install "Graphics Tools" to use the Agility SDK.
tests: Terminate the Agility SDK path with a slash.
tests: Pad the constant buffer in test_update_compute_descriptor_tables() to 256 bytes.
vkd3d: Allocate temporary arrays on the stack in d3d12_command_list_update_push_descriptors().
vkd3d: Limit the workgroup X count for buffer UAV clears to the supported max.
tests: Add a test for clearing a large buffer UAV.
vkd3d: Create a descriptor pool for static samplers when Vulkan-backed heaps are used.
vkd3d-shader/d3dbc: Implement HLSL_OP1_{COS,SIN}_REDUCED for SM1.
vkd3d-shader/hlsl: Allocate registers for HLSL_OP1_{COS,SIN}_REDUCED with the required writemasks.
vkd3d-shader/d3dbc: Implement HLSL_OP3_MAD for SM1.
vkd3d-shader/hlsl: Implement sin/cos for SM1.
vkd3d-shader/ir: Lower SM1 SINCOS to SM4 SINCOS.
tests: Test alpha test.
tests: Factor out a set_default_target() helper.
tests: Offset the viewport by 0.5 when running d3dbc shaders.
vkd3d-shader: Allow controlling alpha test through vkd3d-shader parameters.
vkd3d-shader/spirv: Respect VKD3D_SHADER_CONDITIONAL_OP_Z when discard has a bool argument.
tests: Add a test for the vkd3d_shader_parameter APIs.
vkd3d-shader/spirv: Support passing shader parameters through uniform buffers.
include: Document shader parameters.
vkd3d-shader: Introduce struct vkd3d_shader_parameter_info and struct vkd3d_shader_parameter1.
vkd3d-shader/tpf: Implmenent HLSL_OP1_RCP.
vkd3d-shader/hlsl: Implement the rcp() intrinisic.
vkd3d-shader/hlsl: Implement tests for the rcp() intrinsic.
vkd3d-shader/fx: Do not output empty strings for missing semantics for fx_2_0.
tests: Define WIDL macros in utils.h.
vkd3d: Propagate a failure in d3d12_descriptor_heap_init().
vkd3d-shader/hlsl: Implement output SV_Coverage.
vkd3d-shader/hlsl: Implement the GetRenderTargetSampleCount() intrinsic.
tests: Implement multisampling in the GL renderer.
tests: Implement multisampling in the Vulkan renderer.
tests/shader_runner: Factor out a resource_desc structure.
tests/shader_runner: Use resource->width instead of resource->size for buffer width.
tests/hlsl: Test loop unrolling edge cases.
vkd3d-shader/hlsl: Implement loop unrolling.
vkd3d-shader/hlsl: Allow cloned blocks to contain external references.
vkd3d-shader/hlsl: Parse loop and unroll loop attributes.
Loading