index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-16bit-vert.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-31
lcd_framebuffer bugfixes, sanity checks
William Wilgus
1
-0
/
+3
2020-10-26
Whitespace cleanup on fb_viewport Rewrite
William Wilgus
1
-23
/
+23
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
1
-46
/
+52
2014-06-21
Fix some build errors and warnings.
Thomas Martitz
1
-0
/
+10
2012-03-20
lcd_fillrect(): Unify 16bit implementations (move to 16bit-common.c)
Thomas Martitz
1
-112
/
+0
2012-03-20
Refactor lcd_clear_viewport().
Thomas Martitz
1
-50
/
+0
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
1
-9
/
+6
2011-12-03
lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common code
Rafaël Carré
1
-16
/
+2
2011-12-03
lcd-16bit: move common code to lcd-16bit-common.c
Rafaël Carré
1
-363
/
+5
2011-03-08
Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim...
Thomas Martitz
1
-487
/
+5
2011-03-05
Add viewport clipping to lcd_alpha_bitmap_part as lcd_mono_bitmap_part also has.
Thomas Martitz
1
-3
/
+34
2011-03-05
Add lcd_alpha_bitmap_part suitable for vertical stride 16bit lcd.
Thomas Martitz
1
-0
/
+258
2010-08-12
Move memset6() declaration to string-extra.h, kills a warning compiling for a...
Thomas Martitz
1
-2
/
+1
2010-02-20
Comment out lcd_drawline() DEBUGF messages which show in various simulators
Tomer Shalev
1
-2
/
+2
2009-11-07
Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...
Karl Kurbjun
1
-48
/
+235
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
1
-21
/
+0
2009-09-04
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
1
-3
/
+3
2009-09-02
Update Vertical stride so that it's oriented left to right in the destination.
Karl Kurbjun
1
-25
/
+22
2009-09-01
Initial vertical stride LCD driver. Backdrop is inverted with it currently.
Karl Kurbjun
1
-0
/
+923