summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/RasterFont.cpp
AgeCommit message (Expand)Author
2013-09-01More warnings: mark/avert truncating conversions from float.comex
2013-07-13Patch from Degasus that removes the last of the the GL_TEXTURE_RECTANGLE usag...Ryan Houdek
2013-04-19Fix a bunch of random typos in comments and logging.lioncash
2013-04-17New license header introduced to all Video based projects.Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-04-08ogl: support glsl120degasus
2013-02-13merge glsl headers into one placedegasus
2013-02-13merge Vertex and PixelShaderCache into ProgramShaderCachedegasus
2013-01-31don't stream in rasterfontdegasus
2013-01-19glsl: remove usage of old texture2D* functiondegasus
2013-01-19move utils texture to sampler 8+9degasus
2013-01-15only change shader if neededdegasus
2013-01-15Revert "fix byte order in osd rasterfont"degasus
2013-01-14use attrib pointers in nativeVertexFormatdegasus
2013-01-14Merge branch 'Graphic_Update' into GLSL-masterdegasus
2013-01-11fix warningsdegasus
2013-01-11vertex shader for texture converterdegasus
2013-01-09Merge branch 'arb_framebuffer' into GLSL-masterdegasus
2013-01-07fix byte order in osd rasterfontdegasus
2012-12-29always calls glBindBuffer(0) after disabling vaodegasus
2012-12-29revert RasterFont optimizationdegasus
2012-12-28cleanup rasterfontdegasus
2012-12-28also use shaderCaches in rasterFontdegasus
2012-12-26fix byte order in osd rasterfontdegasus
2012-12-25Merge branch 'immediate-removal'degasus
2012-12-25revert update the rasterfont shader to GLSL3.3 - OGL 2.0 should be enoughdegasus
2012-12-13move glBindBuffer and glBindVertexArray out of VertexManagerdegasus
2012-12-13Check texture params before updateing themdegasus
2012-12-13helper for compiling glsldegasus
2012-12-13update the rasterfont shader to GLSL3.3 - so OGL 3.3 is neededdegasus
2012-12-13custom shader for RasterFont, fix color supportdegasus
2012-12-13initial release of new RasterFont without color supportdegasus
2011-02-13VideoOGL: reinitialize some more global variables,pierre
2009-10-13VSW: Copied rasterfont from ogl to prevent inter plugin dependenciesnakeee