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
/
renderer_base.cpp
Age
Commit message (
Expand
)
Author
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-03-22
renderer: Create rasterizer and cleanup.
bunnei
2018-01-12
Remove references to PICA and rasterizers in video_core
James Rowe
2017-02-12
VideoCore: Move software rasterizer files to sub-directory
Yuri Kunde Schlesner
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-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-21
HWRasterizer: Texture forwarding
tfarley
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2015-12-20
VideoCore: Sync state after changing rasterizers
Yuri Kunde Schlesner
2015-12-07
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner