summaryrefslogtreecommitdiff
path: root/apps/plugins/mandelbrot.c
AgeCommit message (Expand)Author
2007-09-22Fix empty commit: Add grayscale support for ARM in vertical packing format.Tomasz Malesinski
2007-09-20Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold
2007-06-14Mandelbrot: slight speedup on coldfire targets. Only noticeable at high itera...Jens Arnold
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman
2006-11-15Hopefully clean up some errorsKarl Kurbjun
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell
2006-08-09Mandelbrot: * Asm optimisation for arm targets. * Proper aspect for all LCD r...Jens Arnold
2006-08-07Grayscale library ported to the grayscale iPods, first version. Added C refer...Jens Arnold
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg
2006-08-02Grayscale library: LCD linearisation and gamma correction.Jens Arnold
2006-06-30To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare
2006-04-09use #ifdef x instead of #if defined(x)Christian Gmeiner
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner
2006-03-03Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg
2006-02-26Finally - grayscale library support for the simulators. Currently SDL only, w...Jens Arnold
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman
2006-02-24first gigabeat commitMarcoen Hirschberg
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing
2006-02-05Colour targets: Adapted mandelbrot plugin. The plugin library now contains sc...Jens Arnold
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold
2005-10-16Mandelbrot plugin: New fixed point routines, loosing a tiny bit of precision ...Jens Arnold
2005-10-10Removed an unnecessary instruction from the coldfire 64 bit multiplication.Jens Arnold
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold
2005-09-30H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...Jens Arnold
2005-08-01Assembler optimised 64 bit multiplication for coldfire: ~15% speedup. Proper ...Jens Arnold
2005-08-01Another small opt for the SH1 64 bit multiplication.Jens Arnold
2005-08-01Further optimised asm 64 bit multiplication for SH1, speedup around 20%.Jens Arnold
2005-07-30Ooops, the adapted maximum iteration count was off by 60...Jens Arnold
2005-07-30Heavily improved mandelbrot plugin: (1) Calculation now uses 64bit fixed poin...Jens Arnold
2005-07-28Mandelbrot plugin fixes: (1) Aspect handling was broken, it has to keep the x...Jens Arnold
2005-07-27Adjusted mandelbrot plugin to H1x0: (1) Working button assignment. (2) Differ...Jens Arnold
2005-07-25Complete rework of the grayscale library: (1) Implemented the new rockbox gra...Jens Arnold
2005-02-04adapted to build on iRiverDaniel Stenberg
2004-10-18Plugin rework 2: (all) Compile-time keyboard configuration, for Ondio adaptio...Jens Arnold
2004-06-16Fixed a warningJens Arnold
2004-06-16Mandelbrot didn't yield() at all, leading to playback problems when heavily c...Jens Arnold
2004-05-26Improved drawing speed by drawing whole columns at once (Matthias)Jens Arnold
2004-05-19Removed the grayscale framework, gets linked in from the plugin lib insteadJens Arnold
2004-05-10Updated with the latest grayscale frameworkJens Arnold
2004-04-30uses the new timer registration of the plugin API, no hardware banging any moreJörg Hohensohn
2004-04-21Now uses grayscalescvs diff -u apps/plugins/mandelbrot.c! Plus some internal ...Linus Nielsen Feltzing
2004-04-20Overflow error fixJens Arnold
2004-04-14a Mandelbrot set plugin from MatthiasJörg Hohensohn