summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-12-05 19:45:50 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-12-05 19:45:50 +0000
commit32a0ce375f018e0948d22d863199e85ece4bfff8 (patch)
tree5d582e03e49e400d445c9c0f23e182e790524b6d /firmware/SOURCES
parent516693fcc9a35eeae86422a17ac9d2be4bbe899c (diff)
downloadrockbox-32a0ce375f018e0948d22d863199e85ece4bfff8.tar.gz
rockbox-32a0ce375f018e0948d22d863199e85ece4bfff8.zip
HDD6330: implement lcd_yuv_blit() function. The inner loop is written in assembler and the entire function is about 20% faster than the original from the ipod color.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28737 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 349155f8ce..7f21a89771 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -735,6 +735,7 @@ target/arm/philips/fmradio_i2c-hdd.c
735target/arm/philips/hdd6330/backlight-hdd6330.c 735target/arm/philips/hdd6330/backlight-hdd6330.c
736target/arm/philips/hdd6330/button-hdd6330.c 736target/arm/philips/hdd6330/button-hdd6330.c
737target/arm/philips/hdd6330/lcd-hdd6330.c 737target/arm/philips/hdd6330/lcd-hdd6330.c
738target/arm/philips/hdd6330/lcd-as-hdd6330.S
738target/arm/philips/hdd6330/powermgmt-hdd6330.c 739target/arm/philips/hdd6330/powermgmt-hdd6330.c
739target/arm/usb-fw-pp502x.c 740target/arm/usb-fw-pp502x.c
740#endif /* SIMULATOR */ 741#endif /* SIMULATOR */