VIFEX

Results 27 issues of VIFEX

I implemented an embedded GPU simulator based on ThorVG: https://github.com/FASTSHIFT/vg_lite_tvg. Using the vector rendering function provided by ThorVG to simulate the GPU-driven API to reduce the time of debugging on...

question/idea
renderer

### Description of the feature or fix Check if matrix is ​​invertible. ### Notes - Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs) if needed. - Add [Examples](https://github.com/lvgl/lvgl/tree/master/examples) if relevant. - Add [Tests](https://github.com/lvgl/lvgl/blob/master/tests/README.md) if applicable....

### Description of the feature or fix Generalized delayed release logic. ### Notes - Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs) if needed. - Add [Examples](https://github.com/lvgl/lvgl/tree/master/examples) if relevant. - Add [Tests](https://github.com/lvgl/lvgl/blob/master/tests/README.md) if applicable. -...

### Description of the feature or fix When using single-thread + GPU rendering, drawing operations that are not supported by the GPU need to fallback to software rendering. At present,...

stale

### Description of the feature or fix 1. Add cache number configuration. 2. Automatically release cache when cache is full. cc @onecoolx ### Notes - Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs) if needed....

### Description of the feature or fix 1. Using a matrix to realize the transform effect of obj can fully utilize the hardware performance that supports 2.5D GPU without going...

### Description of the feature or fix Added support for rounded corner cropping of images without performance loss. ![image](https://github.com/lvgl/lvgl/assets/26767803/636c6230-6376-4a83-b3ff-03af7ea469aa) ### Notes - Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs) if needed. - Add [Examples](https://github.com/lvgl/lvgl/tree/master/examples)...

### Description of the feature or fix After the CPU decodes the image, it should call the flush D-Cache operation to completely write the pixel data in the cache to...

### Description of the feature or fix 1. Add VG-Lite test and reference pictures. 2. Fixed BMP decoder flush D-Cache crash. 3. Determine whether the target color format is supported...

### Description of the feature or fix Added freetype Font Manager, features: 1. Reuse font resources requested by the application for fonts with the same parameters. 2. Optimize scenarios where...

stale