Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
vkd3d
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
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
Feifan He
vkd3d
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
msl-temp
Select Git revision
Branches
16
master
default
protected
msl-cbuffer
msl-depthout
msl-dev
msl-io
msl-mov
msl-mr-4
msl-mr-5
msl-mr-6
msl-mr-draft-2
msl-ret
msl-runner
msl-runner-2
msl-temp
msl-tests-tag
msl-texture-sampler
16 results
Begin with the selected commit
Created with Raphaël 2.2.0
24
Oct
23
22
21
17
16
15
14
10
9
8
7
3
2
1
30
Sep
26
24
23
20
19
18
17
16
14
13
12
11
10
5
4
3
2
29
Aug
28
26
22
20
19
15
14
13
12
8
7
6
5
vkd3d-shader/glsl: Implement VKD3DSIH_GATHER4.
vkd3d-shader/glsl: Implement VKD3DSIH_SAMPLE_GRAD.
vkd3d-shader/glsl: Implement VKD3DSIH_SAMPLE_LOD.
vkd3d-shader/glsl: Implement VKD3DSIH_UMAX and VKD3DSIH_UMIN.
vkd3d-shader/glsl: Implement VKD3DSGF_FORCE_EARLY_DEPTH_STENCIL.
vkd3d-shader/hlsl: Make allocation functions static again.
vkd3d-shader/hlsl: Store temp declarations in the vsir program.
vkd3d-shader/hlsl: Introduce hlsl_ir_vsir_instruction_ref, again.
vkd3d-shader/hlsl: Store the thread group size in the vsir program.
vkd3d-shader: Warn instead of erroring out when failing to dump a shader.
vkd3d-shader: Do not dump the target shader if compilation failed.
vkd3d: Incorporate mutable descriptors in the push descriptor disabling logic.
vkd3d: Only put the mutable descriptor set once in the pipeline layout.
vkd3d: Move descriptor sets backing the SRV-UAV-CBV heap at the end.
vkd3d: Introduce an enumerant for the mutable descriptor set.
vkd3d-shader: Validate the parsed shader in vsir_parse().
vkd3d-shader: Factor out a vsir_parse() helper.
vkd3d: Zero the pipeline state UAV counter view array when the state is invalidated. (Valgrind)
vkd3d-shader/ir: Store the global flags in struct vsir_program.
vkd3d-shader/glsl: Implement VKD3DSIH_SAMPLE_C_LZ.
vkd3d-shader/glsl: Implement VKD3DSIH_SAMPLE_C.
vkd3d-shader/glsl: Implement VKD3DSIH_SAMPLE_B.
vkd3d-shader/glsl: Implement support for the VKD3DSPR_THREADID register.
vkd3d-shader/glsl: Implement VKD3DSIH_LD_UAV_TYPED.
tests: Test mismatching RTV and pixel shader output types.
ci: Build DXC for release.
tests: Mark interface packing pipeline creation as todo on MoltenVK.
tests: Use the appropriate RTV format in minimum-precision.shader_test.
tests: Use appropriate RTV formats in max-min.shader_test.
tests: Compute the correct value for condition conjunctions.
vkd3d-shader/hlsl: Implement the f32tof16() intrinsic.
vkd3d-shader/hlsl: Support discard for SM1.
vkd3d-shader/hlsl: Sort signature elements by register id.
vkd3d-shader/hlsl: Optimize interstage signatures.
vkd3d-shader/hlsl: Allow prioritizing smaller writemasks when allocating signature elements.
vkd3d-shader/hlsl: Allow to force alignment on some semantic vars.
vkd3d-shader/hlsl: Allow accounting for interpolation mode when allocating semantics.
vkd3d-shader/hlsl: Also pass field storage modifiers to output signature elements.
vkd3d-shader/hlsl: Use a register_allocator to allocate semantic registers.
vkd3d-shader/hlsl: Add mode field to register_allocator allocations.
Loading