1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 2364bc2 Save a few registers in assembler routines for iPod 5Gs LCD driver and YUV conversion. by Andree Buschmann · 17 years ago
  3. af395f4 Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). by Michael Sevakis · 17 years ago
  4. 68a2168 Consistent naming scheme the various blit functions. * Removed lcd_blit_mono() for colour targets. Plugin API became incompatible, so sort, clean up & bump. * Implemented lcd_blit_mono() for M3. by Jens Arnold · 17 years ago
  5. 120fb4f Speed up YUV blitting on iPod Video by ~8% (FS #8075 by Andree Buschmann). by Jens Arnold · 17 years ago
  6. 9daf658 iPod Video LCD driver: Reintroduce the simple method of waiting for update completion for use in the bootloader, because bootloaders don't enable interrupts and hence the tick task won't work. Slower than the full driver, but still faster than the old one, because it first transfers the data, and then polls the BCM. by Jens Arnold · 17 years ago
  7. c888a9b Bootloaders are single core... (aka fix red) by Jens Arnold · 17 years ago
  8. ef8a7ea Major speedup of the iPod Video LCD driver. The internal update procedure of the BCM chip is now completely shadowed, handled by a tick task as necessary. Also fixes the occasional UI freezes due to stalled BCM updates by re-kicking it after a timeout. by Jens Arnold · 17 years ago
  9. b05066d iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase in FPS measured with test_fps is less), making use of the fact that the low address bits aren't decoded by the BCM. Major cleanup of the driver, and introduced register names. by Jens Arnold · 17 years ago
  10. 3c1b9d9 Assembler optimised lcd_yuv_blit() for iPod Video (Fs #7951 by Andree Buschmann, adapted and separated into an .S file by me). by Jens Arnold · 17 years ago
  11. b5f779b Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplayer) for Ipods Nano and Video while we're waiting for the assembler ones. by Thom Johansen · 17 years ago
  12. d6ad3fb FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video. by Thom Johansen · 17 years ago
  13. 2906c36 Moved ipod LCD code to target tree. by Jens Arnold · 18 years ago