Pressing On For Mesa Floating Point Support

Written by Michael Larabel in Mesa on 6 March 2011 at 09:49 AM EST. 18 Comments
MESA
On Friday it was mentioned the possibility of merging OpenGL floating point and render targets support into mainline Mesa but hiding these patented features behind a disabled-by-default build argument so those not wishing to have this support -- or are not legally permitted to use or redistribute -- could continue using Mesa without these capabilities while everyone else wishing to take advantage of it could rebuild Mesa.

While a lot of users are interested in this support, the only response from the original request by Lucas Stach to merge the code branch in question (the branch was written and maintained by Marek Olšák) was from Intel's Eric Anholt and he was in favor of seeing the floating point / render targets support included in Mesa. The discussion on the Mesa development list basically died after that point, with no other messages and no code being merged, although the code is already written and ready.

In pressing for this code to be merged or to at least debate the issue once more of patented OpenGL capabilities within Mesa, Lucas Stach has written another message to the list this morning. Back in the merge floating to master e-mail thread, Lucas has written:
This matter won't go away if we ignore it. We will never get full OpenGL 3.0+ compliance if we don't merge in the floating branch.

Attached you will find a patch against Marek's floating branch to hide the patented extensions behind a configure switch. Please ACK if you think we could merge in floating or give some opinion why you think we couldn't merge.

Thanks,
-- Lucas

The attached patch is very simple. When the --enable-patented configure switch is set, the patented code is enabled and GL_ARB_texture_float and GL_ATI_texture_float extensions are exposed.

So far there's no response yet from any of the other developers, but let's see what happens next week when most people are back to working.

It would be really great if there was an update from the Linux Foundation on their Mesa patent research as its certainly a nasty topic and is holding back some of OpenGL 3.x support. For somewhat easier adoption by end-users, at least there is an external S3TC library for Mesa, which was created by Roland Scheidegger and now maintained by Marek Olšák. After all, this open-source library that is critical to the free software Linux desktop is years behind the latest OpenGL 3.x/4.x specification and those wishing to take advantage of this industry graphics specification are limited to using the binary-only AMD/NVIDIA drivers as a result.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week