Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/vkd3d-proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-19vkd3d: Disable async compute queues for the time being.metro-tess-fixesHans-Kristian Arntzen
2020-02-19Revert "vkd3d: Disable VK_EXT_descriptor_indexing."Hans-Kristian Arntzen
2020-02-18Merge pull request #2 from HansKristian-Work/metro-tess-fixesPhilip Rebohle
2020-02-18vkd3d: Disable VK_EXT_descriptor_indexing.Hans-Kristian Arntzen
2020-02-12vkd3d-shader: Use correct register offset.Hans-Kristian Arntzen
2020-02-12vkd3d: The line tessellation test now works again.Hans-Kristian Arntzen
2020-02-12vkd3d-shader: Fix TessFactor order for isolines.Hans-Kristian Arntzen
2020-02-12vkd3d-shader: Deal with reading packed TessFactor in DS.Hans-Kristian Arntzen
2020-02-12vkd3d: Add test for reading packed tesslevel in DS.Hans-Kristian Arntzen
2020-02-12vkd3d-shader: Compute XfbOffset per buffer.Hans-Kristian Arntzen
2020-02-12vkd3d: Make a basic repro case for vertex input in patch constant phase.Hans-Kristian Arntzen
2020-02-12vkd3d-shader: Clean up vkd3d_dxbc_compiler_emit_shader_phase_input.Philip Rebohle
2020-02-12vkd3d-shader: Allow hull shader join phases to read patch constants.Philip Rebohle
2020-02-12vkd3d-shader: Add missing lookups to vkd3d_siv_from_sysval_indexed.Philip Rebohle
2020-02-12vkd3d-shader: Don't re-declare inputs in default control point phase.Philip Rebohle
2019-12-06vkd3d: Remove redundant GetCopyableFootprints() resource size alignment checks.Conor McCarthy
2019-12-06vkd3d-shader: Handle VKD3DSPR_GSINSTID in vkd3d_dxbc_compiler_get_register_na...Henri Verbeet
2019-12-06vkd3d-shader: Avoid declaring outputs multiple times with incompatible types.Henri Verbeet
2019-12-06vkd3d-shader: Handle normalised types in vkd3d_component_type_from_data_type().Henri Verbeet
2019-12-06vkd3d: Add stub for ID3D12GraphicsCommandList2::WriteBufferImmediate().Conor McCarthy
2019-12-06vkd3d/tests: Add tests for ID3D12GraphicsCommandList2::WriteBufferImmediate().Conor McCarthy
2019-12-06vkd3d: Add SetViewInstanceMask() to the ID3D12GraphicsCommandList1 interface.Conor McCarthy
2019-11-28vkd3d/tests: Add and modify tests for GetResourceAllocationInfo().Conor McCarthy
2019-11-28vkd3d: Remove alignment validation from GetResourceAllocationInfo().Conor McCarthy
2019-11-28vkd3d/tests: Add tests for block-compressed texture dimensions.Conor McCarthy
2019-11-28vkd3d: Validate dimension alignments for block-compressed textures.Conor McCarthy
2019-11-28vkd3d: Validate texture resource alignments.Conor McCarthy
2019-11-25vkd3d: Return valid node masks in external resource heap properties.Conor McCarthy
2019-11-25vkd3d: Add tests for external resource heap properties.Conor McCarthy
2019-11-25vkd3d: Handle DXGI_FORMAT_R11G11B10_FLOAT in d3d12_command_list_ClearUnordere...Philip Rebohle
2019-11-25vkd3d: Re-implement d3d12_command_list_ClearUnorderedAccessViewUint().Philip Rebohle
2019-11-25vkd3d: Set VK_IMAGE_MUTABLE_FORMAT_BIT for UAV images with non-UINT formats.Philip Rebohle
2019-11-25vkd3d: Implement d3d12_command_list_ClearUnorderedAccessViewFloat().Philip Rebohle
2019-11-25vkd3d: Use size_t instead of SIZE_T for GPU VA sizes.Hans-Kristian Arntzen
2019-11-20tests: Add a test for image UAV clears.Philip Rebohle
2019-11-20tests: Test more view formats in the UAV clear test.Philip Rebohle
2019-11-15vkd3d: Properly check for program_invocation_name.Henri Verbeet
2019-11-13vkd3d: Factor out root parameter invalidation.Philip Rebohle
2019-11-13vkd3d: Defer compute pipeline update to Dispatch time.Philip Rebohle
2019-11-13vkd3d: Store view object type in vkd3d_view.Philip Rebohle
2019-11-13vkd3d: Store view properties in vkd3d_view.Philip Rebohle
2019-11-07vkd3d: Implement d3d12_device_GetCustomHeapProperties().Derek Lesho
2019-10-31vkd3d: Do not report a root signature version higher than requested.Rémi Bernon
2019-10-31tests: Test ClearUnorderedAccessView() with placed resources.Hans-Kristian Arntzen
2019-10-31vkd3d-shader: Support vicp inputs for hull shader fork/join phases.Philip Rebohle
2019-10-31tests: Test bindings after changing root signature.Philip Rebohle
2019-10-31vkd3d: Keep active bindings after changing root signature.Philip Rebohle
2019-10-27vkd3d/tests: Add tests for D3D12_HEAP_TYPE_CUSTOM.Conor McCarthy
2019-10-27vkd3d: Add support for custom heap properties.Conor McCarthy
2019-10-27vkd3d: Clamp buffer image copy size to subresource dimensions.Rémi Bernon