Blender Git Commit Log
Git Commits -> Revision a94244c
Revision a94244c by Jason Wilkins (soc-2012-swiss_cheese) May 20, 2012, 16:53 (GMT) |
minor optimization of font rendering Made some large local arrays static and used array instead of pointers to help compiler with aliasing issues. Made glBegin/glEnd only called once. I plan to replace the glBegin/glEnd paradigm with a set of inline functions for filling in VBO, so this isn't just shuffling around deprecated functionality. |
Commit Details:
Full Hash: a94244c23aaad1997ab53904b16b43844d84cebb
SVN Revision: 46812
Parent Commit: d07e5a2
Lines Changed: +26, -19
1 Modified Path:
/source/blender/blenfont/intern/blf_glyph.c (+26, -19) (Diff)