summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey_draw.c (follow)
Commit message (Expand)AuthorAge
* lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets.Thomas Martitz2014-01-07
* Adapt OSD in plugin lib to be greylib compatible.Michael Sevakis2012-12-18
* Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold2009-06-01
* Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone2009-05-26
* Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone2009-05-09
* Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit ...Jens Arnold2009-03-08
* fix greylib scaler output on sh, output_row_grey was not using SC_MUL macroAndrew Mahone2009-02-15
* loader-initialized global plugin API:Andrew Mahone2009-01-16
* Make the greylib text output functions handle unicode. Fixes non-working umla...Jens Arnold2008-12-28
* Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone2008-12-26
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold2008-03-25
* Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold2008-03-25
* Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold2008-03-25
* Greyscale library: Assembler optimised update function for SH1 (Archos record...Jens Arnold2008-03-05
* Greyscale library: Assembler optimised update for coldfire, ~73% speedup when...Jens Arnold2008-03-02
* Greyscale library: * Defer application of lcd linearisation + gamma in buffer...Jens Arnold2008-01-13
* Greyscale library: Plugins can now put the management structure in IRAM for h...Jens Arnold2008-01-13
* Greyscale library: * Introduced some extra macros dealing with block size, al...Jens Arnold2008-01-10
* Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold2008-01-09
* All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold2008-01-04