summaryrefslogtreecommitdiff
path: root/src/loader
AgeCommit message (Expand)AuthorFilesLines
2014-08-13android: loader: prefix static libraries with libmesa_*Emil Velikov1-2/+2
2014-08-13android: loader: use the installed libdrm headersEmil Velikov1-4/+2
2014-08-04util: Gather some common macrosJason Ekstrand1-0/+1
2014-07-01mesa: fix the condition in src/loader/Makefile.amAxel Davy1-0/+2
2014-07-01loader: Use drirc device_id parameter in complement to DRI_PRIMEAxel Davy2-3/+47
2014-07-01loader: add gpu selection code via DRI_PRIME.Axel Davy2-0/+192
2014-05-29loader: add optional /sys filesystem method for PCI identification.Gary Wong1-0/+112
2014-05-29loader: allow attempting more than one method of PCI identification.Gary Wong1-18/+46
2014-04-05loader: don't limit the non-udev path to only androidJonathan Gray1-1/+1
2014-04-05loader: use 0 instead of FALSE which isn't definedJonathan Gray1-2/+2
2014-03-19loader: add special logic to distinguish nouveau from nouveau_vieuxIlia Mirkin4-2/+146
2014-02-01dri: Add a useful error message if someone's packages missed libudev deps.Eric Anholt1-0/+5
2014-02-01dri: Also support the loader with libudev.so.0.Eric Anholt1-0/+10
2014-01-29loader: do not print the pci id during normal operationEmil Velikov1-1/+1
2014-01-29loader: print WARNING and FATAL messages using the default loggerEmil Velikov1-1/+1
2014-01-28loader: include dlfcn.h when building with HAVE_LIBUDEVEmil Velikov1-0/+2
2014-01-27loader: Add missing \n on message printingEmil Velikov1-12/+11
2014-01-27loader: Use dlsym to get our udev symbols instead of explicit linking.Eric Anholt2-4/+43
2014-01-20logger: Remove unused variable.José Fonseca1-1/+0
2014-01-20logger: s/\<log\>/log_/José Fonseca1-13/+13
2014-01-19loader: ifdef libdrm specific code and includeEmil Velikov4-8/+19
2014-01-18loader: fallback to drmGetVersion() for non-pci devicesRob Clark1-2/+14
2014-01-18pci_ids: no not include loader.hEmil Velikov1-1/+0
2014-01-18loader: introduce the loader util libEmil Velikov6-0/+476