ecere/gfx/newFonts: Bug fix: Vertex/texcoord GL type should be GL_SHORT, not GL_UNSIG...
authorAlexis Naveros <alexis@ecere.com>
Wed, 25 Nov 2015 14:56:13 +0000 (09:56 -0500)
committerJerome St-Louis <jerome@ecere.com>
Wed, 2 Nov 2016 16:32:40 +0000 (12:32 -0400)
commit3503658347a67dee5bacd837b48accd0cd9f697b
tree5329fcbbeef671ffa47da9ec30414ddeb78d5d7e
parent3846936e334ce9552078e302aa572b16fe471fde
ecere/gfx/newFonts: Bug fix: Vertex/texcoord GL type should be GL_SHORT, not GL_UNSIGNED_SHORT, caused unwanted clipping near viewport edges
ecere/src/gfx/newFonts/cc/mmhashinline.h
ecere/src/gfx/newFonts/drawManager.ec
ecere/src/gfx/newFonts/fontRenderer.ec