egl/x11: Support DRI3 v1.1
[mesa.git] / src / loader /
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