summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/renderer_opengl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.bunnei2014-08-261-0/+1
|
* Rewrite of OpenGL renderer, including OS X supportKevin Hartman2014-08-261-27/+36
| | | | | | Screen contents are now displayed using textured quads. This can be updated to expose an FBO once an OpenGL backend for when Pica rendering is being worked on. That FBO's texture can then be applied to the quads. Previously, FBO blitting was used in order to display screen contents, which did not work on OS X. The new textured quad approach is less of a compatibility risk.
* Renderer: Fix component order in bottom framebuffer.Tony Wasserka2014-07-231-4/+3
|
* common_types: Changed BasicRect back to Rect, in the common namespacearchshift2014-05-201-1/+1
| | | | Only Rect is in the namespace for now; the rest of common should be added in the future
* Xcode complains that the class name is redundant.archshift2014-04-281-1/+1
|
* Rect to BasicRectarchshift2014-04-281-1/+1
| | | | Somewhere along the line an OSX header had already taken the name Rect.
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei2014-04-281-1/+0
|
* fixed renderer to use correct framebuffer locationbunnei2014-04-271-2/+2
|
* fixed project includes to use new directory structurebunnei2014-04-091-3/+3
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+91