Alyssa Rosenzweig
September 21, 2021
Reading time:
The open source Panfrost driver for Mali GPUs has now achieved official conformance on Mali-G52 for OpenGL ES 3.1, as seen on the Khronos adopters list. This important milestone is a step forward for the open source driver, as it now certifies Panfrost for use in commercial products containing Mali G52 and paves the way for further conformance submissions on other Mali GPUs.
Conformance requires passing tens of thousands of OpenGL integration tests in a single run. Over the summer, we wrote hundreds of patches to fix failing tests. While no amount of testing can guarantee the absence of bugs, passing conformance gets us close.
To ensure we remain conformant, we've upgraded our continuous integration infrastructure to run more tests before every merge. Ideally, we could re-run the complete conformance suite for every commit, but that's infeasible when a single run takes 11 hours on commercial hardware. Nevertheless, with multiple devices, tuned test configurations, and multithreading, we can run 99.5% of the tests in our 10 minute pre-merge budget. This ensures to a high degree of confidence that Panfrost only becomes more stable each release without regressions. I would like to extend a warm thanks to Emma Anholt for developing the infrastructure required for this feat.
Other supported Mali GPUs benefit from the fixes to common code. Mali-G31 and Mali-G72 use the same architecture as Mali-G52, so they should work well with Panfrost. Mali-T860 and older GPUs are not yet conformant but still benefit from the driver quality and stability improvements.
Most of the bug fixes have been backported to Mesa 21.2, so upgrade your Mesa and enjoy a more stable driver!
22/04/2025
As of today, NVK is a conformant Vulkan 1.4 implementation for NVIDIA Maxwell, Pascal, and Volta GPUs, and will be enabled by default starting…
17/04/2025
Our commitment to open source extends beyond contributing code. We are dedicated to upholding the highest standards of license compliance…
15/04/2025
This May, Embedded Recipes 2025, co-sponsored by Collabora, heads to Nice, France with talks, workshops, and a PipeWire hackfest, all bookended…
Comments (2)
Alex Ling:
Sep 22, 2021 at 12:19 AM
you've done a fantastic job!
Reply to this comment
Reply to this comment
José Manuel Ferrete:
Sep 22, 2021 at 02:14 PM
Amazing work guys! Thanks a lot for your contribution!
Reply to this comment
Reply to this comment
Add a Comment