Evas fitlers: Implement SLOW font draw to alpha targets
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 16 Jan 2014 05:38:11 +0000 (14:38 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Feb 2014 08:33:17 +0000 (17:33 +0900)
commit4c4b44a575bb73f714329efaecf6fb4ea0d58c78
treecf1bda916b68cab2254b05504096f3c936792c2a
parente08a8fd9340ab4763017d2f1ed1207455544ca08
Evas fitlers: Implement SLOW font draw to alpha targets

Well, raster did some great job at optimizing font draw... but only
to RGBA32 targets. In this font effects case, we also want to render
text on ALPHA buffers.

For now, reuse the existing alpha blending & glyph decompress
functions. It's MUCH easier, and works. Definitely slower than
decompressing on-the-fly and optimizing everything. But for now,
this will not even be the performance bottleneck in an effect
(blur will be a lot slower).
src/lib/evas/common/evas_font_compress.c