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
2020-02-29[d3d9] Implement GetContainer for swapchain surfacesd3d9-container-swapchainJoshua Ashton
2020-02-29[d3d9] Unliklify buffer validationJoshua Ashton
2020-02-29[d3d9] Disallow D3DPOOL_SCRATCH buffersJoshua Ashton
2020-02-29[d3d9] Don't InitReturnPtr in CreateQueryJoshua Ashton
2020-02-29[d3d9] Don't update device state for offset/stride if the buffer is nullptrJoshua Ashton
2020-02-29[d3d9] Don't rebind user's vertex buffer/indices in DrawPrimitive[Indexed]UPJoshua Ashton
2020-02-28[d3d9] Disallow creating additional swapchains if we are fullscreenJoshua Ashton
2020-02-28[d3d9] Disallow additional fullscreen swapchainsJoshua Ashton
2020-02-28[d3d9] Initialize return ptr in device's GetBackBufferJoshua Ashton
2020-02-28[d3d9] Only have a single implicit swapchainJoshua Ashton
2020-02-28[d3d9] Make nullptr/oob checks in GetBackBuffer unlikelyJoshua Ashton
2020-02-28[d3d9] Don't InitReturnPtr in GetBackBufferJoshua Ashton
2020-02-28[d3d9] Delegate VCACHE check to QuerySupportedJoshua Ashton
2020-02-28[d3d9] Add some missing synchronization when completely remaking a presenterJoshua Ashton
2020-02-28[d3d9] Fix sampler decision at Present timeJoshua Ashton
2020-02-28[d3d9] Fix scissor rect size when presentingJoshua Ashton
2020-02-27[d3d9] Remove unnecessary dirty checks in ResetJoshua Ashton
2020-02-25[d3d9] Don't mark unuploaded textures as uploadedJoshua Ashton
2020-02-23[d3d9] Fix readback for evictManagedOnUnlockJoshua Ashton
2020-02-21[d3d9] Enumerate adapters by displayJoshua Ashton
2020-02-21[tests] Enable d3dcompiler option for unbounded descriptor tablesPhilip Rebohle
2020-02-21[d3d9] Initialize all backbuffers in swapchain creationJoshua Ashton
2020-02-21[d3d9] Synchronize present and wait for idle when invalidating a swapchainJoshua Ashton
2020-02-20[dxso] Use SSBOs for vertex constant buffers if we'd be outside of uniform rangeJoshua Ashton
2020-02-20[d3d9] Remove unnecessary dirty flag change in CreateConstantBuffersJoshua Ashton
2020-02-20[d3d9] Refactor constant buffer creationJoshua Ashton
2020-02-20[d3d9] Avoid setting cursor position if we are already at that positiond3d9-cursor-posJoshua Ashton
2020-02-20[d3d9] Add equality operator overloads for POINTJoshua Ashton
2020-02-19[d3d9] Disallow GetFrontBufferData for anything but D3DPOOL_SYSTEMMEMJoshua Ashton
2020-02-18[build] Use __CRT_UUID_DECL for uuid definitionsJoshua Ashton
2020-02-18[util] Disable discard for D&D Temple of Elemental EvilJoshua Ashton
2020-02-18[d3d9] Implement d3d9.allowDiscardJoshua Ashton
2020-02-18Revert "[d3d9] Ignore D3DLOCK_DISCARD when partially locking buffers"Joshua Ashton
2020-02-17[d3d9] Remove repeated wrap state setting in ResetJoshua Ashton
2020-02-17[d3d9] Fix A4R4G4B4 swizzlePhilip Rebohle
2020-02-17[dxso] Respect src modifiers in Texcrd for PS 1.4Joshua Ashton
2020-02-17[d3d9] Avoid needless swizzle for A4R4G4B4Joshua Ashton
2020-02-15[d3d9] Ignore D3DLOCK_DISCARD when partially locking buffersJoshua Ashton
2020-02-14[d3d9] Don't perform clipping in FF if disabledd3d9-ff-clipping-inv-viewJoshua Ashton
2020-02-14[d3d9] Perform FF vertex clipping in world spaceJoshua Ashton
2020-02-14[d3d9] Fix likeliness in GetStreamSourceJoshua Ashton
2020-02-14[d3d9] Fix ColorFill using sampler views for partial extentsJoshua Ashton
2020-02-14[d3d9] Try to create offscreen surfaces with render target usageJoshua Ashton
2020-02-14[d3d9] Remove unused D3D9ViewSet structureJoshua Ashton
2020-02-14[util] Force 16:9 aspect ratio for Hyperdimension Neptunia U: Action Unleashedryester27
2020-02-14[dxso] Implement TexBemLJoshua Ashton
2020-02-14[d3d9] Fix incorrect type for luminance scale and offset in D3DTOP_BUMPENVMAP...Joshua Ashton
2020-02-14[d3d9] Defer managed texture uploads until PrepareDraw and when neededJoshua Ashton
2020-02-14[util] Add clearAll helper to bitsetJoshua Ashton
2020-02-14[d3d9] Use bitsets for bool subresource arraysJoshua Ashton