aboutsummaryrefslogtreecommitdiffstats
path: root/psplash-fb.c
AgeCommit message (Collapse)Author
2015-11-24psplash-fb: Convert psplash_fb_plot_pixel() to a static inlineKhem Raj
This function is not used outside psplash-fb.c and by making it static inline we keep the performance and also make it portable across multiple compilers and gcc versions Signed-off-by: Khem Raj <raj.khem@gmail.com>
2015-11-24psplash-fb.c: Fix some endian issuesJuro Bystricky
The routine psplash_fb_plot_pixel implicitly assumed little endian format when plotting pixels in RGB888 or BGR888 modes. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2015-11-24psplash-fb.c: Fix BGR888 detectionJuro Bystricky
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2014-10-31Images: handle rowstride != width*bytes_per_pixelOlaf Mandel
Up till now, image data with a rowstride larger than the value expected from width and bytes_per_pixel caused a trapezoid distortion of the displayed image. Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com>
2009-05-28psplash: Fix so the code honours whatever bit order the display reports with ↵Richard Purdie
fast paths for the most common cases.
2009-05-25psplash: really fix R&B bit swappingRichard Purdie
2009-05-19psplash: Fix image byte order, add master copy of underlying logo imageRichard Purdie
2009-05-19* psplash-fb.c:Richard Purdie
* psplash-poky-img.h: * psplash.c * Makefile.am: Fix colour read order from RLE images (R & B swapped) Add handling for alpha channel in images Update the Poky RLE image Change the OpenedHand logo for the Poky one
2008-05-272008-05-27 Robert Bragg <bob@o-hand.com>Robert Bragg
* psplash-fb.c: Added support for attempting to configure a 32/16bpp fbdev pixel format, if the default (e.g. 8bpp) is not supported.
2006-12-222006-12-22 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash-fb.c: * psplash.c: More rotation tweaks
2006-12-222006-12-22 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash-fb.c: * psplash-fb.h: * psplash.c: Add -angle cmd line arg, hopefully fix rotation
2006-12-192006-12-19 Matthew Allum <mallum@openedhand.com>Matthew Allum
* psplash-fb.c: * psplash-fb.h: * psplash.c: Add some as yet tested basic rotation code. * psplash.h: Disable DBG output by default.
2006-09-082006-09-08 Matthew Allum <mallum@openedhand.com>Matthew Allum
* Makefile.am: * radeon-font.h: Add 'compiled' font. * psplash-fb.c: * psplash-fb.h: * psplash.c: * psplash.h: Add basic font/text rendering support Add remote msg suuport (psplash-write 'MSG hello world') Add cmd line switch to disable console switch Move console switch after fifo set up.
2006-09-06Added initial psplash sourcesMatthew Allum