graphics: splash - correct rounding in alpha blending
authorTerje Gundersen <terje.gundersen@appeartv.com>
Tue, 24 Dec 2013 09:51:57 +0000 (10:51 +0100)
committerTom Gundersen <teg@jklm.no>
Tue, 24 Dec 2013 10:05:25 +0000 (11:05 +0100)
commitb1e9c555235d0acf1d2efd6c1abe39b09856639f
tree4943eff76af31cb15496d2ded05c4b734097e4b9
parent30030cb9c76f8efbd4393f1323fd19fa06c0b217
graphics: splash - correct rounding in alpha blending

"(X >> 8)" always rounds down, but "(X + 0x80) >> 8)" rounds to
the nearest integer.
src/efi/graphics.c