summaryrefslogtreecommitdiff
path: root/apps/plugins/test_fps.c
AgeCommit message (Expand)Author
2020-07-24plugins: HAVE_BACKLIGHT in the test pluginsSolomon Peachy
2012-03-03test_X plugins PLA integrationJean-Louis Biasini
2012-01-29Fix building test plugins on non-touch targets, for real.Thomas Martitz
2012-01-29Revert "Fix building test plugins on non-touch targets."Thomas Martitz
2012-01-28Fix building test plugins on non-touch targets.Magnus Holmgren
2012-01-27test_codec/test_fps: Use pluginlib_touchscreen API to make them fit for touch...Thomas Martitz
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz
2011-09-06rk27xx - enable a few test pluginsMarcin Bukat
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima
2010-12-27Vastly increase speed of SDL screen updates for RGB565.Thomas Martitz
2010-11-30HD300 - plugins keymapsMarcin Bukat
2010-10-03Make test_fps test the greylib on both cores of dual core targets.Jens Arnold
2010-08-30Plugins: modify IRAM copying codeRafaël Carré
2010-08-25Remove build conditions inside .c plugin filesRafaël Carré
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli
2009-06-21Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyw...Rafaël Carré
2009-05-13Sansa Fuze : Fix r20680/FS#10075 (long HOME to exit plugins)Rafaël Carré
2009-04-11Revert unrelated changes :/Thomas Martitz
2009-04-11Fuze & e200v2: Put lcd framebuffer into iram, which saves 77k normal ram and ...Thomas Martitz
2009-01-16loader-initialized global plugin API:Andrew Mahone
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon
2008-05-13Plugin parameters should be const.Steve Bavin
2008-04-06Adapt the remaining plugins to put the greyscale isr on cop. Now they can be ...Jens Arnold
2008-04-04Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar...Jens Arnold
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-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold
2008-03-22Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...Jens Arnold
2008-03-02Greyscale library: Preparations for a gamma measurement plugin.Jens Arnold
2008-03-02Use IRAM where appropriate when testing framerate, for more realistic results...Jens Arnold
2008-01-13Greyscale library: Plugins can now put the management structure in IRAM for h...Jens Arnold
2008-01-08FPS Test plugin: add greyscale library performance measurement.Jens Arnold
2007-10-15Fix warnings in test_fps.Jens Arnold
2007-10-13Improved FPS test plugin: * Better precision for low frame rates (take extra ...Jens Arnold
2007-08-05Make test_disk and test_fps plugins compile for the simulator.Jens Arnold
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-04-11FPS test: Made output better fit smaller screens. * Added remote LCD FPS meas...Jens Arnold
2006-04-11use the power switch on units without off button (like the X5)Daniel Stenberg
2006-04-08Test plugin for measuring LCD update speed, for developers.Jens Arnold