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-08-10[d3d9] Limit amount of staging memory in flightd3d9-staging-mem-limit-2Philip Rebohle
2022-08-10[dxvk] Introduce DxvkMarkerRobin Kertels
2022-08-10[d3d9] Do implicit flush after uploading textures or buffersRobin Kertels
2022-08-10[util] Set lower memory limits for Guitar Hero WTRobin Kertels
2022-08-10[dxvk] Disable maintenance4 featurePhilip Rebohle
2022-08-10[dxgi] Also support use after free in IDXGISwapChain::SetFullscreenState()Paul Gofman
2022-08-09[vulkan] Only define VK_USE_PLATFORM_WIN32_KHR on WindowsJoshua Ashton
2022-08-09[util] Use topath helper for fstreamsJoshua Ashton
2022-08-09[util] Introduce topath helperJoshua Ashton
2022-08-09[util] Add stubs for shared resources on other platformsJoshua Ashton
2022-08-09[util] Add stubs for GDI functions on other platformsJoshua Ashton
2022-08-09[dxvk] Implement lifetime tracking for graphics pipelinesPhilip Rebohle
2022-08-09[dxvk] Add use counter to pipeline librariesPhilip Rebohle
2022-08-09[dxvk] Change member order in pipeline managerPhilip Rebohle
2022-08-09[dxvk] Use shader module identifier for subsequent pipeline libary compilesPhilip Rebohle
2022-08-09[dxvk] Destroy shader pipeline libraries after initial compile on 32-bitPhilip Rebohle
2022-08-09[dxvk] Add option to control pipeline lifetime trackingPhilip Rebohle
2022-08-09[dxbc] Fix off-by-one error for primitive vertex countsPhilip Rebohle
2022-08-09[dxvk] Order descriptors by type and bindingPhilip Rebohle
2022-08-09[d3d9] Unmap stored shader bytecodeRobin Kertels
2022-08-09[d3d9] Move d3d9 bytecode into D3D9ShaderRobin Kertels
2022-08-09[d3d9] Add 64bit implementation for D3D9MemoryAllocatorRobin Kertels
2022-08-09[d3d9] Remove some dead debug codeRobin Kertels
2022-08-09[d3d9] Fix synchronization in UpdateTextureFromBufferRobin Kertels
2022-08-09[d3d9] Fix typoRobin Kertels
2022-08-09d3d11: Fix shared textures that export both NT and KMT handles.Derek Lesho
2022-08-08[dxvk] Get rid of some old debug code for compute pipelinesPhilip Rebohle
2022-08-08[dxvk] Fix spec constant selector test for compute shadersPhilip Rebohle
2022-08-08[d3d9] Use new flat shading state for fixed-function pipelinesPhilip Rebohle
2022-08-08[d3d9] Use new flat shading state for DXSO shadersPhilip Rebohle
2022-08-08[dxvk] Add SPIR-V pass to decorate variables as flat on demandPhilip Rebohle
2022-08-08[dxvk] Add flat shading field to pipeline statePhilip Rebohle
2022-08-08[dxvk] Add flat shading parameter to rasterizer statePhilip Rebohle
2022-08-08[d3d9] Fix recording MultiplyTransformJoshua Ashton
2022-08-08[dxvk] Fix indentationPhilip Rebohle
2022-08-07[dxvk] Move image view cookie to DxvkResourcePhilip Rebohle
2022-08-07[d3d9] Enable apitrace mode for The WitcherPhilip Rebohle
2022-08-07[d3d11] Use bindVertexBufferRange whenever possiblePhilip Rebohle
2022-08-07[d3d11] Use bindIndexBufferRange whenever possiblePhilip Rebohle
2022-08-07[d3d11] Change how resourece binding treats null resourcesPhilip Rebohle
2022-08-07[d3d11] Don't return undefined slices from GetBufferSlicePhilip Rebohle
2022-08-07[dxvk] Introduce bindVertexBufferRange and bindIndexBufferRangePhilip Rebohle
2022-08-07[dxvk] Handle bound buffers with zero size in the backendPhilip Rebohle
2022-08-07[d3d11] Fix bad signature of various BindToContext methodsPhilip Rebohle
2022-08-07[d3d11] Fix some possible constant buffer binding bugsPhilip Rebohle
2022-08-07[dxvk] Make shader stage parameter in bindShader a template parameterPhilip Rebohle
2022-08-07[d3d9,d3d11] Make GetShaderStage functions constexprPhilip Rebohle
2022-08-07[dxvk] Remove bindResourceView methodPhilip Rebohle
2022-08-07[dxvk] Use new resource view binding methods in swapchain blitterPhilip Rebohle
2022-08-07[hud] Use new resource view binding methodsPhilip Rebohle