| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | kernel: memory: Improve implementation of device shared memory. (#3707) | 2020-04-23 | 6 | -16/+110 | ||
| | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #3730 from lioncash/time | 2020-04-23 | 1 | -24/+26 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | service/time: Remove reliance on the global system accessor | 2020-04-19 | 1 | -24/+26 | ||
| * | | | | | | | | | | | Merge pull request #3697 from lioncash/declarations | 2020-04-23 | 12 | -88/+91 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | CMakeLists: Make missing declarations a compile-time error | 2020-04-16 | 1 | -0/+1 | ||
| | * | | | | | | | | | | | General: Resolve warnings related to missing declarations | 2020-04-16 | 11 | -88/+89 | ||
| | * | | | | | | | | | | | CMakeLists: Enable -Wmissing-declarations on Linux builds | 2020-04-16 | 1 | -0/+1 | ||
| * | | | | | | | | | | | | Merge pull request #3677 from FernandoS27/better-sync | 2020-04-22 | 41 | -63/+1193 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||