summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.cpp
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-07video_core: Replace lock_guard with scoped_lockMerry
2022-02-01Rasterizer: Refactor inlineToMemory.Fernando Sahmkow
2022-01-29GPU: Improve syncing.Fernando Sahmkow
2022-01-29Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow
2022-01-04Merge pull request #7636 from vonchenplus/buffer_queue_querybunnei
2022-01-03gpu: Add shut down method to synchronize threads before destructionameerj
2022-01-03Revert "Merge pull request #7668 from ameerj/fence-stop-token"ameerj
2022-01-03gpu: Use std::stop_token in WaitFence for VSync threadameerj
2021-12-28Remove invalid header includeFeng Chen
2021-12-05Address feedbackFeng Chen
2021-12-02Support multiple videos playingFeng Chen
2021-10-03nvhost_ctrl: Refactor usage of gpu.LockSync()ameerj
2021-10-03gpu: Migrate implementation to the cpp fileameerj
2021-09-15gpu: Use std::jthread for async gpu threadameerj
2021-07-11accelerateDMA: Accelerate Buffer Copies.Fernando Sahmkow
2021-07-09Fence Manager: Add fences on Reference Count.Fernando Sahmkow
2021-05-29video_core: gpu: WaitFence: Do not block threads during shutdown.bunnei
2021-05-15perf_stats: Rework FPS counter to be more accurateameerj
2021-04-24nvhost_vic: Fix device closureameerj
2021-04-16Merge pull request #6125 from ogniK5377/nvdec-close-devbunnei
2021-04-16Address issuesChloe Marcec
2021-04-14common: Move settings to common from core.bunnei
2021-04-07video_core/gpu_thread: Implement a ShutDown method.Markus Wick
2021-03-30nvdrv: Cleanup CDMA Processor on device closureChloe Marcec
2021-02-28gpu_thread: Remove Async NVDEC placeholdersameerj
2021-02-13 rebase, fix name shadowing, more constameerj
2021-02-13nvdec cleanupameerj
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2020-12-28video_core: gpu: Implement synchronous mode using threaded GPU.bunnei
2020-12-28video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.bunnei
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-11-24nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDcomex
2020-11-01video_core: gpu: Implement WaitFence and IncrementSyncPoint.bunnei
2020-10-26video_core: NVDEC Implementationameerj
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-08-03yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash
2020-07-17async shadersDavid Marcec
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-05-05Update src/video_core/gpu.cppbunnei
2020-05-05Update src/video_core/gpu.cppbunnei
2020-04-28Clang Format and Documentation.Fernando Sahmkow
2020-04-27VideoCore/GPU: Delegate subchannel engines to the dma pusher.Fernando Sahmkow
2020-04-27VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow
2020-04-23Clang Format.Fernando Sahmkow
2020-04-23GPU: Add Fast GPU Time Option.Fernando Sahmkow
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow