summaryrefslogtreecommitdiffstats
path: root/src/loader
Commit message (Expand)AuthorAgeFilesLines
...
* loader: Add headers to distribution.Matt Turner2014-12-121-1/+3
* loader: Add missing EXPAT_CFLAGS to libloader.la CPPFLAGSMichael Forney2014-12-081-1/+2
* loader: Check dlsym() did not fail in libudev_get_device_name_for_fd()Juha-Pekka Heikkila2014-09-231-0/+3
* loader: fds can be 0Dave Airlie2014-09-061-1/+1
* android: loader: prefix static libraries with libmesa_*Emil Velikov2014-08-131-2/+2
* android: loader: use the installed libdrm headersEmil Velikov2014-08-131-4/+2
* util: Gather some common macrosJason Ekstrand2014-08-041-0/+1
* mesa: fix the condition in src/loader/Makefile.amAxel Davy2014-07-011-0/+2
* loader: Use drirc device_id parameter in complement to DRI_PRIMEAxel Davy2014-07-012-3/+47
* loader: add gpu selection code via DRI_PRIME.Axel Davy2014-07-012-0/+192
* loader: add optional /sys filesystem method for PCI identification.Gary Wong2014-05-291-0/+112
* loader: allow attempting more than one method of PCI identification.Gary Wong2014-05-291-18/+46
* loader: don't limit the non-udev path to only androidJonathan Gray2014-04-051-1/+1
* loader: use 0 instead of FALSE which isn't definedJonathan Gray2014-04-051-2/+2
* loader: add special logic to distinguish nouveau from nouveau_vieuxIlia Mirkin2014-03-194-2/+146
* dri: Add a useful error message if someone's packages missed libudev deps.Eric Anholt2014-02-011-0/+5
* dri: Also support the loader with libudev.so.0.Eric Anholt2014-02-011-0/+10
* loader: do not print the pci id during normal operationEmil Velikov2014-01-291-1/+1
* loader: print WARNING and FATAL messages using the default loggerEmil Velikov2014-01-291-1/+1
* loader: include dlfcn.h when building with HAVE_LIBUDEVEmil Velikov2014-01-281-0/+2
* loader: Add missing \n on message printingEmil Velikov2014-01-271-12/+11
* loader: Use dlsym to get our udev symbols instead of explicit linking.Eric Anholt2014-01-272-4/+43
* logger: Remove unused variable.José Fonseca2014-01-201-1/+0
* logger: s/\<log\>/log_/José Fonseca2014-01-201-13/+13
* loader: ifdef libdrm specific code and includeEmil Velikov2014-01-194-8/+19
* loader: fallback to drmGetVersion() for non-pci devicesRob Clark2014-01-181-2/+14
* pci_ids: no not include loader.hEmil Velikov2014-01-181-1/+0
* loader: introduce the loader util libEmil Velikov2014-01-186-0/+476