summaryrefslogtreecommitdiff
path: root/src/video_core/engines/fermi_2d.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-01-05Fermi2D: sync cache flushesFernando Sahmkow
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow
2022-11-29engines: Remove unnecessary castsLioncash
2022-11-24Fermi2D: Rework blit engine and add a software blitter.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2021-07-27video_core/engine: Consistently initialize rasterizer pointersLioncash
2021-04-12engine_interface: Add missing virtual destructorLioncash
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-09-18fermi_2d: Make use of designated initializersLioncash
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-04-28Clang Format and Documentation.Fernando Sahmkow
2020-04-27VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-08-30video_core: Silent miscellaneous warnings (#2820)Rodrigo Locatti
2019-06-20decoders: correct block calculationFernando Sahmkow
2019-06-20texture_cache: Fermi2D reform and implement View MirageFernando Sahmkow
2019-06-20video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp
2019-04-23Add Documentation Headers to all the GPU EnginesFernando Sahmkow
2019-04-05video_core/engines: Make memory manager members privateLioncash
2019-04-05video_core/engines: Remove unnecessary inclusions where applicableLioncash
2019-03-05video_core/engines: Remove unnecessary includesLioncash
2019-02-06gl_rasterizer: Implement a more accurate fermi 2D copy.bunnei
2018-11-26gpu: Rewrite GPU command list processing with DmaPusher class.bunnei
2018-10-09Fixed block height settings for RenderTargets and Depth Buffers, and added bl...FernandoS27
2018-10-06fermi_2d: Implement simple copies with AccelerateSurfaceCopy.bunnei
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-07-20video_core: Use nested namespaces where applicableLioncash
2018-04-28fermi_2d: Fix surface copy block height.bunnei
2018-04-25GPU: Partially implemented the Fermi2D surface copy operation.Subv
2018-04-25GPU: Added surface copy registers to Fermi2DSubv
2018-04-25GPU: Added boilerplate code for the Fermi2D engineSubv
2018-03-18GPU: Macros are specific to the Maxwell3D engine, so handle them internally.Subv
2018-03-16GPU: Process command mode 5 (IncreaseOnce) differently from other commands.Subv
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv
2018-02-11GPU: Added a command processor to decode the GPU pushbuffers and forward the ...Subv