summaryrefslogtreecommitdiff
path: root/src/efi/graphics.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-07obsoletedHEADmasterKay Sievers1-389/+0
2015-01-25stub: execute EFI image with an embedded kernel, initrd, cmdline sectionsKay Sievers1-1/+1
2015-01-23find Linux kernels with an embedded os-release fileKay Sievers1-1/+1
2014-01-31always set a background before drawing the splashKay Sievers1-6/+5
2014-01-15graphics: Do not require nonstandard console control protocolJoonas Lahtinen1-2/+4
2013-12-24graphics: splash - correct rounding in alpha blendingTerje Gundersen1-2/+2
2013-12-22disable cursor when switching text/graphics modeKay Sievers1-10/+14
2013-12-21remove +1 from alpha calculationKay Sievers1-2/+1
2013-12-21'P' support cycling to backgroud colors for debuggingKay Sievers1-2/+10
2013-12-21graphics - support alpha channelTom Gundersen1-4/+35
2013-12-19graphics: factor out BMP header parsingTom Gundersen1-27/+36
2013-12-18graphics: support smaller than 2^n colormapsTom Gundersen1-10/+14
2013-12-17graphics: simplify 16bpp calculationTom Gundersen1-3/+5
2013-12-17graphics: add support for XRGB{16,32}Tom Gundersen1-2/+26
2013-12-17graphics: accept newer BMP header versionsTom Gundersen1-6/+8
2013-12-16fix padding for BMP linesKay Sievers1-2/+2
2013-12-15add splash supportKay Sievers1-0/+221
2013-12-15move graphics to its own fileKay Sievers1-0/+84