ecere/gfx/newFonts/DrawManager: Fixes for FFP GL support
authorJerome St-Louis <jerome@ecere.com>
Mon, 29 Feb 2016 05:31:00 +0000 (00:31 -0500)
committerJerome St-Louis <jerome@ecere.com>
Mon, 21 Nov 2016 14:18:44 +0000 (09:18 -0500)
commit0a38ec49f831034beb4bbb91bff100681209407c
tree08995d62e992bcd95cfe7d37c679d58f8a8b9841
parent73de613be89765d87db4293557747b32c163d8d9
ecere/gfx/newFonts/DrawManager: Fixes for FFP GL support
- Matrix was not being set
- Avoid querying current program
- Using GL_ALPHA rather than GL_RED
ecere/src/gfx/newFonts/drawManager.ec
ecere/src/gfx/newFonts/fontRenderer.ec
ecere/src/gfx/newFonts/textureManager.ec