summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-ipodvideo.c
AgeCommit message (Expand)Author
2007-02-25Moved ipod LCD code to target tree.Jens Arnold
2006-08-17Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about 10...Dave Chapman
2006-08-08Oops. Remove declaration of unused variable - fix the warningDave Chapman
2006-08-08Implementation of lcd_yuv_blit() for the ipod 5g.Dave Chapman
2006-07-19Patch #5432 from Thomas Paul Diffenbach - small speedup for ipod video lcd_up...Dave Chapman
2006-03-11Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold
2006-03-09Improve clarity, no functional changeBrandon Low
2006-03-08That 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 updateBrandon Low
2006-02-16iPod 5G: Split lcd_bcm_finishup() function into two halves, and incorporate i...Dave Chapman
2006-02-16iPod 5G: Put lcd_update_rect function in IRAM - increases speed from 52fps to...Dave Chapman
2006-02-16iPod 5G: Another LCD optimisation, now at 52fpsDave Chapman
2006-02-15iPod 5G: Further LCD driver optimisations - it is now working at 42fps for fu...Dave Chapman
2006-02-15iPod 5G: Small LCD optimisation - make lcd_bcm_write32 inline. Increases LCD...Dave Chapman
2006-02-15iPod 5G: Add a yield() to the lcd_bcm_finishup() function. This function typ...Dave Chapman
2005-12-21Remove unused variablesDave Chapman
2005-12-19Correctly attribute Bernard Leach as the (C) holder for code taken from ipodl...Dave Chapman
2005-12-18New target - iPod Video.Dave Chapman