Files
renderdoc/renderdoc
baldurk 9ffc18a5c0 Fix fetching glXCreateContextAttribsARB on mesa which was broken
* The function isn't exported via dlsym, so it needs to be fetched via
  glXGetProcAddress. Calling our own internal wrapper will fetch the
  real pointer and populate it.
2017-02-22 15:47:10 +00:00
..