summaryrefslogtreecommitdiff
path: root/apps/plugins/lib (follow)
Commit message (Expand)AuthorAge
* * Use fast multiplication macro in some more places. * Better pipelining on SH1.Jens Arnold2006-08-19
* Better implementation of the new greyscale algorithm. A bit faster (+2% on iP...Jens Arnold2006-08-11
* New algorithm for grayscale buffer updates which is faster for large buffer d...Jens Arnold2006-08-11
* 'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg2006-08-11
* don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg2006-08-11
* ARM targets: Shave off one instruction from the multiply-by-75.Jens Arnold2006-08-09
* Fix sim warnings.Jens Arnold2006-08-07
* Grayscale lib: Working screendump on iPod (target + sim).Jens Arnold2006-08-07
* * Assembler optimised gray_update_rect() and writearray() for arm (greyscale ...Jens Arnold2006-08-07
* We can run the grayscale lib at full frame rate on iPods...Jens Arnold2006-08-07
* Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold2006-08-07
* Again smaller fixed point exp()Jens Arnold2006-08-04
* Smaller & faster (on our targets) fixed point exp() with a multiplication.Jens Arnold2006-08-04
* Repair bufferend scrolling background.Jens Arnold2006-08-03
* Proper rounding...Jens Arnold2006-08-02
* Slightly better precision.Jens Arnold2006-08-02
* Ooops, don't apply correction when it shouldn't be applied.Jens Arnold2006-08-02
* Grayscale library: LCD linearisation and gamma correction.Jens Arnold2006-08-02
* Moved the X5 button driver to the target treeLinus Nielsen Feltzing2006-07-27
* Lib to save a bitmap struct to a bmp file. Only works/tested with color bitmaps.Antoine Cellerier2006-07-19
* RGB <-> HSV colorspace conversion libAntoine Cellerier2006-07-19
* 1bit and 2bit LCD drivers: Low-level bit handling optimisations.Jens Arnold2006-07-18
* Use correct file mode when creating files. Fixes task 5452Dan Everton2006-05-30
* SH1: Better placement of the C library routine references (gcc 3.4.x -Os and ...Jens Arnold2006-04-20
* Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD dr...Jens Arnold2006-04-06
* Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of...Jens Arnold2006-04-06
* Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod.Jens Arnold2006-04-02
* Basic plugin playback control menu by Jonathan Gordon (Patch #4874)Linus Nielsen Feltzing2006-03-26
* Fix profiling compilation for non-m68k targetsBrandon Low2006-03-09
* The LCD extension lib was split into 3 parts: Removed old file.Jens Arnold2006-03-08
* Minor optimisation.Jens Arnold2006-03-08
* LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold2006-03-08
* Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold2006-02-26
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
* Made the overlay loader code part of the plugin library.Jens Arnold2006-02-23
* Apply same optimisation as for the core lcd drivers.Jens Arnold2006-02-23
* Faster filled triangle drawing for colour targets and greyscale iPods.Jens Arnold2006-02-20
* Do not compile grayscale lib (and plugins needing it) for the iPod Grayscale LCDDave Chapman2006-02-10
* Changed the 'stride' parameter of all *_bitmap_part() function to always mean...Jens Arnold2006-02-08
* Ooops, small fix.Jens Arnold2006-02-08
* Preparation for colour gfx viewers: xlcd_color_bitmap_part() and xlcd_color_b...Jens Arnold2006-02-08
* JPEG viewer adapted to colour targets (greyscale only for now). New functions...Jens Arnold2006-02-08
* Added memmove() to codec API & plugin API, and changed codeclib and plugin li...Jens Arnold2006-02-06
* Colour targets: Adapted mandelbrot plugin. The plugin library now contains sc...Jens Arnold2006-02-05
* Fixed warnings on iFP.Tomasz Malesinski2006-02-03
* Bugfix: gray_putsxyofs() couldn't have worked beforeJens Arnold2006-01-23
* Grayscale library: colour macros now matching the core LCD drivers.Jens Arnold2006-01-23
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Fixed comment.Jens Arnold2005-11-26
* Slight optimisation of gray_mono_bitmap_part() (only affects H1x0).Jens Arnold2005-11-25