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