summaryrefslogtreecommitdiffstats
path: root/src/loader
Commit message (Expand)AuthorAgeFilesLines
* loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_HEmil Velikov2015-07-225-15/+8
* loader: don't leak udev_enumerateGuillaume Desmottes2015-07-111-0/+4
* loader: Look for any version of currently linked libudev.soChris Wilson2015-07-081-18/+28
* loader: move loader_open_device out of HAVE_LIBUDEV blockJulien Isorce2015-06-241-18/+18
* loader: Rename drm_open_device() to loader_open_device() and share itDerek Foreman2015-06-232-3/+6
* mesa: build xmlconfig to a separate static libraryErik Faye-Lund2015-06-121-7/+3
* android: loader: export the path to be includedChih-Wei Huang2015-06-091-0/+2
* egl: Add needed extern "C" for C++ accessAlexander von Gluck IV2015-05-141-0/+9
* Fix a few typosZoë Blade2015-04-271-1/+1
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-1/+1
* scons: Don't build loader on Windows.Jose Fonseca2015-03-251-1/+0
* loader: include <sys/stat.h> for non-sysfs buildsEmil Velikov2015-03-161-1/+1
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+2
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-0/+1
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-1/+0
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-0/+1
* loader: not having a pci-id should not be a warnRob Clark2015-02-211-3/+6
* loader: Remove NEED_OPENGL_COMMON check.Matt Turner2015-01-231-2/+0
* mesa: Add scons files to distribution.Matt Turner2014-12-121-0/+2
* 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