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
2022-04-24vkd3d: Fix MSVC warning about redundant snprintf argument.msvc-warning-fixHans-Kristian Arntzen
2022-04-22common: Fix missing include.Hans-Kristian Arntzen
2022-04-22Use Windows specific environment calls for better Windows compatibility.Dean Beeler
2022-04-22common: Fix _BitScanForward usage on MSVC.Hans-Kristian Arntzen
2022-04-22vkd3d: Use vkGetDevice{Buffer,Image}MemoryRequirementsKHR in vkd3d_memory_inf...Philip Rebohle
2022-04-22vkd3d: Use vkGetDeviceImageMemoryRequirementsKHR in vkd3d_get_image_allocatio...Philip Rebohle
2022-04-22vkd3d: Enable and require VK_KHR_maintenance4.Philip Rebohle
2022-04-22vkd3d: Ignore cached SPIR-V if we're dumping SPIR-V.Hans-Kristian Arntzen
2022-04-21vkd3d: Do not add uint format to image format list.Philip Rebohle
2022-04-21vkd3d: Use UAV clear fallback based on format compatibility.Philip Rebohle
2022-04-21vkd3d: Fix handling of non-zero base layer in ClearUAV fallback path.Philip Rebohle
2022-04-21vkd3d: Use texel buffer views for UAV clears with buffer to image copy.Philip Rebohle
2022-04-21vkd3d: Re-add R11G11B10 format compatibility info.Philip Rebohle
2022-04-20dxil-spirv: Update submodule.Hans-Kristian Arntzen
2022-04-20ci: Workaround safe directory errors in vkd3d_build generation.Hans-Kristian Arntzen
2022-04-08dxil-spirv: Update submodule.Hans-Kristian Arntzen
2022-04-07dxil-spirv: Update submodule.Hans-Kristian Arntzen
2022-04-06meta: Add docs for magic shader cache.Hans-Kristian Arntzen
2022-04-06vkd3d: Drop redundant validate of PSO state blob from disk cache.Hans-Kristian Arntzen
2022-04-06cache: Add some performance information for shader cache operations.Hans-Kristian Arntzen
2022-04-06cache: Attempt to use disk cache instead when appropriate.Hans-Kristian Arntzen
2022-04-06vkd3d: Make use of internal pipeline library if we're asked to.Hans-Kristian Arntzen
2022-04-06cache: Implement an on-disk pipeline library.Hans-Kristian Arntzen
2022-04-05cache: Add concept of internal pipeline libraries.Hans-Kristian Arntzen
2022-04-05cache: Fix misleading comment about chunk alignment.Hans-Kristian Arntzen
2022-04-05vkd3d: Make private_root_signatures actually private.Hans-Kristian Arntzen
2022-04-05common: Move time query to common header.Hans-Kristian Arntzen
2022-04-05common: Add wrapper for _ftelli64/_fseeki64.Hans-Kristian Arntzen
2022-04-05common: Add some file utils.Hans-Kristian Arntzen
2022-04-05tests: Add test to clear R11G11B10 UAV to zero.Philip Rebohle
2022-04-05vkd3d: Remove format compatibility info for R11G11B10.Philip Rebohle
2022-04-05vkd3d: Add ClearUAV path that uses buffer-to-image copies.Philip Rebohle
2022-04-05vkd3d: Use VK_ACCESS_MEMORY_{READ,WRITE}_BIT where appropriatePhilip Rebohle
2022-04-01vkd3d: Force non-invariant position for Serious Sam 4.Denis Barkar
2022-04-01vkd3d: Remove VKD3D_MAX_DYNAMIC_STATE_COUNTJoshua Ashton
2022-03-30tests: Add test for weird CBV layouts.Hans-Kristian Arntzen
2022-03-30vkd3d: Add scalar UBO layout requirement for SM 6.0.Hans-Kristian Arntzen
2022-03-30dxil-spirv: Update submodule.Hans-Kristian Arntzen
2022-03-30tests: Test primitive restart behavior on list primitives.Hans-Kristian Arntzen
2022-03-30vkd3d: Disable primitive restart when using non-compatible topologies.Hans-Kristian Arntzen
2022-03-30vkd3d: Enable MUTABLE_SINGLE_SET for Intel GPUs.Hans-Kristian Arntzen
2022-03-30vkd3d: Compute range_end after sparse checks in copy tracking.Hans-Kristian Arntzen
2022-03-30meta: Update docs for latest breadcrumbs/debug-ring work.Hans-Kristian Arntzen
2022-03-30meta: Update stale notes about driver versions.Hans-Kristian Arntzen
2022-03-30vkd3d: Optimize WriteBufferImmediate for consecutive writes.Philip Rebohle
2022-03-30tests: Test WriteBufferImmediate with disjoint ranges.Philip Rebohle
2022-03-24vkd3d: Correctly handle dynamic depth/stencil attachment infos.Hans-Kristian Arntzen
2022-03-24vkd3d: Use VkImageViewCreateInfo correctly.Hans-Kristian Arntzen
2022-03-24vkd3d: Rename DSV UNKNOWN workaround query.Hans-Kristian Arntzen
2022-03-24vkd3d: Do not create pipeline variants for NULL DSV.Philip Rebohle