Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
direwolf20
5mo ago
0 comments
Save
Share
Does AMD use a statically linked OpenGL?
0 comments
3 comments · 1 top-level
top
newest
oldest
holowoodman
5mo ago
· 2 in thread
AMD uses the dynamically linked system libGL.so, usually Mesa.
direwolf20
OP
5mo ago
So you still need dynamic linking to load the right driver for your graphics card.
holowoodman
5mo ago
Most stuff like that uses some kind of "icd" mechanism that does 'dlopen' on the vendor-specific parts of the library. Afaik neither OpenGL nor Vulkan nor OpenCL are usable without at least dlopen, if not full dynamic linking.
j
/
k
navigate · click thread line to collapse