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
ae9d29a37745b2e68af9d14fbbe75ae82094d507
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
4
Jan
3
2
14
Dec
13
12
11
7
6
4
29
Nov
28
23
22
21
20
15
14
13
10
9
8
7
6
2
1
31
Oct
19
18
17
16
12
11
10
9
5
3
2
28
Sep
27
26
25
22
21
19
18
14
13
7
4
31
Aug
30
29
28
24
23
15
vkd3d-shader/ir: Validate destination write masks depending on the dimension.
vkd3d-shader/ir: Validate source swizzles depending on the dimension.
vkd3d-shader/ir: Validate SSA registers.
vkd3d-shader/dxil: Create constant buffer registers with dimension vec4.
vkd3d-shader/d3dbc: Override the write mask when the destination is not vec4.
vkd3d-shader/d3dbc: Assign unique register indices for VKD3DSPR_RASTOUT.
vkd3d-shader: Lower shader model 1/2 inter-stage I/O to a flat array.
vkd3d-shader/dxil: Use vkd3d_shader_parser_error() for error reporting when available.
vkd3d-shader/dxil: Do not use the parser before it is initialized.
vkd3d-shader/dxil: Pre-allocate instruction space for globals in sm6_parser_globals_init().
vkd3d-shader/dxil: Count global variables in dxil_block_compute_module_decl_count().
vkd3d: Add D3D_FEATURE_LEVEL_1_0_CORE as a valid feature level.
vkd3d: Add D3D_FEATURE_LEVEL_12_2 as a valid feature level.
vkd3d-shader/ir: Rename the "immconst_double" field of struct vkd3d_shader_register to "immconst_f64".
vkd3d-shader/ir: Rename the "immconst_uint64" field of struct vkd3d_shader_register to "immconst_u64".
vkd3d-shader/ir: Rename the "immconst_float" field of struct vkd3d_shader_register to "immconst_f32".
vkd3d-shader/ir: Rename the "immconst_uint" field of struct vkd3d_shader_register to "immconst_u32".
vkd3d-shader/spirv: Decorate non-float32 non-built-in pixel shader inputs as Flat.
configure: Use AC_CHECK_FUNCS to define HAVE_GETTID.
tests: Print the failing line numbers when a test fails.
vkd3d-shader/spirv: Handle ITOI and UTOU in spirv_compiler_map_alu_instruction().
vkd3d-shader/spirv: Support UINT64 source in spirv_compiler_emit_bool_cast().
vkd3d-shader/spirv: Support 64-bit sources in spirv_compiler_emit_int_div().
vkd3d-shader/spirv: Introduce a UINT64 component type.
vkd3d-shader/spirv: Introduce a data_type_is_64_bit() helper function.
vkd3d-shader/spirv: Use data_type_is_integer() in spirv_compiler_emit_neg().
vkd3d: Pass int64 capability info to vkd3d-shader.
vkd3d-shader/ir: Pass a uint32_t swizzle to vkd3d_swizzle_get_component64().
vkd3d-shader/ir: Pass a uint32_t swizzle to vkd3d_swizzle_get_component().
vkd3d-shader: Allow compiling d3d bytecode to SPIR-V.
tests: Avoid using "SV_Position" as a name for the vertex shader input.
tests: Use struct vkd3d_shader_scan_signature_info to retrieve the VS input signature.
vkd3d-shader: Do not scan DCL instructions which do not declare resources.
vkd3d-shader: Do not scan the shader in vkd3d_shader_parser_compile() for assembly targets.
tests/shader-runner: Check for int64 support in the Vulkan runner.
tests/shader-runner: Check for float64 support in the Vulkan runner.
tests/shader-runner: Check for float64 support in the d3d11 runner.
vkd3d: Co-locate all descriptor-related members.
vkd3d: Rename the device mutex to pipeline_cache_mutex.
vkd3d: Write Vulkan descriptors in a worker thread.
Loading