citra/src
Kevin Hartman cbfd6b6e52 Rewrite of OpenGL renderer, including OS X support
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.
2014-08-25 20:56:59 -07:00
..
citra Pica: Add support for dumping textures. 2014-08-25 22:03:18 +02:00
citra_qt Pica: Add support for dumping textures. 2014-08-25 22:03:18 +02:00
common Merge pull request #58 from lioncash/clamp 2014-08-21 11:31:43 -04:00
core GPU: Fix a compiler warning about redundant semicolons. 2014-08-25 22:03:19 +02:00
video_core Rewrite of OpenGL renderer, including OS X support 2014-08-25 20:56:59 -07:00
CMakeLists.txt fixes to build on linux 2014-04-22 19:42:29 -07:00