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>
Mon, 21 Nov 2016 14:18:40 +0000 (09:18 -0500)
commit8df167ca37144cfbbd56cfef092421fd2241c67f
treecd75d4bdf55369f209cb784eaccb9b4cfd29133b
parentc99603dba4944f165cb918f53380381b7dd9ac2a
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