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-16[d3d9] Use precise matrix-vector operations to compute vertex positiond3d9-matrix-opsPhilip Rebohle
2022-09-16[d3d9] Add helpers for precise matrix-vector productsPhilip Rebohle
2022-09-16[dxgi] Report swap chain frame statisticsPhilip Rebohle
2022-09-16[dxgi] Handle mode changes for frame statisticsPhilip Rebohle
2022-09-16[dxgi] Promote output stored in swap chain to IDXGIOutput1Philip Rebohle
2022-09-16[dxgi] Estimate vblank count for frame statisticsPhilip Rebohle
2022-09-16[dxgi] Implement WaitForVBlank using new sleep helperPhilip Rebohle
2022-09-16[util] Add helper to compute display refresh related stuffPhilip Rebohle
2022-09-16[util] Add helper to get time point from raw counter valuePhilip Rebohle
2022-09-16[util] Move platform-specific sleep code to dedicated helper classPhilip Rebohle
2022-09-16[d3d11] Store D3D11DeviceContextState as private refJoshua Ashton
2022-09-16[d3d11] Store context predication query as private refJoshua Ashton
2022-09-16[d3d11] Store SoTarget buffer as a private refJoshua Ashton
2022-09-16[d3d11] Store context state ID buffers as private refsJoshua Ashton
2022-09-16[d3d11] Store private refs for IA layoutJoshua Ashton
2022-09-16[d3d11] Store private refs for VB + IB bindingsJoshua Ashton
2022-09-16[d3d11] Store private refs for srv and rtv bindingsJoshua Ashton
2022-09-16[d3d11] Store private refs for constant buffer bindingsJoshua Ashton
2022-09-16[d3d11] Store private refs to context shadersJoshua Ashton
2022-09-16[d3d11] Handle nullptr RasterizerState in ApplyRasterizerSampleCountJoshua Ashton
2022-09-16[d3d11] Assign ForcedSampleCount to correct value in ApplyRasterizerSampleCountJoshua Ashton
2022-09-15[dxgi] Fix return value of ChangeDisplayModedxgi-return-type-stuffPhilip Rebohle
2022-09-15[d3d9] Do not set window size and position when restoring from fullscreen statePaul Gofman
2022-09-15[d3d9] Fix for missing restriction check in UpdateSurface.Krzysztof Dobrowolski
2022-09-14[meta] remove --with-d3d10 from readmeBlisto91
2022-09-14[dxso] Use a * (y - x) + x for lerp.Georg Lehmann
2022-09-13[dxbc] Fix forceVolatileTgsmAccess for storesRhys Perry
2022-09-13[util] Implement bitmask iterator on non-x86 platformsJoshua Ashton
2022-09-13[util] Implement spin on ARM64Joshua Ashton
2022-09-13[util] Implement replaceNaN for non-x86 platformsJoshua Ashton
2022-09-13[util] Implement bcmpeq for non-x86 platformsJoshua Ashton
2022-09-13[util] Implement tzcnt for non-x86 platformsJoshua Ashton
2022-09-13[util] Only include x86 intrinsics headers on x86Joshua Ashton
2022-09-13[util] Add macro to determine CPU archJoshua Ashton
2022-09-13[spirv] Remove OpKill helperPhilip Rebohle
2022-09-12[dxbc] Optimize write pattern for TGSM initializationPhilip Rebohle
2022-09-12[dxbc] Only use workgroup scope in compute shadersPhilip Rebohle
2022-09-12[dxbc] Fix broken barrier around TGSM init codePhilip Rebohle
2022-09-12[dxvk] Fix validation error on FS resolve pathPhilip Rebohle
2022-09-12[dxvk] Get rid of immutable sampler for resolve operationsPhilip Rebohle
2022-09-12[util] Limit King Of Fighters XIII to 60 FPSRiesi
2022-09-12[util] Enable memoryTrackTest for SiN Episodes EmergenceBlisto91
2022-09-12[dxbc] Handle workgroup-coherent UAVs more efficientlyPhilip Rebohle
2022-09-12[dxvk] Get rid of sampler for pack operationsPhilip Rebohle
2022-09-11[d3d11] Report D3D11_FORMAT_SUPPORT2_SHAREABLE appropriatelyPhilip Rebohle
2022-09-11[d3d11] Determine shared resources tier more accuratelyPhilip Rebohle
2022-09-11[dxvk] Clean up DxvkImage::canShareImagePhilip Rebohle
2022-09-11[dxvk] Move getFormatLimits back to DxvkAdapterPhilip Rebohle
2022-09-11[dxvk] Allow querying external memory features for image formatsPhilip Rebohle
2022-09-11[dxvk] Introduce DxvkFormatQueryPhilip Rebohle