Vincent Wei
|
08419c0c95
|
tune fbcon code for compositing schema
|
2021-06-04 21:21:26 +08:00 |
|
Vincent Wei
|
03bc5befd5
|
tune fbcon code for r818
|
2021-06-04 19:50:41 +08:00 |
|
Vincent Wei
|
ed37fa4fc2
|
tune fbcon code for r818
|
2021-06-04 19:29:58 +08:00 |
|
Vincent Wei
|
7268bcf92e
|
tune fbcon code for r818
|
2021-06-04 19:12:30 +08:00 |
|
Vincent Wei
|
2d462ec749
|
tune fbcon code for r8181
|
2021-06-04 19:03:04 +08:00 |
|
Vincent Wei
|
11a4941dc7
|
tune
|
2021-06-04 17:22:45 +08:00 |
|
Vincent Wei
|
d6281fd804
|
optimize calling of FBIO_CACHE_SYNC for R818
|
2021-06-04 16:50:41 +08:00 |
|
Vincent Wei
|
550fb04731
|
ioctls for FBVIDEO on R818
|
2021-06-04 15:52:03 +08:00 |
|
Vincent Wei
|
cac16f1324
|
optimize to avoid using malloc/free for blit_ctxt; reset filter and transform of pixman images
|
2021-06-03 18:33:31 +08:00 |
|
Vincent Wei
|
ad49fe0e0e
|
fix warnings for conditional compilation
|
2021-05-19 13:16:19 +08:00 |
|
Vincent Wei
|
ed0521df84
|
tune constants
|
2021-05-19 12:00:53 +08:00 |
|
Vincent Wei
|
002a03c087
|
shrink heap size for fixed string
|
2021-05-19 11:47:55 +08:00 |
|
Vincent Wei
|
70535c6cb4
|
new surface pixel format for main window: ST_PIXEL_XRGB565
|
2021-05-19 11:14:05 +08:00 |
|
Vincent Wei
|
4013dbf70a
|
fix a compilation error
|
2021-05-19 08:49:38 +08:00 |
|
Vincent Wei
|
a965f1023c
|
fix a bug
|
2021-05-12 09:09:31 +08:00 |
|
Vincent Wei
|
a6af326b48
|
return -1 for INV_GLYPH_VALUE in GetGlyphInfo
|
2021-05-11 11:18:20 +08:00 |
|
Vincent Wei
|
754b8f3014
|
Enhance GetGlyphInfo to return the FreeType face, font file path, and glyph index
|
2021-05-11 10:41:54 +08:00 |
|
Vincent Wei
|
a85386499e
|
remove unused valid field
|
2021-05-11 10:41:46 +08:00 |
|
Vincent Wei
|
86158f938d
|
fix bad definition of COLOR_BLEND_FLAGS_MASK
|
2021-05-05 22:08:09 +08:00 |
|
Vincent Wei
|
3f99c7b960
|
fix conditional compilation errors
|
2021-05-05 20:53:56 +08:00 |
|
Vincent Wei
|
b266bd8e0a
|
fix conditional compilation errors
|
2021-05-05 20:41:09 +08:00 |
|
Vincent Wei
|
f6d25f58aa
|
use 0000 for umask to allow a general process can open the named semaphore
|
2021-05-05 19:54:01 +08:00 |
|
Vincent Wei
|
ccbccc2020
|
use named semaphore for update lock for drm engine
|
2021-05-05 19:35:18 +08:00 |
|
Vincent Wei
|
736193d355
|
use update lock (semaphore) for sharedfb schema under MiniGUI-Processes
|
2021-05-05 18:42:21 +08:00 |
|
Vincent Wei
|
47e32a812e
|
cleanup
|
2021-05-05 18:04:04 +08:00 |
|
Vincent Wei
|
ac769be3cb
|
fix a minor bug
|
2021-05-05 18:03:10 +08:00 |
|
Vincent Wei
|
4de7e09c22
|
Add MSG_WAKEUP_CLIENT to wake up a specific client
|
2021-05-05 16:43:52 +08:00 |
|
Vincent Wei
|
e787c6fbde
|
tune
|
2021-05-05 15:47:21 +08:00 |
|
Vincent Wei
|
a0a0330a6c
|
PixmanBlt only works when source surface and destination surface are not same
|
2021-05-05 15:25:55 +08:00 |
|
Vincent Wei
|
46854579be
|
refactor use of pixman functions: use GAL_BlittingContext
|
2021-05-05 13:49:59 +08:00 |
|
Vincent Wei
|
d31af448ff
|
cleanup
|
2021-05-05 13:48:28 +08:00 |
|
Vincent Wei
|
6907dba86d
|
use STRETCH_EXTRA_INFO instead of only rotation for StretchBltEx
|
2021-05-04 21:34:15 +08:00 |
|
Vincent Wei
|
0904ae5dc7
|
fix a compliation warning
|
2021-05-04 16:06:24 +08:00 |
|
Vincent Wei
|
4c7e1bcecf
|
disable debug output
|
2021-05-04 16:00:34 +08:00 |
|
Vincent Wei
|
7364a960bc
|
implementation StretchBltEx; check validation of color blending method
|
2021-05-04 15:57:27 +08:00 |
|
Vincent Wei
|
9ebf59e4ad
|
pass correct src_x and src_y for pixman_image_composite32
|
2021-05-04 10:28:05 +08:00 |
|
Vincent Wei
|
20a50bc094
|
donot use clipping region for lower blitting
|
2021-05-04 10:27:02 +08:00 |
|
Vincent Wei
|
180bd4480f
|
reset last_ticks
|
2021-05-04 10:26:34 +08:00 |
|
Vincent Wei
|
947ce61805
|
use clip region in GAL_PixmanBlit
|
2021-05-03 23:55:10 +08:00 |
|
Vincent Wei
|
270648fc73
|
use GAL_UpperBlit instead of GAL_BlitSurface
|
2021-05-03 23:54:22 +08:00 |
|
Vincent Wei
|
4ebd23bf56
|
use MSG_TIMEOUT instead of MSG_TIMER for desktop
|
2021-05-03 21:26:42 +08:00 |
|
Vincent Wei
|
0ea195a7a2
|
fix bug for pixman_image_composite32
|
2021-05-03 20:37:43 +08:00 |
|
Vincent Wei
|
5978175ef8
|
handle zero width/height for BitBlt and StretchBlt
|
2021-05-03 19:31:46 +08:00 |
|
Vincent Wei
|
f8e144d1f2
|
tune
|
2021-05-03 19:17:44 +08:00 |
|
Vincent Wei
|
8c92b16d04
|
treat coordinates for BitBlt and StretchBlt as logical ones
|
2021-05-03 19:17:18 +08:00 |
|
Vincent Wei
|
a9129c5772
|
set ct_arg to be 0 for CT_ALPHAPIXEL
|
2021-05-03 19:16:43 +08:00 |
|
Vincent Wei
|
7d4cf8a47d
|
return void for GAL_SoftFillRect
|
2021-05-03 18:29:06 +08:00 |
|
Vincent Wei
|
b967f2f18f
|
ignore format with palette in translate_gal_format
|
2021-05-03 18:27:53 +08:00 |
|
Vincent Wei
|
af3ff13513
|
fix bug when zoom in the source bits in PixmanStretchBlt
|
2021-04-30 18:57:51 +08:00 |
|
Vincent Wei
|
d543f17606
|
use pixman to implement GAL_FillBox
|
2021-04-30 18:03:14 +08:00 |
|