On Thu, Jan 16, 2014 at 4:13 PM, Joonas Lahtinen
<joonas.lahti...@linux.intel.com> wrote:

> By our measurements, the original BGRX code only adds some 5 milliseconds to
> the boot time compared to no logo at all, where the BMP code adds almost 70
> milliseconds.

We can be quite a bit more efficient when pushing the pixels, I guess.
For us, we wanted alpha channels, so the background can be set
separately, this involves per-pixel calculation for the 32bit BMP
version.

First question, did yo make sure to compile with optimization? I did
not check, but the ope-coded copy loop might benefit from it.

Kay
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to