summaryrefslogtreecommitdiff
path: root/src/loader
AgeCommit message (Expand)AuthorFilesLines
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