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-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
2022-09-11[build] Disable some dumb clang warningsJoshua Ashton
2022-09-11[d3d9] Remove unused dstExtent + friends in GetRenderTargetDataJoshua Ashton
2022-09-11[util] Make math types have implicit copy assignmentsJoshua Ashton
2022-09-11[dxso] Make fallthrough for extra params explicitJoshua Ashton
2022-09-11[d3d11] Remove unused this capture in UnbindResourcesJoshua Ashton
2022-09-11[d3d11] Fix UNKNOWN enum in video view dimension switch casesJoshua Ashton
2022-09-11[build] Enable warning_level 2Joshua Ashton
2022-09-11[dxbc] Explicitly cast down to VkAccessFlags when assinging binding.accessJoshua Ashton
2022-09-11[d3d11] Remove useless const qualifiers on IsYCbCr and NeedsCopy return valuesJoshua Ashton
2022-09-11[d3d11] Remove MaxAnisotropy < 0 checkJoshua Ashton
2022-09-11[d3d9] Explicitly cast to D3DRENDERSTATETYPE in ColorWriteIndexJoshua Ashton
2022-09-11[dxvk] Remove useless const qualifier on getColorAttachmentIndex return typeJoshua Ashton
2022-09-10[dxvk] Fix value type in QueueItemJoshua Ashton
2022-09-10[meta] Update issue templatePhilip Rebohle
2022-09-10[dxbc] Rework TGSM workaroundPhilip Rebohle
2022-09-10[dxbc] Enable Vulkan memory modelPhilip Rebohle
2022-09-10[dxvk] Enable vulkanMemoryModel featurePhilip Rebohle
2022-09-10[spirv] Add support for memory operands on load/store operationsPhilip Rebohle
2022-09-10[spirv] Handle availability and visibility image operandsPhilip Rebohle
2022-09-10[d3d11] Report Tiled Resources Tier 3 againPhilip Rebohle
2022-09-10Cap Warhammer Online to 100 FPSxpander69