index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
video_core
/
video_core.h
Age
Commit message (
Expand
)
Author
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2021-11-20
Fix screenshot dimensions when at 1x scale
ameerj
2021-11-16
Settings: eliminate rescaling_factor.
Fernando Sahmkow
2020-03-24
Frontend/GPU: Refactor context management
James Rowe
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
2018-12-18
yuzu, video_core: Screenshot functionality
zhupengfei
2018-08-11
core: Namespace EmuWindow
Lioncash
2018-08-10
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-10
video_core: Remove unused Renderer enumeration
Lioncash
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-03
video_core: Remove unimplemented Start() function prototype
Lioncash
2018-08-01
video_core: Make global EmuWindow instance part of the base renderer class
Lioncash
2018-03-22
renderer: Create rasterizer and 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
2017-05-27
Move screen size constants from video_core to core
Yuri Kunde Schlesner
2017-01-07
config: Add option for specifying screen resolution scale factor.
bunnei
2016-12-06
Implement Frame rate limiter (#2223)
emmauss
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-21
Config: Add scaled resolution option
tfarley
2016-03-08
Improve error report from Init() functions
LittleWhite
2015-12-30
video_core: Make the renderer global a unique_ptr
Lioncash
2015-08-15
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-06-28
Common: Cleanup emu_window includes.
Emmanuel Gil Peyrot
2015-05-22
OpenGL renderer
tfarley
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-03-07
Set framebuffer layout from EmuWindow.
bunnei
2014-12-20
License change
purpasmart96
2014-10-12
Rework OpenGL renderer.
Yuri Kunde Schlesner
2014-09-12
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei