| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
|
|
|
| |
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
|
|
|
|
| |
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It caches SW rendered bitmaps in textures.
The cache is also updated to support data and source separately.
E.g. source is a path to an image, and if that image changes all
related cache entries needs to found and invalidated.
Limitations of SDL rederer:
- not all draw task types are supported
- image transformation is not supported
- some textures (e.g. button matrix texts) are not detected as cached
- images are not cached
- images are supported only from path
|
|
|
| |
Install from source to use the latest version
|
| |
|
|
|
|
| |
obj_clear_flag/state
|
|
|
|
|
|
| |
BREAKING CHANGE
This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
|
| |
|
| |
|
|
|