efl/src/lib/evas/cserve2
Jean-Philippe Andre 1513007815 evas/cserve2: Merge Glyph_Data and mempool index
Glyphs were previously using 3 shared buffers, now reduce to 2:
- Memory pool (mempool) containing the glyph drawable data
- Index table (Shared_Index / array) containing only the
  indexes of the buffers in the mempool
- Glyph_Data table (array) containing the glyphs descriptors
  AS WELL as the buffer indexes.

So, we just merge the two index tables into one by using directly
objects of type Glyph_Data for the referencing of the mempool
buffers.
2013-10-28 15:47:16 +09:00
..
evas_cs2.h evas/cserve2: Merge Glyph_Data and mempool index 2013-10-28 15:47:16 +09:00
evas_cs2_client.c evas/cserve2: Merge Glyph_Data and mempool index 2013-10-28 15:47:16 +09:00
evas_cs2_image_data.c evas/cserve2: Add cache hit count on image data 2013-10-28 15:47:15 +09:00
evas_cs2_private.h evas/cserve2: Use Eina_Refcount instead of int 2013-10-28 15:47:16 +09:00
evas_cs2_utils.c evas/cserve2: Fix font reloading after cserve2 restart. 2013-10-28 15:47:16 +09:00
evas_cs2_utils.h merge: and now Evas 2012-11-04 11:51:42 +00:00