loader: add loader_open_render_node(..)
[mesa.git] / src / loader /
2015-11-20 Emil Velikovautomake: loader: rework the CPPFLAGS
2015-11-17 Boyan Dingloader/dri3: Expose function to create __DRIimage from...
2015-11-17 Boyan Dingloader: Add dri3 helper
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-22 Emil Velikovloader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_H
2015-07-11 Guillaume Desmottesloader: don't leak udev_enumerate
2015-07-08 Chris Wilsonloader: Look for any version of currently linked libudev.so
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Julien Isorceloader: move loader_open_device out of HAVE_LIBUDEV...
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Derek Foremanloader: Rename drm_open_device() to loader_open_device...
2015-06-12 Erik Faye-Lundmesa: build xmlconfig to a separate static library
2015-06-09 Chih-Wei Huangandroid: loader: export the path to be included
2015-05-14 Alexander von Gluck IVegl: Add needed extern "C" for C++ access
2015-04-27 Zoë BladeFix a few typos
2015-04-22 Emil Velikovandroid: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
2015-03-25 Jose Fonsecascons: Don't build loader on Windows.
2015-03-16 Emil Velikovloader: include <sys/stat.h> for non-sysfs builds
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-21 Rob Clarkloader: not having a pci-id should not be a warn
2015-01-23 Matt Turnerloader: Remove NEED_OPENGL_COMMON check.
2014-12-12 Matt Turnermesa: Add scons files to distribution.
2014-12-12 Matt Turnerloader: Add headers to distribution.
2014-12-08 Michael Forneyloader: Add missing EXPAT_CFLAGS to libloader.la CPPFLAGS
2014-09-23 Juha-Pekka Heikkilaloader: Check dlsym() did not fail in libudev_get_devic...
2014-09-06 Dave Airlieloader: fds can be 0
2014-08-12 Emil Velikovandroid: loader: prefix static libraries with libmesa_*
2014-08-12 Emil Velikovandroid: loader: use the installed libdrm headers
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-07-01 Axel Davymesa: fix the condition in src/loader/Makefile.am
2014-07-01 Axel Davyloader: Use drirc device_id parameter in complement...
2014-07-01 Axel Davyloader: add gpu selection code via DRI_PRIME.
2014-05-30 Gary Wongloader: add optional /sys filesystem method for PCI...
2014-05-30 Gary Wongloader: allow attempting more than one method of PCI...
2014-04-05 Jonathan Grayloader: don't limit the non-udev path to only android
2014-04-05 Jonathan Grayloader: use 0 instead of FALSE which isn't defined
2014-03-19 Ilia Mirkinloader: add special logic to distinguish nouveau from...
2014-02-01 Eric Anholtdri: Add a useful error message if someone's packages...
2014-02-01 Eric Anholtdri: Also support the loader with libudev.so.0.
2014-01-29 Emil Velikovloader: do not print the pci id during normal operation
2014-01-29 Emil Velikovloader: print WARNING and FATAL messages using the...
2014-01-28 Emil Velikovloader: include dlfcn.h when building with HAVE_LIBUDEV
2014-01-27 Emil Velikovloader: Add missing \n on message printing
2014-01-27 Eric Anholtloader: Use dlsym to get our udev symbols instead of...
2014-01-20 José Fonsecalogger: Remove unused variable.
2014-01-20 José Fonsecalogger: s/\<log\>/log_/
2014-01-19 Emil Velikovloader: ifdef libdrm specific code and include
2014-01-18 Rob Clarkloader: fallback to drmGetVersion() for non-pci devices
2014-01-18 Emil Velikovpci_ids: no not include loader.h
2014-01-18 Emil Velikovloader: introduce the loader util lib