[SeaBIOS] Re: bmp/bootsplash: Added support for 16/24/32bpp in one function

2019-02-04 Thread Kevin O'Connor
On Tue, Jan 29, 2019 at 11:00:00PM -, Joseph Pacheco-Corwin wrote: > I've removed the extra unneeded comments. I will keep this in mind for the > future, thank you. Thanks. I committed this change. -Kevin ___ SeaBIOS mailing list --

[SeaBIOS] Re: bmp/bootsplash: Added support for 16/24/32bpp in one function

2019-01-29 Thread Joseph Pacheco-Corwin
I've removed the extra unneeded comments. I will keep this in mind for the future, thank you. --- src/bmp.c| 19 +-- src/bootsplash.c | 8 src/util.h | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/src/bmp.c b/src/bmp.c index

[SeaBIOS] Re: bmp/bootsplash: Added support for 16/24/32bpp in one function

2019-01-29 Thread Kevin O'Connor
On Fri, Jan 25, 2019 at 06:19:11PM -, Joseph Pacheco-Corwin wrote: > Specifically added support for 16 and 32bpp files, in addition to 24bpp. > The function bmp_show() in bmp.c has had the hardcoded check for 24bpp > replaced with a general > bpp check that uses a % to check for remainder,

[SeaBIOS] Re: bmp/bootsplash: Added support for 16/24/32bpp in one function

2019-01-25 Thread Joseph Pacheco-Corwin
I'm an absolute fool, forgetting to add [PATCH] int he subject line. Apologies. ___ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-le...@seabios.org