Re: [Pixman] [PATCH 2/8] Add pixman_glyph_cache_t API

2012-05-30 Thread Søren Sandmann
Behdad Esfahbod writes: > Looks nice. I don't see you updating the mru list though. It's actually added in the two optimizations later in the series. I used to have them in the API patch too, but they must have gotten lost in the rebases. I'll add them there too. Thanks, Soren ___

Re: [Pixman] [PATCH 2/8] Add pixman_glyph_cache_t API

2012-05-30 Thread Behdad Esfahbod
Looks nice. I don't see you updating the mru list though. behdad On 05/30/2012 07:41 PM, Søren Sandmann wrote: > From: Søren Sandmann Pedersen > > This new API allows entire glyph strings to be composited in one go > which reduces overhead compared to multiple calls to > pixman_image_composite

[Pixman] [PATCH 2/8] Add pixman_glyph_cache_t API

2012-05-30 Thread Søren Sandmann
From: Søren Sandmann Pedersen This new API allows entire glyph strings to be composited in one go which reduces overhead compared to multiple calls to pixman_image_composite32(). The pixman_glyph_cache_t is a hash table that maps two keys (a "font" and a "glyph" key, but they are just keys; ther