summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-16bit.c (follow)
Commit message (Expand)AuthorAge
* Fix dangerous castsAmaury Pouly2017-02-04
* lcd-16bit: Split out some functions to lcd-color-common.cThomas Martitz2014-06-21
* lcd_fillrect(): Unify 16bit implementations (move to 16bit-common.c)Thomas Martitz2012-03-20
* Refactor lcd_clear_viewport().Thomas Martitz2012-03-20
* lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon2012-02-28
* lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common codeRafaël Carré2011-12-03
* lcd-16bit: move common code to lcd-16bit-common.cRafaël Carré2011-12-03
* lcd_blit_yuv: move to lcd-16bit-common.cRafaël Carré2011-12-03
* lcd_blit_yuv: move from sdl driver to lcd16bit-commonRafaël Carré2011-12-03
* Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim...Thomas Martitz2011-03-08
* Add viewport clipping to lcd_alpha_bitmap_part as lcd_mono_bitmap_part also has.Thomas Martitz2011-03-05
* Anti-Aliased Fonts support.Thomas Martitz2011-03-05
* Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz2010-08-12
* Comment out lcd_drawline() DEBUGF messages which show in various simulatorsTomer Shalev2010-02-20
* Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...Karl Kurbjun2009-11-07
* Save one branch for archs without conditional execution (e.g. coldfire).Jens Arnold2009-10-26
* Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they...Thomas Martitz2009-10-26
* Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold2009-10-26
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* LCD bitmap driver code consolidation from FS#4817:Andrew Mahone2009-08-13
* FS#10080Nils Wallménius2009-07-14
* Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold2009-06-01
* Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz2009-03-17
* Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit ...Jens Arnold2009-03-08
* Correct test to avoid drawing outside display, fixes a problem in sim with sp...Nils Wallménius2008-10-03
* Colour targets: Revert an optimisation from almost 18 months ago that actuall...Jens Arnold2008-06-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon2008-06-23
* Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis2008-05-28
* Make the transparent bitmaps work on Gigabeat S.Michael Sevakis2008-04-15
* LCD drivers: * Automatically optimise horizontal and vertical lines drawn via...Jens Arnold2008-04-12
* Make the lcd_gradient_* functions static - they're not exported in lcd.hDave Chapman2008-01-13
* Add the viewport functions to the screens API, including a new getfont() func...Dave Chapman2008-01-08
* Add viewport capabilities to all the LCD drivers, and adapt scrolling code. ...Dave Chapman2008-01-07
* Make the "current line" value in the gradient style code zero-based, and an a...Nicolas Pennequin2007-12-06
* Accept FS#7901 by Akio Idehara: Fix gradient for scrolling lines when more th...Nicolas Pennequin2007-11-19
* Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis2007-11-08
* Bugfix: The solid colour and gradient selector no longer extends to the left ...Jens Arnold2007-10-15
* Save a few bytes in the line selector style handling code.Antoine Cellerier2007-09-30
* Make the gradient look better when more than one line is selected (running ti...Nicolas Pennequin2007-09-28
* Factor out the gradient drawing code. Should save some bytes and makes the co...Nicolas Pennequin2007-09-28
* Fix corrupted display of the gradient selector for scrolling lines in some co...Nicolas Pennequin2007-09-27
* FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin2007-09-27
* Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson2007-09-21
* Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis2007-07-28
* Hrm. Commit the other needed change too. :)Michael Sevakis2007-07-15
* Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced wit...Jonathan Gordon2007-07-14
* Fix FS#7336 - scrolling lines don't stay coloured.Jonathan Gordon2007-06-22
* Give color targets the ability to display each LCD line a different color and...Brandon Low2007-06-17
* More gigabeat LCD cleanup and completely remove the use of DMA for lcd_update...Dave Chapman2007-05-15