summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* HDD6330: speedup lcd_blit_yuv() function (~4%).Szymon Dziok2010-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28828 a1c6a512-1295-4272-9138-f99709370657
* Add short sleep after wakeup of LDS176 type LCD to avoid occasional shift of ↵Andree Buschmann2010-12-13
| | | | | | first full screen update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28827 a1c6a512-1295-4272-9138-f99709370657
* HDD6330: implement initialization and inversion of lcd.Szymon Dziok2010-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28826 a1c6a512-1295-4272-9138-f99709370657
* Speedup of iPod nano 2G YUV blitting by 3%.Andree Buschmann2010-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28825 a1c6a512-1295-4272-9138-f99709370657
* FS#11807 - Major speedup of iPod nano 2G. Part 5: Introduce asm for RGB ↵Andree Buschmann2010-12-13
| | | | | | screen updates, set LCD_PHTIME to Apple's default for LDS176 type LCD's. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28824 a1c6a512-1295-4272-9138-f99709370657
* HD300 - lang strings for alarm screenMarcin Bukat2010-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28823 a1c6a512-1295-4272-9138-f99709370657
* Make the midiplugin's out of memory error more obvious to people who don't ↵Michael Giacomelli2010-12-13
| | | | | | know what malloc is. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28822 a1c6a512-1295-4272-9138-f99709370657
* Android: Protect lcd updates with a mutex.Thomas Martitz2010-12-13
| | | | | | The scrolling engine could lock out the main thread which may be waiting for its update to finish (wakeups are not reentrant). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28821 a1c6a512-1295-4272-9138-f99709370657
* Only return USB_POWERED if USB_DETECT_BY_DRV is actually defined, which ↵Frank Gevaerts2010-12-12
| | | | | | might not be the case for e.g. bootloaders (also fix red) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28820 a1c6a512-1295-4272-9138-f99709370657
* Move AMSv1 USB to the USB_DETECT_BY_DRV model, so connecting to a dumb ↵Frank Gevaerts2010-12-12
| | | | | | charger works without interrupting playback git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28819 a1c6a512-1295-4272-9138-f99709370657
* Revert tab police as it makes merging upstream changes more annoying and ↵Nils Wallménius2010-12-12
| | | | | | messed up indentation in some places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28818 a1c6a512-1295-4272-9138-f99709370657
* Tab police.Andree Buschmann2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28817 a1c6a512-1295-4272-9138-f99709370657
* FS#11802 by Li Jie fixing a typo in the doom buttonmap for SA9200.Nils Wallménius2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28816 a1c6a512-1295-4272-9138-f99709370657
* iPod nano 2G does use less current since the latest optimizations.Andree Buschmann2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28815 a1c6a512-1295-4272-9138-f99709370657
* AMSv2: handle sd card ACMDs similar to how it's done for AMSv1Bertrik Sikken2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28814 a1c6a512-1295-4272-9138-f99709370657
* FS#11807 - Major speedup of iPod nano 2G. Part 4: Introduce asm for yuv ↵Andree Buschmann2010-12-12
| | | | | | blitting. Overall speedup of part1-4 is +50% for RGB and +93% for YUV. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28813 a1c6a512-1295-4272-9138-f99709370657
* FS#11807 - Major speedup of iPod nano 2G. Part 3: Unify different write ↵Andree Buschmann2010-12-12
| | | | | | commands. No change in speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28812 a1c6a512-1295-4272-9138-f99709370657
* FS#11807 - Major speedup of iPod nano 2G. Part 2: Use 16 bit data width and ↵Andree Buschmann2010-12-12
| | | | | | simplify write commands. Gives another +27% for YUV. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28811 a1c6a512-1295-4272-9138-f99709370657
* Add MikMod plugin, ported by Jason Yu, with some minor work by Craig Mann ↵Frank Gevaerts2010-12-12
| | | | | | and William Peters (FS#8806) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28810 a1c6a512-1295-4272-9138-f99709370657
* FS#11708 - Major speedup of iPod nano 2G. Part 1: Loop unrolling and ↵Andree Buschmann2010-12-12
| | | | | | reduction of FIFO register polling. +50% for RGB, +34% for YUV. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28809 a1c6a512-1295-4272-9138-f99709370657
* AMSv2: only switch sd cards to high speed mode for for v2 sd cards, just ↵Bertrik Sikken2010-12-12
| | | | | | like is done for AMSv1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28808 a1c6a512-1295-4272-9138-f99709370657
* iPod Nano 2G: Correct clickwheel interrupt handler name, this time consistently.Michael Sparmann2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28807 a1c6a512-1295-4272-9138-f99709370657
* Fix bug introduced with r28800 (missing interrupt handler).Andree Buschmann2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28806 a1c6a512-1295-4272-9138-f99709370657
* Punctuation consistency, revert part of r27363.Mustapha Senhaji2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28805 a1c6a512-1295-4272-9138-f99709370657
* Merge the translation of too strings for a generic use.Mustapha Senhaji2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28804 a1c6a512-1295-4272-9138-f99709370657
* Update the list of targets used on english.lang file.Mustapha Senhaji2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28803 a1c6a512-1295-4272-9138-f99709370657
* Really fix yellow this time, SVN only committed half of what I wanted...Michael Sparmann2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28802 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow, already assign values for various S5L8702 definesMichael Sparmann2010-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28801 a1c6a512-1295-4272-9138-f99709370657
* usb-s3c6400x.[ch], button-clickwheel.c: Move s5l8701-specific parts to where ↵Michael Sparmann2010-12-12
| | | | | | they belong, prepare for s5l8702 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28800 a1c6a512-1295-4272-9138-f99709370657
* HD300 - further speedup of lcd_update() by utilizing DMA transfer when ↵Marcin Bukat2010-12-11
| | | | | | unboosted. The gain is 438 -> 728 fps @ 45MHz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28799 a1c6a512-1295-4272-9138-f99709370657
* S5L870x LCD interface registers are 32 bit.Andree Buschmann2010-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28798 a1c6a512-1295-4272-9138-f99709370657
* HD300 - tweak lcd_update() (4-5% speedup)Marcin Bukat2010-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28797 a1c6a512-1295-4272-9138-f99709370657
* Fix the eogonek glyph in 14-Nimbus (the credit goes to the author of FS#11785)Alexander Levin2010-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28796 a1c6a512-1295-4272-9138-f99709370657
* Fix typo in comment.Andree Buschmann2010-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28795 a1c6a512-1295-4272-9138-f99709370657
* iPod nano 2G: Call lcd_update_rect() in lcd_update() instead of using an own ↵Andree Buschmann2010-12-11
| | | | | | implementation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28794 a1c6a512-1295-4272-9138-f99709370657
* Set DRAM configuration for iPod nano 2G in crt0.sAndree Buschmann2010-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28793 a1c6a512-1295-4272-9138-f99709370657
* Detail comment in timer configuration of S5L870x.Andree Buschmann2010-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28792 a1c6a512-1295-4272-9138-f99709370657
* Derive clock and timer defines from frequency of external source.Andree Buschmann2010-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28791 a1c6a512-1295-4272-9138-f99709370657
* Commit small piece of FS#11748 by Michael Hohmuth. Disables database ↵Michael Giacomelli2010-12-11
| | | | | | specific fields if the database is not compiled in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28790 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#11776 by Jonas Haggqvist. Enables option to log building the ↵Michael Giacomelli2010-12-11
| | | | | | database in order to trouble shoot crashes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28789 a1c6a512-1295-4272-9138-f99709370657
* Correct mistake in the RealMedia parser that prevented rejecting files with ↵Michael Giacomelli2010-12-11
| | | | | | unsupported codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28788 a1c6a512-1295-4272-9138-f99709370657
* Restore correct launcher.png for mdpi that got accidentally overwritten.Thomas Martitz2010-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28787 a1c6a512-1295-4272-9138-f99709370657
* Oops, unintended change slipped in.Thomas Martitz2010-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28786 a1c6a512-1295-4272-9138-f99709370657
* Android: Rework notification and change icon sizes to better meet the ↵Thomas Martitz2010-12-10
| | | | | | | | | | systems' standard. The notification now announces the new track on track change, and the the area in the scrolled down notification area shows track infos (title, artist, album). Someone should check if it looks good on hdpi and ldpi screens as I can't verify it right now (emulator crashes). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28785 a1c6a512-1295-4272-9138-f99709370657
* Android: Replace the java based tick timer implemented with a not as bloated ↵Thomas Martitz2010-12-10
| | | | | | and more accurate linux hrtimer based one. Further reduces idle cpu usage (0% on my phone but still 1-2% on a Samsung Galaxy S). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28784 a1c6a512-1295-4272-9138-f99709370657
* Base voice thread stack size on DEFAULT_STACK_SIZE, it's otherwise likely to ↵Thomas Martitz2010-12-10
| | | | | | overflow on app targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28783 a1c6a512-1295-4272-9138-f99709370657
* HD300 - do not handle scrollstrip events when hold is onMarcin Bukat2010-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28782 a1c6a512-1295-4272-9138-f99709370657
* fix rbutil.ini entries for MPIOs as pointed out by Michael LeslieMarcin Bukat2010-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28781 a1c6a512-1295-4272-9138-f99709370657
* MPIO HD200, HD300: Make USB bridge handling more correct (this doesn't solve ↵Marcin Bukat2010-12-09
| | | | | | problems with USB inside rockbox on HD300 unfortunately). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28780 a1c6a512-1295-4272-9138-f99709370657
* Add MPIO HD300 to rbutil.iniMarcin Bukat2010-12-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28779 a1c6a512-1295-4272-9138-f99709370657