loader: Scans for libXGL libraries.

loader_icd_scan now scans the system default libraries
/usr/lib/i386-linux-gnu/xgl:/usr/lib/x86_64-linux-gnu/xgl
or the LIBXGL_DRIVERS_PATH environment variable looking
for a file of the form libXGL_. When found it will try to
dlopen the library and call the initialization and DbgRegister
calls to setup the ICD. The ICD is responsible for figuring out
what, if any, HW is on the system that it can manage.
1 file changed
tree: 40935ebea09b24c2f2b9add6105c4c0aa04d66c5
  1. docs/
  2. drivers/
  3. include/
  4. loader/
  5. tests/
  6. CMakeLists.txt
  7. xgl-generate.py
  8. xgl.py