1. 109de30 loader: drop empty function alias by Eric Engestrom · 7 years ago
  2. db8519a loader: use drmGetDeviceNameFromFd2 from libdrm by Greg V · 7 years ago
  3. 601093f xmlconfig: move into src/util by Nicolai Hähnle · 7 years ago
  4. 4a1238a egl: turn one more boolean `int` into a `bool` by Eric Engestrom · 7 years ago
  5. a50c4eb loader: use drmGetDevice[s]2 API by Emil Velikov · 8 years ago
  6. 78c5772 loader: Move non-error message to debug level by Fabio Estevam · 8 years ago
  7. de6e6a3 loader: unconditionally include unistd.h and stdlib.h by Nicolai Hähnle · 8 years ago
  8. 3f46205 loader: Add an environment variable to override driver name choice. by Eric Anholt · 8 years ago
  9. e4b01c9 loader: fixup driver names if needed by Christian Gmeiner · 8 years ago
  10. 0890aa6 loader: add loader_get_extensions_name(..) helper by Christian Gmeiner · 8 years ago
  11. 47b5925 loader: cleanup copyright section by Emil Velikov · 8 years ago
  12. af7abc5 loader: remove loader_get_driver_for_fd() driver_type by Emil Velikov · 8 years ago
  13. f9f7e44 loader: remove final sysfs codepath in loader_get_device_name_for_fd() by Emil Velikov · 8 years ago
  14. 1e2e625 loader: remove libudev_get_device_name_for_fd and related code by Emil Velikov · 8 years ago
  15. fcdc02f loader: reimplement loader_get_user_preferred_fd via libdrm by Emil Velikov · 8 years ago
  16. 8222100 loader: annotate __driConfigOptionsLoader as static by Emil Velikov · 8 years ago
  17. d561e06 loader: separate USE_DRICONF code into separate function by Emil Velikov · 8 years ago
  18. be23932 loader: slim down loader_get_pci_id_for_fd implementation(s) by Emil Velikov · 8 years ago
  19. d5f65b8 loader: fix sysfs uevent file parsing by Frank Binns · 8 years ago
  20. 20553e4 mesa: Use AC_HEADER_MAJOR to include correct header for major(). by Matt Turner · 8 years ago
  21. 28e3ae3 loader: add a libdrm case for loader_get_device_name_for_fd by Jonathan Gray · 9 years ago
  22. 1c328b8 loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_H by Emil Velikov · 9 years ago
  23. 8108de4 loader: don't leak udev_enumerate by Guillaume Desmottes · 10 years ago
  24. f241345 loader: Look for any version of currently linked libudev.so by Chris Wilson · 9 years ago
  25. 30d67d3 loader: move loader_open_device out of HAVE_LIBUDEV block by Julien Isorce · 9 years ago
  26. 9c92746 loader: Rename drm_open_device() to loader_open_device() and share it by Derek Foreman · 9 years ago
  27. 771cd26 loader: include <sys/stat.h> for non-sysfs builds by Emil Velikov · 10 years ago
  28. 9153dd4 loader: not having a pci-id should not be a warn by Rob Clark · 10 years ago
  29. 261120d loader: Check dlsym() did not fail in libudev_get_device_name_for_fd() by Juha-Pekka Heikkila · 10 years ago
  30. 291ae62 loader: fds can be 0 by Dave Airlie · 10 years ago
  31. 3ecd9e1 loader: Use drirc device_id parameter in complement to DRI_PRIME by Axel Davy · 10 years ago
  32. 7ab925a loader: add gpu selection code via DRI_PRIME. by Axel Davy · 10 years ago
  33. 85b6f36 loader: add optional /sys filesystem method for PCI identification. by Gary Wong · 10 years ago
  34. 090c772 loader: allow attempting more than one method of PCI identification. by Gary Wong · 10 years ago
  35. 380f05c loader: don't limit the non-udev path to only android by Jonathan Gray · 11 years ago
  36. 727f54a loader: use 0 instead of FALSE which isn't defined by Jonathan Gray · 11 years ago
  37. 5198981 loader: add special logic to distinguish nouveau from nouveau_vieux by Ilia Mirkin · 11 years ago
  38. c849ecc dri: Add a useful error message if someone's packages missed libudev deps. by Eric Anholt · 11 years ago
  39. 63546b8 dri: Also support the loader with libudev.so.0. by Eric Anholt · 11 years ago
  40. 7965908 loader: do not print the pci id during normal operation by Emil Velikov · 11 years ago
  41. 780dfc1 loader: print WARNING and FATAL messages using the default logger by Emil Velikov · 11 years ago
  42. 61c825e loader: include dlfcn.h when building with HAVE_LIBUDEV by Emil Velikov · 11 years ago
  43. a6031a8 loader: Add missing \n on message printing by Emil Velikov · 11 years ago
  44. 4556c73 loader: Use dlsym to get our udev symbols instead of explicit linking. by Eric Anholt · 11 years ago
  45. f0c2662 logger: Remove unused variable. by José Fonseca · 11 years ago
  46. d43260b logger: s/\<log\>/log_/ by José Fonseca · 11 years ago
  47. 26d380d loader: ifdef libdrm specific code and include by Emil Velikov · 11 years ago
  48. bf70c23 loader: fallback to drmGetVersion() for non-pci devices by Rob Clark · 11 years ago
  49. 8c2e7fd loader: introduce the loader util lib by Emil Velikov · 11 years ago