Blender Git Commit Log

Git Commits -> Revision b349f7c

Revision b349f7c by Campbell Barton (master)
October 30, 2010, 23:02 (GMT)
Minor speedups for 3D view text drawing ~10-15% improved frame-rate with particle display.
- ascii text drawing functions, slightly faster since they dont have to do hash lookups & utf8 conversions for each char.
- used ascii drawing functions for the view3d's number display.
- each text item was using fixed 128 chars, now only allocate the string length needed.

Commit Details:

Full Hash: b349f7c99d770673cfd27b3ce7de311db33d6b3f
SVN Revision: 32782
Parent Commit: 97d2ca8
Lines Changed: +170, -50

8 Modified Paths:

/source/blender/blenfont/BLF_api.h (+4, -2) (Diff)
/source/blender/blenfont/intern/blf.c (+52, -17) (Diff)
/source/blender/blenfont/intern/blf_font.c (+62, -1) (Diff)
/source/blender/blenfont/intern/blf_internal.h (+2, -1) (Diff)
/source/blender/blenfont/intern/blf_internal_types.h (+3, -0) (Diff)
/source/blender/editors/space_view3d/drawanimviz.c (+4, -3) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+40, -24) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021