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-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
2022-08-31[tests] Remove D3D9 testsPhilip Rebohle
2022-08-31[tests] Remove D3D11 and DXGI testsPhilip Rebohle
2022-08-31[tests] Remove DXBC testsPhilip Rebohle
2022-08-31[d3d11] Implement extended shader interfacePhilip Rebohle
2022-08-31[d3d11] Introduce ID3D11VkExtShaderPhilip Rebohle
2022-08-31[dxvk] Add shader method to retrieve raw codePhilip Rebohle
2022-08-30[util] Add a maxAvailableMemory limit for Heroes of Annihilated EmpiresWinterSnowfall
2022-08-30[meta] Remove shaderStorageImage*WithoutFormat capabilities from profilePhilip Rebohle
2022-08-30[meta] Add profile for D3D11 FL12_0Philip Rebohle
2022-08-30[meta] Fix some trailing comma warnings in Vulkan profilePhilip Rebohle