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-09-08[d3d11] Set host stage and access bits for staging resourceshost-barriersPhilip Rebohle
2022-09-08[d3d9] Set host stage and access bits for image staging buffersPhilip Rebohle
2022-09-08[dxvk] Defer host barriers until the end of the current command bufferPhilip Rebohle
2022-09-08[meta] Bump MinGW version requirement to 10.0 in READMEPhilip Rebohle
2022-09-07[util] Enable d3d9.memoryTrackTest for The ShipRobin Kertels
2022-09-07[wsi] Fix return value of setMonitorDisplayModeJoshua Ashton
2022-09-07[dxvk] Link against dl for native buildsJoshua Ashton
2022-09-05[d3d11] Clean up resource validation around tiled resourcesPhilip Rebohle
2022-09-05[d3d11] Do not report Tiled Resources Tier 3Philip Rebohle
2022-09-05[dxvk] Check whether SparseResidency capability is used in a shaderPhilip Rebohle
2022-09-05[d3d11] Enable Conservative Rasterization Tier 3conservative-tier-3Philip Rebohle
2022-09-05[dxvk] Check whether FragmentFullyCoveredEXT capability is used in a shaderPhilip Rebohle
2022-09-05[dxbc] Implement support for SV_InnerCoveragePhilip Rebohle
2022-09-05[d3d11] Adjust preferred mapping modes for default imagesd3d11-mapped-default-imagePhilip Rebohle
2022-09-05[d3d11] Implement dirty trackig for default-mapped imagesPhilip Rebohle
2022-09-05[d3d11] Introduce methods for dirty region tracking for mapped imagesPhilip Rebohle
2022-09-05[d3d11] Rework ReadFromSubresource and WriteToSubresourcePhilip Rebohle
2022-09-05[d3d11] Fix broken image readback for mapped default imagesPhilip Rebohle
2022-09-05[dxvk] Introduce per-aspect version of computeImageDataSizePhilip Rebohle
2022-09-05[dxvk] Fix broken layer handling in packImageDataPhilip Rebohle
2022-09-04[meta] Clean up obsolete feature levels in Vulkan profilePhilip Rebohle
2022-09-04[dxbc] Clean up support check for R32 reads without formatPhilip Rebohle
2022-09-04[d3d11] Don't depend on variableMultisampleRate featurePhilip Rebohle
2022-09-04[d3d11] Move maximum feature level check to D3D11DeviceFeaturesPhilip Rebohle
2022-09-04[d3d11] Add convenience query for Conservative Rasterization tierPhilip Rebohle
2022-09-04[d3d11] Add convenience query for Tiled Resources tierPhilip Rebohle
2022-09-04[d3d11] Use D3D11DeviceFeatures in CheckFeatureSupportPhilip Rebohle
2022-09-04[d3d11] Introduce D3D11DeviceFeaturesPhilip Rebohle
2022-09-04[d3d11] Rework D3D11 feature enablementPhilip Rebohle
2022-09-04[dxvk] Improve behaviour when variableMultisampleRate is not supportedPhilip Rebohle
2022-09-04[dxvk] Remove extension info from DXVK devicePhilip Rebohle
2022-09-04[d3d11] Use new pseudo-features where applicablePhilip Rebohle
2022-09-04[dxvk] Use new pseudo-features where applicablePhilip Rebohle
2022-09-04[dxvk] Introduce pseudo-features for extensions with no feature structPhilip Rebohle
2022-09-04[dxvk] Go back to fence-based command list synchronizationvk-fencePhilip Rebohle
2022-09-02[d3d11] Do not implicitly stall waitable swap chainsPhilip Rebohle
2022-09-02[dxgi] Duplicate frame latency handlePhilip Rebohle
2022-09-02[util] Add stubs for DuplicateHandle and GetCurrentProcessPhilip Rebohle
2022-09-02[native] Add defines for DuplicateHandle flagsPhilip Rebohle
2022-09-02[dxvk] Don't create queues with QUEUE_FAMILY_IGNOREDPhilip Rebohle
2022-09-01[vulkan] Fix loading libvulkan nativelyJoshua Ashton
2022-09-01[util] Return null if HMODULE is nullptr in GetProcAddress compatJoshua Ashton
2022-09-01[util] Add missing feature level in example configJens Peters
2022-09-01[dxvk] Fix barrier typoPhilip Rebohle
2022-09-01[dxvk] Create debug messenger if DXVK_DEBUG=validation is setPhilip Rebohle
2022-09-01[dxvk] Change DXVK_PERF_EVENTS environment variable to DXVK_DEBUGPhilip Rebohle
2022-09-01[vulkan] Add missing VK_EXT_debug_utils entry pointsPhilip Rebohle
2022-09-01[dxvk] Remove unused m_device member from DxvkBufferPhilip Rebohle
2022-09-01[dxvk] Fix potential sparse allocator lifetime issuesPhilip Rebohle
2022-09-01[dxvk] Fix potential buffer lifetime issuesPhilip Rebohle