Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
cb4798d731f07207771de7cf0ac9f55eec94a809
/
src
/
loader
/
loader.c
e4b01c9
loader: fixup driver names if needed
by Christian Gmeiner
· 8 years ago
0890aa6
loader: add loader_get_extensions_name(..) helper
by Christian Gmeiner
· 8 years ago
47b5925
loader: cleanup copyright section
by Emil Velikov
· 8 years ago
af7abc5
loader: remove loader_get_driver_for_fd() driver_type
by Emil Velikov
· 8 years ago
f9f7e44
loader: remove final sysfs codepath in loader_get_device_name_for_fd()
by Emil Velikov
· 8 years ago
1e2e625
loader: remove libudev_get_device_name_for_fd and related code
by Emil Velikov
· 8 years ago
fcdc02f
loader: reimplement loader_get_user_preferred_fd via libdrm
by Emil Velikov
· 8 years ago
8222100
loader: annotate __driConfigOptionsLoader as static
by Emil Velikov
· 8 years ago
d561e06
loader: separate USE_DRICONF code into separate function
by Emil Velikov
· 8 years ago
be23932
loader: slim down loader_get_pci_id_for_fd implementation(s)
by Emil Velikov
· 8 years ago
d5f65b8
loader: fix sysfs uevent file parsing
by Frank Binns
· 8 years ago
20553e4
mesa: Use AC_HEADER_MAJOR to include correct header for major().
by Matt Turner
· 8 years ago
28e3ae3
loader: add a libdrm case for loader_get_device_name_for_fd
by Jonathan Gray
· 9 years ago
1c328b8
loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_H
by Emil Velikov
· 9 years ago
8108de4
loader: don't leak udev_enumerate
by Guillaume Desmottes
· 10 years ago
f241345
loader: Look for any version of currently linked libudev.so
by Chris Wilson
· 9 years ago
30d67d3
loader: move loader_open_device out of HAVE_LIBUDEV block
by Julien Isorce
· 9 years ago
9c92746
loader: Rename drm_open_device() to loader_open_device() and share it
by Derek Foreman
· 9 years ago
771cd26
loader: include <sys/stat.h> for non-sysfs builds
by Emil Velikov
· 10 years ago
9153dd4
loader: not having a pci-id should not be a warn
by Rob Clark
· 10 years ago
261120d
loader: Check dlsym() did not fail in libudev_get_device_name_for_fd()
by Juha-Pekka Heikkila
· 10 years ago
291ae62
loader: fds can be 0
by Dave Airlie
· 10 years ago
3ecd9e1
loader: Use drirc device_id parameter in complement to DRI_PRIME
by Axel Davy
· 10 years ago
7ab925a
loader: add gpu selection code via DRI_PRIME.
by Axel Davy
· 10 years ago
85b6f36
loader: add optional /sys filesystem method for PCI identification.
by Gary Wong
· 10 years ago
090c772
loader: allow attempting more than one method of PCI identification.
by Gary Wong
· 10 years ago
380f05c
loader: don't limit the non-udev path to only android
by Jonathan Gray
· 11 years ago
727f54a
loader: use 0 instead of FALSE which isn't defined
by Jonathan Gray
· 11 years ago
5198981
loader: add special logic to distinguish nouveau from nouveau_vieux
by Ilia Mirkin
· 11 years ago
c849ecc
dri: Add a useful error message if someone's packages missed libudev deps.
by Eric Anholt
· 11 years ago
63546b8
dri: Also support the loader with libudev.so.0.
by Eric Anholt
· 11 years ago
7965908
loader: do not print the pci id during normal operation
by Emil Velikov
· 11 years ago
780dfc1
loader: print WARNING and FATAL messages using the default logger
by Emil Velikov
· 11 years ago
61c825e
loader: include dlfcn.h when building with HAVE_LIBUDEV
by Emil Velikov
· 11 years ago
a6031a8
loader: Add missing \n on message printing
by Emil Velikov
· 11 years ago
4556c73
loader: Use dlsym to get our udev symbols instead of explicit linking.
by Eric Anholt
· 11 years ago
f0c2662
logger: Remove unused variable.
by José Fonseca
· 11 years ago
d43260b
logger: s/\<log\>/log_/
by José Fonseca
· 11 years ago
26d380d
loader: ifdef libdrm specific code and include
by Emil Velikov
· 11 years ago
bf70c23
loader: fallback to drmGetVersion() for non-pci devices
by Rob Clark
· 11 years ago
8c2e7fd
loader: introduce the loader util lib
by Emil Velikov
· 11 years ago