Files
renderdoc/renderdoc/driver
baldurk 66869e8c69 Handle dlsym(RTLD_NEXT) without loading libGL. Closes #1463
* This also applies to libEGL - if a user calls dlsym(RTLD_NEXT) to fetch a
  libGL symbol without being linked against libGL nor ever dlopen'ing it, it
  will retrieve our hook but libGL will still not be loaded meaning we can't
  call onwards. If we get to the last second where our hook has been called but
  the real library is not loaded we need to load it manually.
2019-07-22 14:52:42 +01:00
..
2019-05-17 16:32:56 +01:00
2019-05-17 16:32:56 +01:00
2019-06-27 11:47:45 +01:00