summaryrefslogtreecommitdiff
path: root/src/loader
AgeCommit message (Expand)AuthorFilesLines
2016-03-09dri: add backbuffer use flagAxel Davy1-2/+4
2016-01-23virtio_gpu: Add PCI ID to driver mapRob Herring1-0/+7
2015-11-23loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGSEmil Velikov1-2/+2
2015-11-20automake: loader: don't create an empty dri3 helperEmil Velikov1-1/+3
2015-11-20automake: loader: honour the XCB_DRI3 cflagsEmil Velikov1-0/+1
2015-11-20automake: loader: rework the CPPFLAGSEmil Velikov1-11/+4
2015-11-17loader/dri3: Expose function to create __DRIimage from pixmapBoyan Ding2-29/+58
2015-11-17loader: Add dri3 helperBoyan Ding3-1/+1622
2015-07-22loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_HEmil Velikov5-15/+8
2015-07-11loader: don't leak udev_enumerateGuillaume Desmottes1-0/+4
2015-07-08loader: Look for any version of currently linked libudev.soChris Wilson1-18/+28
2015-06-24loader: move loader_open_device out of HAVE_LIBUDEV blockJulien Isorce1-18/+18
2015-06-23loader: Rename drm_open_device() to loader_open_device() and share itDerek Foreman2-3/+6
2015-06-12mesa: build xmlconfig to a separate static libraryErik Faye-Lund1-7/+3
2015-06-09android: loader: export the path to be includedChih-Wei Huang1-0/+2
2015-05-14egl: Add needed extern "C" for C++ accessAlexander von Gluck IV1-0/+9
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-22android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov1-1/+1
2015-03-25scons: Don't build loader on Windows.Jose Fonseca1-1/+0
2015-03-16loader: include <sys/stat.h> for non-sysfs buildsEmil Velikov1-1/+1
2015-03-04scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca1-0/+2
2015-03-03configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-0/+1
2015-02-27Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke1-1/+0
2015-02-27configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca1-0/+1
2015-02-21loader: not having a pci-id should not be a warnRob Clark1-3/+6
2015-01-23loader: Remove NEED_OPENGL_COMMON check.Matt Turner1-2/+0
2014-12-12mesa: Add scons files to distribution.Matt Turner1-0/+2
2014-12-12loader: Add headers to distribution.Matt Turner1-1/+3
2014-12-08loader: Add missing EXPAT_CFLAGS to libloader.la CPPFLAGSMichael Forney1-1/+2
2014-09-23loader: Check dlsym() did not fail in libudev_get_device_name_for_fd()Juha-Pekka Heikkila1-0/+3
2014-09-06loader: fds can be 0Dave Airlie1-1/+1
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