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
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