Age | Commit message (Collapse) | Author |
|
|
|
Could overwrite emulator data, add range checks.
|
|
Load libGL.so.1 instead of libGL.so, this should fix things when
DL search path is broken (Ubuntu).
dlopen("libGL.so") finds Mesa driver and dlopen("libGL.so.1") finds
Nvidia or ATI. wxWidgets (added by gcc) have a dependency to libGL.so.1
so the context is created with that driver.
|
|
|
|
|
|
Opengl functions are loaded at runtime and differ with drivers and
cards.
|
|
|
|
The idea is to build a separate opengl library which can be reused
by other erlang applications.
|