summaryrefslogtreecommitdiff
path: root/src/video_core/video_core.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2023-03-23memory: rename global memory references to application memoryLiam
2022-11-28video_core: add null backendLiam
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-03-07video_core: Cancel Scoped's exit call on GPU failurelat9nq
2021-11-20Fix screenshot dimensions when at 1x scaleameerj
2021-11-16video_core,yuzu: Move UpdateRescalingInfo call to video_corelat9nq
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow
2021-08-16configure_graphics: Add GPU nvdec decoding as an optionameerj
2021-04-14common: Move settings to common from core.bunnei
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2020-12-28video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.bunnei
2020-12-24cmake: Always enable VulkanReinUsesLisp
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-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-03-25Address review and fix broken yuzu-tester buildJames Rowe
2020-03-24Frontend/GPU: Refactor context managementJames Rowe
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2019-11-08video_core: Silence implicit conversion warningsReinUsesLisp
2019-04-11video_core/gpu: Create threads separately from initializationLioncash
2019-02-06gl_shader_disk_cache: Pass core system as argument and guard against games wi...ReinUsesLisp
2019-01-26video_core: Silent implicit conversion warningReinUsesLisp
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
2018-08-22renderer_opengl: Namespace OpenGL codeLioncash
2018-08-11core: Namespace EmuWindowLioncash
2018-08-10video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash
2018-08-04video_core: Eliminate the g_renderer global variableLioncash
2018-08-01video_core: Make global EmuWindow instance part of the base renderer classLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-25video-core: Move logging macros over to new fmt-capable onesLioncash
2018-03-26renderer_opengl: Logging, etc. cleanup.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-12Remove gpu debugger and get yuzu qt to compileJames Rowe
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2017-01-07config: Add option for specifying screen resolution scale factor.bunnei
2016-12-06Implement Frame rate limiter (#2223)emmauss
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-29config: Add a setting for graphics V-Sync.bunnei
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-21Config: Add scaled resolution optiontfarley
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-08Improve error report from Init() functionsLittleWhite
2015-12-30video_core: Make the renderer global a unique_ptrLioncash
2015-09-11video_core: Reorganize headersLioncash