Showing headlines posted by mfilion
« Previous ( 1 2 3 4 5 )Reducing the size of a Rust GStreamer plugin
With Rust gaining traction among the GStreamer community as an alternative to C to write applications and plugins, we began wondering, could the size of such Rust plugins be a problem for embedded systems?
Panfrost: first 3D render, including basic texture support, on Bifrost chip (Mali G31)!
The Panfrost project building a free, Open Source graphics driver for modern Mali GPUs has reached a new milestone: the first 3D render, including basic texture support, on a Bifrost chip (Mali G31)!
Using syzkaller to detect programming bugs in the Linux kernel
Syzkaller is a valuable tool widely adopted by the kernel community to detect bugs in the kernel. Here is a how-to guide to install the tool and starting using it to improve your code base.
Adding mainline Arm Frame Buffer Compression support for Rockchip
Rockchip SoCs, notably the RK3399, are popular in devices such as Chromebooks and single-board computers. Indeed, they bring some interesting features, one of them being the Arm Frame Buffer Compression (AFBC).
Clean and reliable setup for dependency installation
When you work on a piece of software, you usually want to be able to build and test it manually on your local system, but without compromising your system or destabilizing the distribution provided software.