index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
video_core.cpp
Age
Commit message (
Expand
)
Author
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
2015-08-15
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-05-22
Pica: Create 'State' structure and move state memory there.
bunnei
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
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2014-12-20
License change
purpasmart96
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-03
Change NULLs to nullptrs.
Rohit Nirmal
2014-09-07
Dead code removal: video_core.cpp, load_symbol_map.cpp
archshift
2014-09-01
Replace GLEW with a glLoadGen loader.
Yuri Kunde Schlesner
2014-08-25
Fix the threading for GL Context in Qt5.
Sacha
2014-08-12
Use glewExperimental on Linux in order to fix GLFW-mode
archshift
2014-06-12
Preprocessor: #if's out OSX-specific GL changes on other platforms
archshift
2014-05-19
Improved clarity and whitespace
archshift
2014-04-30
Fixed indents
archshift
2014-04-30
OpenGL 3+ on OSX with GLFW
archshift
2014-04-10
cleaned up some logging messages
bunnei
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