index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
loader
/
loader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
loader: Move non-error message to debug level
Fabio Estevam
2017-03-08
1
-1
/
+1
*
loader: unconditionally include unistd.h and stdlib.h
Nicolai Hähnle
2017-02-10
1
-2
/
+2
*
loader: Add an environment variable to override driver name choice.
Eric Anholt
2017-02-06
1
-0
/
+11
*
loader: fixup driver names if needed
Christian Gmeiner
2016-11-15
1
-0
/
+6
*
loader: add loader_get_extensions_name(..) helper
Christian Gmeiner
2016-11-15
1
-0
/
+19
*
loader: cleanup copyright section
Emil Velikov
2016-10-18
1
-40
/
+2
*
loader: remove loader_get_driver_for_fd() driver_type
Emil Velikov
2016-10-18
1
-7
/
+1
*
loader: remove final sysfs codepath in loader_get_device_name_for_fd()
Emil Velikov
2016-10-18
1
-46
/
+1
*
loader: remove libudev_get_device_name_for_fd and related code
Emil Velikov
2016-10-18
1
-126
/
+0
*
loader: reimplement loader_get_user_preferred_fd via libdrm
Emil Velikov
2016-10-18
1
-141
/
+106
*
loader: annotate __driConfigOptionsLoader as static
Emil Velikov
2016-10-18
1
-1
/
+1
*
loader: separate USE_DRICONF code into separate function
Emil Velikov
2016-10-18
1
-12
/
+18
*
loader: slim down loader_get_pci_id_for_fd implementation(s)
Emil Velikov
2016-10-18
1
-156
/
+16
*
loader: fix sysfs uevent file parsing
Frank Binns
2016-09-01
1
-2
/
+4
*
mesa: Use AC_HEADER_MAJOR to include correct header for major().
Matt Turner
2016-07-26
1
-2
/
+5
*
loader: add a libdrm case for loader_get_device_name_for_fd
Jonathan Gray
2016-04-21
1
-1
/
+25
*
loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_H
Emil Velikov
2015-07-22
1
-4
/
+4
*
loader: don't leak udev_enumerate
Guillaume Desmottes
2015-07-11
1
-0
/
+4
*
loader: Look for any version of currently linked libudev.so
Chris Wilson
2015-07-08
1
-18
/
+28
*
loader: move loader_open_device out of HAVE_LIBUDEV block
Julien Isorce
2015-06-24
1
-18
/
+18
*
loader: Rename drm_open_device() to loader_open_device() and share it
Derek Foreman
2015-06-23
1
-3
/
+3
*
loader: include <sys/stat.h> for non-sysfs builds
Emil Velikov
2015-03-16
1
-1
/
+1
*
loader: not having a pci-id should not be a warn
Rob Clark
2015-02-21
1
-3
/
+6
*
loader: Check dlsym() did not fail in libudev_get_device_name_for_fd()
Juha-Pekka Heikkila
2014-09-23
1
-0
/
+3
*
loader: fds can be 0
Dave Airlie
2014-09-06
1
-1
/
+1
*
loader: Use drirc device_id parameter in complement to DRI_PRIME
Axel Davy
2014-07-01
1
-0
/
+27
*
loader: add gpu selection code via DRI_PRIME.
Axel Davy
2014-07-01
1
-0
/
+185
*
loader: add optional /sys filesystem method for PCI identification.
Gary Wong
2014-05-29
1
-0
/
+112
*
loader: allow attempting more than one method of PCI identification.
Gary Wong
2014-05-29
1
-18
/
+46
*
loader: don't limit the non-udev path to only android
Jonathan Gray
2014-04-05
1
-1
/
+1
*
loader: use 0 instead of FALSE which isn't defined
Jonathan Gray
2014-04-05
1
-2
/
+2
*
loader: add special logic to distinguish nouveau from nouveau_vieux
Ilia Mirkin
2014-03-19
1
-1
/
+4
*
dri: Add a useful error message if someone's packages missed libudev deps.
Eric Anholt
2014-02-01
1
-0
/
+5
*
dri: Also support the loader with libudev.so.0.
Eric Anholt
2014-02-01
1
-0
/
+10
*
loader: do not print the pci id during normal operation
Emil Velikov
2014-01-29
1
-1
/
+1
*
loader: print WARNING and FATAL messages using the default logger
Emil Velikov
2014-01-29
1
-1
/
+1
*
loader: include dlfcn.h when building with HAVE_LIBUDEV
Emil Velikov
2014-01-28
1
-0
/
+2
*
loader: Add missing \n on message printing
Emil Velikov
2014-01-27
1
-12
/
+11
*
loader: Use dlsym to get our udev symbols instead of explicit linking.
Eric Anholt
2014-01-27
1
-0
/
+42
*
logger: Remove unused variable.
José Fonseca
2014-01-20
1
-1
/
+0
*
logger: s/\<log\>/log_/
José Fonseca
2014-01-20
1
-13
/
+13
*
loader: ifdef libdrm specific code and include
Emil Velikov
2014-01-19
1
-1
/
+6
*
loader: fallback to drmGetVersion() for non-pci devices
Rob Clark
2014-01-18
1
-2
/
+14
*
loader: introduce the loader util lib
Emil Velikov
2014-01-18
1
-0
/
+304