summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.cpp
AgeCommit message (Expand)Author
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
2020-04-22Address Feedback.Fernando Sahmkow
2020-04-22GPU: Implement Flush Requests for Async mode.Fernando Sahmkow
2020-04-22ThreadManager: Sync async reads on accurate gpu.Fernando Sahmkow
2020-04-22OpenGL: Implement Fencing backend.Fernando Sahmkow
2020-04-22GPU: Delay Fences.Fernando Sahmkow
2020-04-22GPU: Refactor synchronization on Async GPUFernando Sahmkow
2020-04-19dma_pusher: Remove reliance on the global system instanceLioncash
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-02-25video_core/gpu: Remove unused functionsReinUsesLisp
2020-02-15Revert "video_core: memory_manager: Use GPU interface for cache functions."bunnei
2020-02-13GPU: Address Feedback.Fernando Sahmkow
2020-02-10GPU: Implement GPU Clock correctly.Fernando Sahmkow
2020-02-07video_core: memory_manager: Use GPU interface for cache functions.bunnei
2019-12-30video_core: Block in WaitFence.Markus Wick
2019-10-16Merge pull request #2912 from FernandoS27/async-fixesbunnei
2019-10-15video_core/gpu: Remove use of the global system accessorLioncash
2019-10-11AsyncGpu: Address FeedbackFernando Sahmkow
2019-10-04GPU_Async: Correct fences, display events and more.Fernando Sahmkow
2019-09-22video_core: Implement RGBX16F PixelFormatFearlessTobi
2019-09-03Merge pull request #2793 from ReinUsesLisp/bgr565bunnei
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti
2019-08-21renderer_opengl: Use VideoCore pixel formatReinUsesLisp
2019-07-26GPU: Flush commands on every dma pusher step.Fernando Sahmkow
2019-07-26Merge pull request #2592 from FernandoS27/sync1bunnei
2019-07-25Merge pull request #2743 from FernandoS27/surpress-assertbunnei
2019-07-18GPU: Add missing puller methods.Fernando Sahmkow
2019-07-15gl_rasterizer: Implement compute shadersReinUsesLisp
2019-07-09prefer system reference over global accessorMichael Scire
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow
2019-07-05NVFlinger: Correct GCC compile errorFernando Sahmkow
2019-07-05NVServices: Make NVEvents Automatic according to documentation.Fernando Sahmkow
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirror...Fernando Sahmkow
2019-07-05nv_host_ctrl: Make Sync GPU variant always return synced result.Fernando Sahmkow
2019-07-05Gpu: use an std mutex instead of a spin_lock to guard syncpointsFernando Sahmkow
2019-07-05Gpu: Mark areas as protected.Fernando Sahmkow
2019-07-05nv_services: Stub CtrlEventSignalFernando Sahmkow