1
0
Fork 0
mutter-performance-source/clutter/cogl
Neil Roberts e080e824ee cogl-rectangle-map: Use a GArray for the stack
When iterating over the rectangle map a stack is used to implement a
recursive algorithm. Previously this was slice allocating a linked
list. Now it uses a GArray which is retained with the rectangle map to
avoid frequent allocations which is a little bit faster.
2010-08-12 11:56:59 +01:00
..
cogl cogl-rectangle-map: Use a GArray for the stack 2010-08-12 11:56:59 +01:00
doc cogl: improves header and coding style consistency 2010-02-12 14:05:00 +00:00
pango cogl-pango: Use a CoglAtlas to maintain the glyph cache 2010-08-12 11:56:59 +01:00
Makefile.am [cogl] move clutter/pango to clutter/cogl/pango 2009-10-16 18:58:51 +01:00