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
/
target
/
arm
/
ipod
/
video
/
lcd-video.c
Age
Commit message (
Expand
)
Author
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
2011-01-10
iPod Video LCD: Avoid white flash when entering sleep mode or shutting off.
Andree Buschmann
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
2009-08-19
fix red
Nils Wallménius
2009-08-06
Various files: make functions static if they're local or make sure there is a...
Bertrik Sikken
2009-04-26
Remove workaround for FS#10130 from 5G iPod LCD sleep code
Boris Gjenero
2009-04-13
Code police: fix brace placement, remove trailing spaces
Boris Gjenero
2009-04-12
Fix red
Boris Gjenero
2009-04-12
Fixes and improvements for FS#9890 - iPod 5G: LCD sleep, BCM shutdown and boo...
Boris Gjenero
2009-03-17
One more try: Fix remaining reds and yellows
Thomas Martitz
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
2009-03-17
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
2009-02-21
Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down ...
Andree Buschmann
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2008-03-24
Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...
Jens Arnold
2007-11-26
Speed up YUV blitting on iPod Video by ~8% (FS #8075 by Andree Buschmann).
Jens Arnold
2007-11-02
iPod Video LCD driver: Reintroduce the simple method of waiting for update co...
Jens Arnold
2007-11-02
Bootloaders are single core... (aka fix red)
Jens Arnold
2007-11-02
Major speedup of the iPod Video LCD driver. The internal update procedure of ...
Jens Arnold
2007-10-28
iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase ...
Jens Arnold
2007-10-22
Assembler optimised lcd_yuv_blit() for iPod Video (Fs #7951 by Andree Buschma...
Jens Arnold
2007-10-16
Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay...
Thom Johansen
2007-09-28
FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video.
Thom Johansen
2007-02-25
Moved ipod LCD code to target tree.
Jens Arnold