Make all GLX functions dynamically loaded

This commit is contained in:
Camilla Berglund
2015-08-13 00:21:33 +02:00
parent 8db7528ac7
commit afe4aadade
4 changed files with 96 additions and 30 deletions

View File

@@ -99,6 +99,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- [WGL] Removed `GLFW_USE_DWM_SWAP_INTERVAL` compile-time option
- [WGL] Bugfix: Swap interval was ignored when DWM was enabled
- [GLX] Added dependency on `libdl` on systems where it provides `dlopen`
- [GLX] Made all GLX functions dynamically loaded
- [GLX] Removed `_GLFW_HAS_GLXGETPROCADDRESS*` and `_GLFW_HAS_DLOPEN`
compile-time options