index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
video_core.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-03-23
memory: rename global memory references to application memory
Liam
2022-11-28
video_core: add null backend
Liam
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-03-07
video_core: Cancel Scoped's exit call on GPU failure
lat9nq
2021-11-20
Fix screenshot dimensions when at 1x scale
ameerj
2021-11-16
video_core,yuzu: Move UpdateRescalingInfo call to video_core
lat9nq
2021-11-16
Settings: eliminate rescaling_factor.
Fernando Sahmkow
2021-08-16
configure_graphics: Add GPU nvdec decoding as an option
ameerj
2021-04-14
common: Move settings to common from core.
bunnei
2021-02-13
gpu: Report renderer errors with exceptions
ReinUsesLisp
2020-12-28
video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.
bunnei
2020-12-24
cmake: Always enable Vulkan
ReinUsesLisp
2020-10-26
video_core: NVDEC Implementation
ameerj
2020-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-03-25
Address review and fix broken yuzu-tester build
James Rowe
2020-03-24
Frontend/GPU: Refactor context management
James Rowe
2020-01-29
yuzu: Implement Vulkan frontend
ReinUsesLisp
2019-11-08
video_core: Silence implicit conversion warnings
ReinUsesLisp
2019-04-11
video_core/gpu: Create threads separately from initialization
Lioncash
2019-02-06
gl_shader_disk_cache: Pass core system as argument and guard against games wi...
ReinUsesLisp
2019-01-26
video_core: Silent implicit conversion warning
ReinUsesLisp
2018-12-18
yuzu, video_core: Screenshot functionality
zhupengfei
2018-08-22
renderer_opengl: Namespace OpenGL code
Lioncash
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-10
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-01
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-25
video-core: Move logging macros over to new fmt-capable ones
Lioncash
2018-03-26
renderer_opengl: Logging, etc. cleanup.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-12
Remove gpu debugger and get yuzu qt to compile
James Rowe
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2017-01-07
config: Add option for specifying screen resolution scale factor.
bunnei
2016-12-06
Implement Frame rate limiter (#2223)
emmauss
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-29
config: Add a setting for graphics V-Sync.
bunnei
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-21
Config: Add scaled resolution option
tfarley
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-03-08
Improve error report from Init() functions
LittleWhite
2015-12-30
video_core: Make the renderer global a unique_ptr
Lioncash
2015-09-11
video_core: Reorganize headers
Lioncash
[next]