CVSROOT:        /cvs/directfb
Module name:    DirectFB
Changes by:     dok     20060722 20:46:29

Modified files:
        interfaces/IDirectFBFont: idirectfbfont_default.c 
                                  idirectfbfont_ft2.c 
        src/core       : fonts.c fonts.h 

Log message:
Implemented font cache limit, currently hardcoded to five rows, each row
stores a number of glyphs.

When the maximum number is reached it will reuse the least recently used
row, kicking out glyphs that have been on it.

Doing that on a glyph basis would require some more work and has a greater 
overhead.


_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to