citra/src
Yuri Kunde Schlesner f1f381aec6 Rework OpenGL renderer.
The OpenGL renderer has been revised, with the following changes:
 - Initialization and rendering have been refactored to reduce the number of
   redundant objects used.
 - Framebuffer rotation is now done directly, using texture mapping.
 - Attempt to support the LCD framebuffer size registers, under the
   assumption that the 3DS hardware does hardware scaling in case they
   don't match the physical LCD resolution.
 - Vertex coordinates are now given in pixels, and the projection matrix
   isn't hardcoded anymore.
2014-08-28 15:37:58 -03: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 Introduce VAddr and PAddr typedefs for ARM addresses. 2014-08-28 15:36:32 -03:00
video_core Rework OpenGL renderer. 2014-08-28 15:37:58 -03:00
CMakeLists.txt fixes to build on linux 2014-04-22 19:42:29 -07:00