| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | GL_Fence_Manager: use GL_TIMEOUT_IGNORED instead of a loop, | 2020-04-22 | 1 | -2/+1 | ||
| | * | | | | | | | | | | | Address Feedback. | 2020-04-22 | 3 | -24/+18 | ||
| | * | | | | | | | | | | | Async GPU: Correct flushing behavior to be similar to old async GPU behavior. | 2020-04-22 | 3 | -0/+11 | ||
| | * | | | | | | | | | | | MaxwellDMA: Correct copying on accuracy level. | 2020-04-22 | 1 | -2/+7 | ||
| | * | | | | | | | | | | | ShaderCache/PipelineCache: Cache null shaders. | 2020-04-22 | 4 | -8/+31 | ||
| | * | | | | | | | | | | | Address Feedback. | 2020-04-22 | 13 | -132/+117 | ||
| | * | | | | | | | | | | | Fix GCC error. | 2020-04-22 | 2 | -6/+5 | ||
| | * | | | | | | | | | | | Correct Linux Compile Error. | 2020-04-22 | 2 | -7/+10 | ||
| | * | | | | | | | | | | | Clang format. | 2020-04-22 | 1 | -1/+2 | ||
| | * | | | | | | | | | | | QueryCache: Only do async flushes on async gpu. | 2020-04-22 | 1 | -1/+4 | ||
| | * | | | | | | | | | | | Async GPU: Only do reactive flushing on Extreme Level. | 2020-04-22 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | vk_fence_manager: Initial implementation | 2020-04-22 | 8 | -12/+222 | ||
| | * | | | | | | | | | | | QueryCache: Implement Async Flushes. | 2020-04-22 | 5 | -12/+77 | ||
| | * | | | | | | | | | | | OpenGL: Guarantee writes to Buffers. | 2020-04-22 | 3 | -4/+2 | ||
| | * | | | | | | | | | | | GPU: Implement Flush Requests for Async mode. | 2020-04-22 | 6 | -8/+70 | ||
| | * | | | | | | | | | | | FenceManager: Manage syncpoints and rename fences to semaphores. | 2020-04-22 | 11 | -25/+123 | ||
| | * | | | | | | | | | | | BufferCache: Refactor async managing. | 2020-04-22 | 2 | -10/+27 | ||
| | * | | | | | | | | | | | FenceManager: Implement async buffer cache flushes on High settings | 2020-04-22 | 6 | -10/+69 | ||
| | * | | | | | | | | | | | Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan. | 2020-04-22 | 5 | -4/+35 | ||
| | * | | | | | | | | | | | GPU: Fix rebase errors. | 2020-04-22 | 2 | -4/+4 | ||
| | * | | | | | | | | | | | Rasterizer: Disable fence managing in synchronous gpu. | 2020-04-22 | 2 | -1/+11 | ||
| | * | | | | | | | | | | | ThreadManager: Sync async reads on accurate gpu. | 2020-04-22 | 9 | -8/+48 | ||
| | * | | | | | | | | | | | FenceManager: Implement should wait. | 2020-04-22 | 2 | -2/+17 | ||
| | * | | | | | | | | | | | GPU: Implement a Fence Manager. | 2020-04-22 | 6 | -23/+208 | ||
| | * | | | | | | | | | | | OpenGL: Implement Fencing backend. | 2020-04-22 | 12 | -19/+94 | ||
| | * | | | | | | | | | | | TextureCache: Flush linear textures after finishing rendering. | 2020-04-22 | 1 | -2/+8 | ||
| | * | | | | | | | | | | | GPU: Delay Fences. | 2020-04-22 | 6 | -2/+20 | ||
| | * | | | | | | | | | | | BufferCache: Implement OnCPUWrite and SyncGuestHost | 2020-04-22 | 6 | -7/+67 | ||
| | * | | | | | | | | | | | GPU: Refactor synchronization on Async GPU | 2020-04-22 | 11 | -7/+56 | ||
| | * | | | | | | | | | | | Texture Cache: Implement OnCPUWrite and SyncGuestHost | 2020-04-22 | 2 | -3/+63 | ||
| | * | | | | | | | | | | | UI: Replasce accurate GPU option for GPU Accuracy Level | 2020-04-22 | 12 | -28/+77 | ||
| | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #3767 from ReinUsesLisp/point-size-pipeline | 2020-04-22 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | vk_pipeline_cache: Fix unintentional memcpy into optional | 2020-04-22 | 1 | -2/+4 | ||
| * | | | | | | | | | | | | Merge pull request #3725 from MerryMage/fpcr | 2020-04-22 | 1 | -2/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | thread: FPCR.FZ is likely not 1 | 2020-04-19 | 1 | -2/+1 | ||
| * | | | | | | | | | | | | | Merge pull request #3759 from H27CK/opus-mingw-w64 | 2020-04-22 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Set _FORTIFY_SOURCE=0 if building Opus with mingw-w64 | 2020-04-22 | 1 | -1/+5 | ||
| | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #3763 from H27CK/vk-cmd | 2020-04-22 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Add missing ; | 2020-04-22 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | | Merge pull request #3758 from H27CK/vk-cmd | 2020-04-22 | 2 | -1/+4 | ||
| |\| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Init SDL info structure and add dummy context | 2020-04-22 | 2 | -1/+4 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #3653 from ReinUsesLisp/nsight-aftermath | 2020-04-22 | 12 | -77/+389 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | renderer_vulkan: Integrate Nvidia Nsight Aftermath on Windows | 2020-04-14 | 9 | -22/+360 | ||
| | * | | | | | | | | | | | renderer_vulkan: Remove Nvidia checkpoints | 2020-04-13 | 4 | -34/+0 | ||
| | * | | | | | | | | | | | renderer_vulkan: Catch device losses in more places | 2020-04-13 | 3 | -21/+29 | ||
| * | | | | | | | | | | | | Merge pull request #3699 from FearlessTobi/port-5185 | 2020-04-21 | 1 | -4/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | gdbstub: Fix some gdbstub jankiness | 2020-04-17 | 1 | -4/+3 | ||
| * | | | | | | | | | | | | Merge pull request #3714 from lioncash/copies | 2020-04-21 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | gl_shader_decompiler: Avoid copies where applicable | 2020-04-17 | 1 | -3/+3 | ||
| * | | | | | | | | | | | | | Merge pull request #3745 from bunnei/fix-homebrew-load | 2020-04-21 | 5 | -12/+35 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | ||||||