|
|
|
|
|
by arghwhat
445 days ago
|
|
These are however the same on Linux - mesa may change, but what the app uses is OpenGL and GLX. A more modern app might use EGL instead of GLX, or have switched to Vulkan, but that doesn't break old code. You can also run an old mesa from the time the app was built if it supports your newer hardware, but I'd rather consider that to be part of the platform the same way you'd consider the DirectX libraries to be part of windows. |
|
An example from another comment: https://news.ycombinator.com/item?id=43519949