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

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-12[d3d11] Reimplement DXGI format families using DXGI format listsformat-reworkPhilip Rebohle
2022-03-12[d3d11] Use DxvkFormat for DXGI format mappingPhilip Rebohle
2022-03-12[dxvk] Introduce DxvkTypedFormatListPhilip Rebohle
2022-03-12[dxvk] Add DxvkFormat enum and new format lookup functionsPhilip Rebohle
2022-03-12[d3d9] Add support for shared IDirect3DTexture9 resources.Derek Lesho
2022-03-12[d3d11] Add support for shared ID3D11Texture2D resources.Derek Lesho
2022-03-12[util] Add helpers for shared resource metadata access.Derek Lesho
2022-03-12[dxvk] Add shared handle access to DxvkImage memory.Derek Lesho
2022-03-12[dxvk] Enable VK_KHR_EXTERNAL_MEMORY_WIN32 if available.Derek Lesho
2022-03-10[dxvk] Use new [[fallthrough]] attributeJoshua Ashton
2022-03-10[dxbc] Use new [[fallthrough]] attributeJoshua Ashton
2022-03-10[d3d11] Add fallthrough comment to PickFormatsJoshua Ashton
2022-03-10[d3d9] Add fallthrough comment to SetRenderStateJoshua Ashton
2022-03-10[dxso] Fix potential fallthrough in RasterizerOutJoshua Ashton
2022-03-10[dxso] Fix ExpP fallthroughJoshua Ashton
2022-03-10[d3d9] Fix fallthroughs in PickFormatsJoshua Ashton
2022-03-10[build] Enable -Wimplicit-fallthroughJoshua Ashton
2022-03-10[d3d9] Set initial dirty state flagsJoshua Ashton
2022-03-10[d3d9] Fix default initialization of some state valuesJoshua Ashton
2022-03-04[d3d10] Forward OpenSharedResource to D3D11 implementationPhilip Rebohle
2022-03-04[meta] Release 1.10v1.10Philip Rebohle
2022-03-04[meta] Update READMEPhilip Rebohle
2022-03-04[util] Enable cached vertex and index buffers for The Evil WithinOschowa
2022-03-03[util] Use CPU-cached constant buffers for Anno 1800Philip Rebohle
2022-03-01[dxvk] Invalidate buffer in clearBuffer if possiblePhilip Rebohle
2022-03-01[meta] Update example configuration filePhilip Rebohle
2022-03-01[util] Enable cached vertex and index buffers for FFXIVPhilip Rebohle
2022-03-01[d3d11] Replace apitrace mode option with something more granularPhilip Rebohle
2022-02-24[d3d9] Fix sysmem readbackRobin Kertels
2022-02-23[d3d9] Fix synchronization after readbackRobin Kertels
2022-02-22[util] Set maxDynamicImageBufferSize for Total War: Warhammer IIIPhilip Rebohle
2022-02-22[meta] Update example config filePhilip Rebohle
2022-02-22[d3d11] Introduce d3d11.maxDynamicImageBufferSize optionPhilip Rebohle
2022-02-22[d3d11] Use appropriate memory types for directly mapped imagesPhilip Rebohle
2022-02-22[d3d11] Apply apitrace mode to image upload buffersPhilip Rebohle
2022-02-21[d3d9] Don't set NeedsReadback for POOL_SYSMEM texturesRobin Kertels
2022-02-21[d3d9] Clean up texture lockingRobin Kertels
2022-02-21[d3d9] Rename WrittenByGPU to NeedsReadbackRobin Kertels
2022-02-21[d3d9] Unify texture uploadsRobin Kertels
2022-02-21[util] Add computeMipLevelOffsetRobin Kertels
2022-02-20[tests] Allow includes when compiling HLSL shadersPhilip Rebohle
2022-02-20[hud] Greatly simplify frame time graph renderingPhilip Rebohle
2022-02-20[hud] Greatly simplify text rendering in the HUDPhilip Rebohle
2022-02-20[dxvk] Only mark transfer buffers as transientPhilip Rebohle
2022-02-20[meta] Bump arch-mingw-github-action to v7Joshua Ashton
2022-02-20[d3d9] Disable direct buffer mapping for RE gamesRobin Kertels
2022-02-20[d3d9] Add option to disable direct buffer mappingRobin Kertels
2022-02-20[d3d9] Store buffer map mode in D3D9CommonBufferRobin Kertels
2022-02-20[d3d9] Synchronize only to given sequence number in WaitForResourcesRobin Kertels
2022-02-20 [d3d9] Track last staging resource usage with a sequence numberRobin Kertels