top | item 46765030

(no title)

holowoodman | 1 month 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.

discuss

order

direwolf20|1 month ago

Does AMD use a statically linked OpenGL?

holowoodman|1 month ago

AMD uses the dynamically linked system libGL.so, usually Mesa.