GNOME Bugzilla – Bug 581571
ARGB and alignment added to textrender
Last modified: 2009-05-07 15:40:14 UTC
ARGB support is added to the textrender element so it can be used in case of text overlay directly performed on the hardware. Added aligment properties like in textoverlay, to place the text at expected location. Other information:
Created attachment 134091 [details] [review] Patch for ARGB and alignment added to textrender element
Could you split this patch into two different patches, one adding ARGB support and one adding the alignment support? Also the changes to the AYUV rendering function look suspicious, especially the 0x80 => 255 changes.
Created attachment 134192 [details] [review] Updated patch
Sorry did a mistake in AYUV, cahnged in updated patch. Is it really needed to split the ARGB and alignment patch ?
Necessary: no :) But it would make reviewing easier... well, I'll take a close look at this later and commit it :)
Thanks, committed with some minor changes... commit e86a39cc7cf5fa53a68e2b1a5c1c9b12db22d3c2 Author: Kapil Agrawal <kapil@mediamagictechnologies.com> Date: Thu May 7 16:48:08 2009 +0200 textrender: Add support for ARGB and alignment properties Fixes bug #581571.
I should probably note that there were quite some bugs that I've fixed ;)