dolphin/Source/Plugins
degasus 75dd48247f initial release of new RasterFont without color support
this new design will once create a texture for all chars.
while rendering a string, a list of polygons (position on screen + texture)
for this string is generated on the fly and print at once by glDrawArrays.
atm, there is no support for colors, so everything will display white.

Signed-off-by: Ryan Houdek <Sonicadvance1@gmail.com>
2012-12-13 15:28:28 -06:00
..
Plugin_VideoDX9 Some code cleaning for my last commit. 2012-10-22 19:37:26 -03:00
Plugin_VideoDX11 Some code cleaning for my last commit. 2012-10-22 19:37:26 -03:00
Plugin_VideoOGL initial release of new RasterFont without color support 2012-12-13 15:28:28 -06:00
Plugin_VideoSoftware initial release of new RasterFont without color support 2012-12-13 15:28:28 -06:00
CMakeLists.txt Some work on changing comments, log messages, and variable and function names to reflect that the plugins are not plugins anymore. 2011-02-14 02:18:03 +00:00