summaryrefslogtreecommitdiff
path: root/lib/wx/c_src/egl_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wx: Fix crash in glu tesselateDan Gudmundsson2013-01-221-60/+75
| | | | Could overwrite emulator data, add range checks.
* [wx] Change libGL loadingDan Gudmundsson2011-11-161-7/+7
| | | | | | | | 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.
* [wx] Remove warningDan Gudmundsson2011-09-211-2/+2
|
* [wx] Fix trailing whitespaceDan Gudmundsson2011-09-211-27/+27
|
* Fix non available opengl functionsDan Gudmundsson2010-11-191-8/+2
| | | | | Opengl functions are loaded at runtime and differ with drivers and cards.
* Windows and Mac build issuesDan Gudmundsson2010-11-151-48/+44
|
* Split opengl functionality into separate dynamic libraryDan Gudmundsson2010-11-151-0/+316
The idea is to build a separate opengl library which can be reused by other erlang applications.