Comment by holowoodman
13 hours ago
Not really. Nvidia-OpenGL is incompatible to all existing OS OpenGL interfaces, so you need to ship a separate libGL.so if you want to run on Nvidia. In some cases you even need separate binaries, because if you dynamically link against Nvidia's libGL.so, it won't run with any other libGL.so. Sometimes also vice versa.
Does AMD use a statically linked OpenGL?
AMD uses the dynamically linked system libGL.so, usually Mesa.
So you still need dynamic linking to load the right driver for your graphics card.
1 reply →