index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-ipodvideo.c
Age
Commit message (
Expand
)
Author
2007-02-25
Moved ipod LCD code to target tree.
Jens Arnold
2006-08-17
Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about 10...
Dave Chapman
2006-08-08
Oops. Remove declaration of unused variable - fix the warning
Dave Chapman
2006-08-08
Implementation of lcd_yuv_blit() for the ipod 5g.
Dave Chapman
2006-07-19
Patch #5432 from Thomas Paul Diffenbach - small speedup for ipod video lcd_up...
Dave Chapman
2006-03-11
Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...
Jens Arnold
2006-03-09
Improve clarity, no functional change
Brandon Low
2006-03-08
That function prototype should never have been in CVS - it was just part of m...
Dave Chapman
2006-03-08
~2% performance improvement and some code cleanups for ipod video lcd update
Brandon Low
2006-02-16
iPod 5G: Split lcd_bcm_finishup() function into two halves, and incorporate i...
Dave Chapman
2006-02-16
iPod 5G: Put lcd_update_rect function in IRAM - increases speed from 52fps to...
Dave Chapman
2006-02-16
iPod 5G: Another LCD optimisation, now at 52fps
Dave Chapman
2006-02-15
iPod 5G: Further LCD driver optimisations - it is now working at 42fps for fu...
Dave Chapman
2006-02-15
iPod 5G: Small LCD optimisation - make lcd_bcm_write32 inline. Increases LCD...
Dave Chapman
2006-02-15
iPod 5G: Add a yield() to the lcd_bcm_finishup() function. This function typ...
Dave Chapman
2005-12-21
Remove unused variables
Dave Chapman
2005-12-19
Correctly attribute Bernard Leach as the (C) holder for code taken from ipodl...
Dave Chapman
2005-12-18
New target - iPod Video.
Dave Chapman