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