summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-07[Vulkan] All guest draw uniform buffer bindings in a single descriptor setTriang3l
2022-07-06[CPU] Null backend enough for GPU trace viewingTriang3l
2022-07-06Revert "[GPU] Make Processor optional for GraphicsSystem setup"Triang3l
2022-07-06[Drone] Build cpu and gpu-trace-dump for Arm64Triang3l
2022-07-06[CPU] Remove intrinsics from dot product constant propagationTriang3l
2022-07-06[CPU] MMIO: Arm64, load register writes + exception cleanupTriang3l
2022-07-05[GPU] Make Processor optional for GraphicsSystem setupTriang3l
2022-07-05[CPU] Cleanup x64 backend usage conditionalsTriang3l
2022-07-05[Drone] Enable newly buildable Android targetsTriang3l
2022-07-05[GPU] Make operator< constTriang3l
2022-07-05[GPU] Fix a typo in a Neon intrinsic nameTriang3l
2022-07-05[Base] Linux Arm64 exception handlerTriang3l
2022-07-04[Drone] Windowed apps are not yet ready for Android building (kind WindowedAp...Triang3l
2022-07-04[Drone] Update Android targetsTriang3l
2022-07-04[Linux] Swap read/write in x64 page fault handler + exception code cleanupTriang3l
2022-07-04[Linux] Update RIP after handling an exceptionTriang3l
2022-07-04[Linux] Implement exception handleruytvbn
2022-07-04[Base] Remove exception_handler_linux.ccTriang3l
2022-07-04[Vulkan] Destroy all RTs before VulkanRenderTargetCache is destroyedTriang3l
2022-07-03[Vulkan] Native 24-bit unorm depth where availableTriang3l
2022-07-03[Vulkan] Remove required feature checksTriang3l
2022-07-03[GPU] Reasons to keep non-Vulkan backends [ci skip]Triang3l
2022-07-03[App] Make D3D12 the default GPU backend on Windows againTriang3l
2022-07-03[Vulkan] Update title bar warningTriang3l
2022-07-03[Vulkan] Disable validation by defaultTriang3l
2022-07-03[Vulkan] VMA for texturesTriang3l
2022-07-01[Vulkan] Trace viewerTriang3l
2022-07-01Merge branch 'master' into vulkanTriang3l
2022-07-01[GPU] Display swap output in the trace viewerTriang3l
2022-07-01[Vulkan] Remove an unneeded scale from RefreshGuestOutput aspect ratioTriang3l
2022-07-01Merge branch 'master' into vulkanTriang3l
2022-07-01[UI] Presenter: Rename display size to aspect ratioTriang3l
2022-06-30[Vulkan] Alpha testTriang3l
2022-06-30Merge branch 'master' into vulkanTriang3l
2022-06-30[DXBC] Handle NaN in not equal alpha test as passedTriang3l
2022-06-29[Vulkan] Align texture extents in loading to vector size accessed by the shaderTriang3l
2022-06-29Merge branch 'master' into vulkanTriang3l
2022-06-29[GPU] Align texture extents in loading to host buffer texel size accessed by ...Triang3l
2022-06-29[Vulkan] Cache clear: shared memory, scratch bufferTriang3l
2022-06-29[Vulkan] Float24 depth range remapping fixesTriang3l
2022-06-28[Vulkan] Samplers (only 1.0 core features for now)Triang3l
2022-06-28Merge branch 'master' into vulkanTriang3l
2022-06-28[GPU] Cleanup Texture::MarkAsUsed conditionalsTriang3l
2022-06-28[GPU] Normalize sampler clamp modesTriang3l
2022-06-28[GPU] Don't drop the rest of the command list if IssueDraw failsTriang3l
2022-06-26Merge branch 'master' into vulkanTriang3l
2022-06-26[GPU] CrYCb/YCrCb border colorsTriang3l
2022-06-26[GPU] Apply BaseMap MipFilter via samplers as it may be overriddenTriang3l
2022-06-26Merge branch 'master' into vulkanTriang3l
2022-06-26[GPU] Explicitly cast bit field values in std::min/maxTriang3l