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
2021-06-04[util] Handle casing correctly in finding log namelower-case-cacheJoshua Ashton
2021-06-04[dxvk] Handle casing correctly in finding cache nameJoshua Ashton
2021-06-01[util] Enable emulateUMA for GTA IVJoshua Ashton
2021-06-01[dxgi] Add emulateUMA optionJoshua Ashton
2021-06-01[dxvk] Move isUnifiedMemoryArchitecture to adapterJoshua Ashton
2021-06-01[util] Return custom device description for Crazy Machines 3Joshua Ashton
2021-06-01[dxgi] Add custom device description optionJoshua Ashton
2021-06-01[d3d9] Bump frame id before presentationJoshua Ashton
2021-06-01[d3d11] Bump frame id before presentationJoshua Ashton
2021-06-01[d3d9] Synchronize frame latency on latency changeJoshua Ashton
2021-06-01[d3d9] Sync frame latency after presentationJoshua Ashton
2021-06-01[d3d11] Sync frame latency after presentationJoshua Ashton
2021-06-01[vulkan] Acquire next image immediately after presentationPhilip Rebohle
2021-06-01[vulkan] Remove getSyncSemaphores from presenterPhilip Rebohle
2021-06-01[vulkan] Remove fence from presenterPhilip Rebohle
2021-06-01[util] Restore display modes of all monitors in RestoreMonitorDisplayModePhilip Rebohle
2021-05-31[tests] Add YUY2 video processor testPhilip Rebohle
2021-05-30[d3d11] Allow creation of render target views for planar imagesPhilip Rebohle
2021-05-30[d3d11] Allow creation of unordered access views for planar imagesPhilip Rebohle
2021-05-30[d3d11] Allow creation of shader resource views for planar imagesPhilip Rebohle
2021-05-30[d3d11] Support video processor output views in ClearViewPhilip Rebohle
2021-05-30[d3d11] Use staging buffer for MapImage on deferred contextsPhilip Rebohle
2021-05-30[d3d11] Use staging buffer and copyBufferToImage for UpdateSubresourcePhilip Rebohle
2021-05-30[d3d11] Create shadow copy of video input images if sampled bit is not setPhilip Rebohle
2021-05-30[d3d11] Lock context in video context entry pointsPhilip Rebohle
2021-05-30[d3d11] Report video processor capabilities for image formatsPhilip Rebohle
2021-05-30[d3d11] Don't use MAP_MODE_DIRECT for multi-plane imagesPhilip Rebohle
2021-05-30[d3d11] Use correct method to clear multi-plane imagesPhilip Rebohle
2021-05-30[d3d11] Use new packImageData for initializing mapped image buffersPhilip Rebohle
2021-05-30[d3d11] Use GetSubresourceLayout for image maps on the immediate contextPhilip Rebohle
2021-05-30[d3d11] Introduce GetSubresourceLayoutPhilip Rebohle
2021-05-30[d3d11] Implement basic video processor blittingPhilip Rebohle
2021-05-30[d3d11] Add ID3D11VideoContext stubPhilip Rebohle
2021-05-30[d3d11] Implement video processor viewsPhilip Rebohle
2021-05-30[d3d11] Add ID3D11VideoProcessor stubPhilip Rebohle
2021-05-30[d3d11] Add ID3D11VideoProcessorEnumerator stubPhilip Rebohle
2021-05-30[d3d11] Add ID3D11VideoDevice stubPhilip Rebohle
2021-05-30[d3d11] Set mutable and extended usage bits for multi-plane imagesPhilip Rebohle
2021-05-30[dxgi] Add format mapping for DXGI_FORMAT_AYUVPhilip Rebohle
2021-05-30[dxgi] Add format mapping for DXGI_FORMAT_YUY2Philip Rebohle
2021-05-30[dxgi] Add format mapping for DXGI_FORMAT_NV12 and DXGI_FORMAT_420_OPAQUEPhilip Rebohle
2021-05-30[dxvk] Introduce new version of packImageDataPhilip Rebohle
2021-05-30[dxvk] Support multi-plane formats in updateImagePhilip Rebohle
2021-05-30[dxvk] Support multi-plane formats in computeImageSizePhilip Rebohle
2021-05-30[dxvk] Support multi-plane formats in copyImageToBufferPhilip Rebohle
2021-05-30[dxvk] Support multi-plane formats in clearCompressedColorImagePhilip Rebohle
2021-05-30[dxvk] Support multi-plane formats in copyImagePhilip Rebohle
2021-05-30[dxvk] Support multi-plane formats in uploadImagePhilip Rebohle
2021-05-30[dxvk] Support multi-plane formats in copyBufferToImagePhilip Rebohle
2021-05-30[dxvk] Add helper functions to deal with plane aspectsPhilip Rebohle