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_opengl
/
renderer_opengl.h
Age
Commit message (
Expand
)
Author
2015-09-29
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-11
video_core: Remove unnecessary includes from headers
Lioncash
2015-09-10
renderer_opengl: Remove unimplemented function declaration
Lioncash
2015-08-30
Replace the previous OpenGL loader with a glad-generated 3.3 one
Yuri Kunde Schlesner
2015-05-22
OpenGL renderer
tfarley
2015-03-09
Added LCD registers, and implementation for color filling in OGL code.
archshift
2015-02-15
video_core: Implement the remaining framebuffer formats in the OpenGL renderer.
Emmanuel Gil Peyrot
2014-12-20
License change
purpasmart96
2014-11-18
OpenGL Renderer: Cleanup viewport extent calculation.
Tony Wasserka
2014-11-18
Viewport scaling and display density independence
Kevin Hartman
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-12
Rework OpenGL renderer.
Yuri Kunde Schlesner
2014-10-12
OpenGL renderer: Shuffle initialization code around and rename functions.
Yuri Kunde Schlesner
2014-10-12
Remove virtual inheritance from RendererOpenGL
Yuri Kunde Schlesner
2014-09-08
Moved common_types::Rect from common to Common namespace
archshift
2014-09-01
Replace GLEW with a glLoadGen loader.
Yuri Kunde Schlesner
2014-08-28
Downgrade GLSL version to 1.50 (compatible with GL 3.2)
Yuri Kunde Schlesner
2014-08-26
VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.
bunnei
2014-08-25
Rewrite of OpenGL renderer, including OS X support
Kevin Hartman
2014-07-23
Renderer: Fix component order in bottom framebuffer.
Tony Wasserka
2014-05-19
common_types: Changed BasicRect back to Rect, in the common namespace
archshift
2014-04-27
Xcode complains that the class name is redundant.
archshift
2014-04-27
Rect to BasicRect
archshift
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-27
fixed renderer to use correct framebuffer location
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