Timothy Arceri
August 05, 2016
Reading time:
For years the open source Linux OpenGL drivers have been playing catchup to the proprietary drivers and in the case of Intel hardware to the Windows driver. Recently, a major milestone was reached in bridging this gap with the enablement of OpenGL 4.4 for the Intel Broadwell and Skylake platforms.
This puts the Intel Linux driver on par with its Windows equivalent, and makes it the first Open Source Linux driver to enable this version of OpenGL.
At Collabora, I recently had the opportunity to implement the ARB_enhanced_layouts extension which was last extension required to enable 4.4 . As described in the extensions overview this extension brings six new enhancements to the GL shader language to improve the development experience for OpenGL developers.
To top this off all the extensions required to advertise OpenGL 4.5 have already been implemented and its just a matter fixing some conformance failures before 4.5 can be enabled also. This allows me to focus my time at Collabora in the upcoming months on performance improvements to the driver working on features such as a shader cache, and improving optimastion passes for the GL shader language compiler such as loop unrolling.
I’d like to conclude by congratulating all the developers including past and present Collabora developers who have helped reach this major milestone.
19/12/2024
In the world of deep learning optimization, two powerful tools stand out: torch.compile, PyTorch’s just-in-time (JIT) compiler, and NVIDIA’s…
08/10/2024
Having multiple developers work on pre-merge testing distributes the process and ensures that every contribution is rigorously tested before…
15/08/2024
After rigorous debugging, a new unit testing framework was added to the backend compiler for NVK. This is a walkthrough of the steps taken…
01/08/2024
We're reflecting on the steps taken as we continually seek to improve Linux kernel integration. This will include more detail about the…
27/06/2024
With each board running a mainline-first Linux software stack and tested in a CI loop with the LAVA test framework, the Farm showcased Collabora's…
26/06/2024
WirePlumber 0.5 arrived recently with many new and essential features including the Smart Filter Policy, enabling audio filters to automatically…
Comments (6)
Clemens Eisserer:
Aug 05, 2016 at 07:40 AM
Thanks for all the work on the intel mesa driver - it is really a joy of observing how the free driver stack got better and better over the years. Although performace-wise often not 1:1 compareable to proprietary drivers (although even this changes, there are more and more benchmarks on phoronix where mesa surpasses proprietary drivers), what I find most impressive is the high quality of the shared code-base - often mesa drivers surpass their proprietary counterparts in this regard.
Reply to this comment
Reply to this comment
Ivo Anjo:
Aug 06, 2016 at 03:39 AM
It's awesome to see linux open graphics kicking ass, and looking forward to the performance improvements!
Reply to this comment
Reply to this comment
Rodd Clarkson:
Aug 06, 2016 at 07:53 AM
How long before we should see this following through to the major distros? In my case I'm interested in Fedora, but obviously others will be interested in Ubuntu and Debian too.
Reply to this comment
Reply to this comment
Timothy Arceri:
Aug 07, 2016 at 10:11 AM
Well this is part of the next Mesa release which is due out in September. From there it depends on the distro, Fedora often updates Mesa versions throughout a release were as Ubuntu normally only do bug fix updates until a next release. I would expect this might not hit Ubuntu until 17.04, Fedora will likely get it much sooner.
Reply to this comment
Reply to this comment
DarrenT:
Aug 06, 2016 at 07:56 AM
Really great work, I appreciate how the Mesa stack has advanced so much recently. Congratulations.
Reply to this comment
Reply to this comment
Adam Bolte:
Aug 06, 2016 at 11:33 AM
Really nice work. It's wonderful to know that in the near future, Intel hardware will have OpenGL 4.5 support in GNU/LInux distros out of the box with free software drivers. I can't wait!
Reply to this comment
Reply to this comment
Add a Comment