this post was submitted on 22 Aug 2023
262 points (99.6% liked)

Linux

45573 readers
808 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Conformant OpenGL® ES 3.1 drivers are now available for M1- and M2-family GPUs. That means the drivers are compatible with any OpenGL ES 3.1 application.

Our reverse-engineered, free and open source graphics drivers are the world’s only conformant OpenGL ES 3.1 implementation for M1- and M2-family graphics hardware. That means our driver passed tens of thousands of tests to demonstrate correctness and is now recognized by the industry.

Why did we pursue standards conformance when the manufacturer did not? Above all, our commitment to quality. We want our users to know that they can depend on our Linux drivers. We want standard software to run without M1-specific hacks or porting.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 33 points 10 months ago (3 children)

How long til apple grabs that source and repacks it into one of their closed, proprietary drivers?

[–] [email protected] 29 points 10 months ago

Why would they do that? They're intentionally not supporting OpenGL, so that people use their proprietary API

[–] [email protected] 25 points 10 months ago (2 children)

I would love to see Apple go down the route of actually supporting modern OpenGL and Vulkan on their hardware. The hardware is amazing but forcing software to rely on Metal just holding it back especially when it comes to games.

[–] [email protected] 2 points 10 months ago

Well, they sort of support Vulkan via a translation layer called MoltenVK. This is how the Dolphin emulator was able to get GameCube games running on M1, for example.

That's probably the most that Mac users will get, unfortunately - the only games that Apple will care about are the ones exclusive to their Apple Arcade service, which will therefore use the Metal API anyway...