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-10-04vkd3d: Fix potential lack of null termination on cache blob versionscache-fixJoshua Ashton
2020-10-04vkd3d: Migrate version to a headerJoshua Ashton
2020-09-30vkd3d: Use enum for VKD3D_META_COPY_MODEJoshua Ashton
2020-09-30vkd3d: Use generated shadersJoshua Ashton
2020-09-30build: Remove autotools build pathJoshua Ashton
2020-09-30vkd3d: Use VK_NULL_HANDLE instead of NULL for VkPipelineCacheJoshua Ashton
2020-09-29vkd3d: Remove d3d12_descriptor_heap_set_index_from_magic.Philip Rebohle
2020-09-29README: Add docs for shader logging.Hans-Kristian Arntzen
2020-09-29vkd3d: Add support for a shader debug ring.Hans-Kristian Arntzen
2020-09-29vkd3d: Remove unused fields from d3d12_desc.Philip Rebohle
2020-09-29vkd3d: Introduce VKD3D_DESCRIPTOR_FLAG_VIEW.Philip Rebohle
2020-09-29vkd3d: Remove unused code for descriptor updates.Philip Rebohle
2020-09-29vkd3d: Rework UAV descriptor updates.Philip Rebohle
2020-09-29vkd3d: Rework SRV descriptor updates.Philip Rebohle
2020-09-29vkd3d: Rework sampler descriptor updates.Philip Rebohle
2020-09-29vkd3d: Rework CBV descriptor updates.Philip Rebohle
2020-09-22README: Add docs for auto capturing.Hans-Kristian Arntzen
2020-09-22debug: Integrate automatic RenderDoc capturing.Hans-Kristian Arntzen
2020-09-11vkd3d: Remove bindless CBV workaround.Hans-Kristian Arntzen
2020-09-11tests: Clean up misc warnings from tests.Hans-Kristian Arntzen
2020-09-11tests: Cleanup warnings in pipeline library tests.Hans-Kristian Arntzen
2020-09-11vkd3d: Clean up warnings.Hans-Kristian Arntzen
2020-09-08vkd3d: Don't call vkGetPipelineCacheData on a null handle.Philip Rebohle
2020-09-08README: Update to mention VKD3D_SHADER_OVERRIDE.Hans-Kristian Arntzen
2020-09-08vkd3d: Set shader module name to the hash.Hans-Kristian Arntzen
2020-09-08vkd3d: Trace which pipelines are being bound and if they are replaced.Hans-Kristian Arntzen
2020-09-08vkd3d-shader: Add shader replacement.Hans-Kristian Arntzen
2020-09-08vkd3d-shader: Add hash function for shader blobs.Hans-Kristian Arntzen
2020-09-08debug: Log thread ID as well.Hans-Kristian Arntzen
2020-09-08tests: Add tests for GetCachedBlob and pipeline libraries.Philip Rebohle
2020-09-08vkd3d: Advertize support for relevant shader cache features.Philip Rebohle
2020-09-08vkd3d: Implement pipeline library functionality based on VkPipelineCache.Philip Rebohle
2020-09-08include: Define D3D12 error codes as necessary.Philip Rebohle
2020-09-08vkd3d: Introduce vkd3d_wcslen.Philip Rebohle
2020-09-08vkd3d: Factor out pipeline state struct conversion.Philip Rebohle
2020-09-08vkd3d: Remove pipeline cache from d3d12_device.Philip Rebohle
2020-09-08vkd3d: Implement ID3D12PipelineState::GetCachedBlob.Philip Rebohle
2020-09-08vkd3d: Implement support for cached PSO pipeline state.Philip Rebohle
2020-09-08vkd3d: Move ID3D12PipelineLibrary imlpementation to separate file.Philip Rebohle
2020-09-08vkd3d: memset instance and device structs.Hans-Kristian Arntzen
2020-09-08vkd3d: Enable pthread workaround paths on MinGW as well.Hans-Kristian Arntzen
2020-09-08vkd3d: Replace CS with SRW.Hans-Kristian Arntzen
2020-09-06vkd3d: Set VKD3D_DYNAMIC_STATE_VERTEX_BUFFER when binding a new pipelineRobin Kertels
2020-09-04dxil-spirv: Update submodule.Hans-Kristian Arntzen
2020-09-02vkd3d: Emit host memory barrier as needed.Hans-Kristian Arntzen
2020-08-31vkd3d: Zero out descriptor heaps on allocation.Hans-Kristian Arntzen
2020-08-28tests: Remove todos from test_write_buffer_immediate.Philip Rebohle
2020-08-28vkd3d: Implement generic fallback for WriteBufferImmediate.Philip Rebohle
2020-08-28vkd3d: Implement WriteBufferImmediate with AMD_buffer_marker.Philip Rebohle
2020-08-28vkd3d: Enable VK_AMD_buffer_marker if available.Philip Rebohle