| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add scons files to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+2 |
* | loader: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+3 |
* | loader: Add missing EXPAT_CFLAGS to libloader.la CPPFLAGS | Michael Forney | 2014-12-08 | 1 | -1/+2 |
* | loader: Check dlsym() did not fail in libudev_get_device_name_for_fd() | Juha-Pekka Heikkila | 2014-09-23 | 1 | -0/+3 |
* | loader: fds can be 0 | Dave Airlie | 2014-09-06 | 1 | -1/+1 |
* | android: loader: prefix static libraries with libmesa_* | Emil Velikov | 2014-08-13 | 1 | -2/+2 |
* | android: loader: use the installed libdrm headers | Emil Velikov | 2014-08-13 | 1 | -4/+2 |
* | util: Gather some common macros | Jason Ekstrand | 2014-08-04 | 1 | -0/+1 |
* | mesa: fix the condition in src/loader/Makefile.am | Axel Davy | 2014-07-01 | 1 | -0/+2 |
* | loader: Use drirc device_id parameter in complement to DRI_PRIME | Axel Davy | 2014-07-01 | 2 | -3/+47 |
* | loader: add gpu selection code via DRI_PRIME. | Axel Davy | 2014-07-01 | 2 | -0/+192 |
* | loader: add optional /sys filesystem method for PCI identification. | Gary Wong | 2014-05-29 | 1 | -0/+112 |
* | loader: allow attempting more than one method of PCI identification. | Gary Wong | 2014-05-29 | 1 | -18/+46 |
* | loader: don't limit the non-udev path to only android | Jonathan Gray | 2014-04-05 | 1 | -1/+1 |
* | loader: use 0 instead of FALSE which isn't defined | Jonathan Gray | 2014-04-05 | 1 | -2/+2 |
* | loader: add special logic to distinguish nouveau from nouveau_vieux | Ilia Mirkin | 2014-03-19 | 4 | -2/+146 |
* | dri: Add a useful error message if someone's packages missed libudev deps. | Eric Anholt | 2014-02-01 | 1 | -0/+5 |
* | dri: Also support the loader with libudev.so.0. | Eric Anholt | 2014-02-01 | 1 | -0/+10 |
* | loader: do not print the pci id during normal operation | Emil Velikov | 2014-01-29 | 1 | -1/+1 |
* | loader: print WARNING and FATAL messages using the default logger | Emil Velikov | 2014-01-29 | 1 | -1/+1 |
* | loader: include dlfcn.h when building with HAVE_LIBUDEV | Emil Velikov | 2014-01-28 | 1 | -0/+2 |
* | loader: Add missing \n on message printing | Emil Velikov | 2014-01-27 | 1 | -12/+11 |
* | loader: Use dlsym to get our udev symbols instead of explicit linking. | Eric Anholt | 2014-01-27 | 2 | -4/+43 |
* | logger: Remove unused variable. | José Fonseca | 2014-01-20 | 1 | -1/+0 |
* | logger: s/\<log\>/log_/ | José Fonseca | 2014-01-20 | 1 | -13/+13 |
* | loader: ifdef libdrm specific code and include | Emil Velikov | 2014-01-19 | 4 | -8/+19 |
* | loader: fallback to drmGetVersion() for non-pci devices | Rob Clark | 2014-01-18 | 1 | -2/+14 |
* | pci_ids: no not include loader.h | Emil Velikov | 2014-01-18 | 1 | -1/+0 |
* | loader: introduce the loader util lib | Emil Velikov | 2014-01-18 | 6 | -0/+476 |