Running Waydroid on RK3588 via Panthor

Running Waydroid on RK3588 via Panthor

Previously, we could run Waydroid using the official image through software rendering, as referenced in the Waydroid research, allowing Android applications to run on Linux. This time, by porting Panthor, we can utilize the official Mesa for rendering. Based on related articles from the external community, we will verify the performance of Waydroid running on … Read more

Porting the Panthor Driver for RK3588

Porting the Panthor Driver for RK3588

The RK3588’s GPU is the Mali G610, and this driver has already been merged into the mainline Mesa. For the community, the well-known open-source organization Collabora has open-sourced the Panthor solution based on Mali. The Mesa side uses the mainline version, and the kernel update is based on the Linux 6.8 Panthor driver. The details … Read more

Setting Up an OpenGL Programming Environment on VxWorks

Setting Up an OpenGL Programming Environment on VxWorks

Click “Read the original text” to access more VxWorks resources 1. Introduction OpenGL is a well-known API primarily used to render geometric primitives into a frame buffer based on camera settings. Mesa is a specific implementation of OpenGL, with the current version being 7.0.2 DRI stands for Direct Rendering Infrastructure, which includes subprojects such as … Read more