index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
loader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-5
/
+0
*
loader: add a libdrm case for loader_get_device_name_for_fd
Jonathan Gray
2016-04-21
1
-1
/
+25
*
dri: add backbuffer use flag
Axel Davy
2016-03-09
1
-2
/
+4
*
virtio_gpu: Add PCI ID to driver map
Rob Herring
2016-01-23
1
-0
/
+7
*
loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS
Emil Velikov
2015-11-23
1
-2
/
+2
*
automake: loader: don't create an empty dri3 helper
Emil Velikov
2015-11-20
1
-1
/
+3
*
automake: loader: honour the XCB_DRI3 cflags
Emil Velikov
2015-11-20
1
-0
/
+1
*
automake: loader: rework the CPPFLAGS
Emil Velikov
2015-11-20
1
-11
/
+4
*
loader/dri3: Expose function to create __DRIimage from pixmap
Boyan Ding
2015-11-17
2
-29
/
+58
*
loader: Add dri3 helper
Boyan Ding
2015-11-17
3
-1
/
+1622
*
loader: use HAVE_LIBDRM instead of ! __NOT_HAVE_DRM_H
Emil Velikov
2015-07-22
5
-15
/
+8
*
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
2
-3
/
+6
*
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
2015-06-12
1
-7
/
+3
*
android: loader: export the path to be included
Chih-Wei Huang
2015-06-09
1
-0
/
+2
*
egl: Add needed extern "C" for C++ access
Alexander von Gluck IV
2015-05-14
1
-0
/
+9
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
2015-04-22
1
-1
/
+1
*
scons: Don't build loader on Windows.
Jose Fonseca
2015-03-25
1
-1
/
+0
*
loader: include <sys/stat.h> for non-sysfs builds
Emil Velikov
2015-03-16
1
-1
/
+1
*
scons: Use -Werror MSVC compatibility flags per-directory.
Jose Fonseca
2015-03-04
1
-0
/
+2
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-03-03
1
-0
/
+1
*
Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...
Kenneth Graunke
2015-02-27
1
-1
/
+0
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-02-27
1
-0
/
+1
*
loader: not having a pci-id should not be a warn
Rob Clark
2015-02-21
1
-3
/
+6
*
loader: Remove NEED_OPENGL_COMMON check.
Matt Turner
2015-01-23
1
-2
/
+0
*
mesa: Add scons files to distribution.
Matt Turner
2014-12-12
1
-0
/
+2
*
loader: Add headers to distribution.
Matt Turner
2014-12-12
1
-1
/
+3
*
loader: Add missing EXPAT_CFLAGS to libloader.la CPPFLAGS
Michael Forney
2014-12-08
1
-1
/
+2
*
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
*
android: loader: prefix static libraries with libmesa_*
Emil Velikov
2014-08-13
1
-2
/
+2
*
android: loader: use the installed libdrm headers
Emil Velikov
2014-08-13
1
-4
/
+2
*
util: Gather some common macros
Jason Ekstrand
2014-08-04
1
-0
/
+1
*
mesa: fix the condition in src/loader/Makefile.am
Axel Davy
2014-07-01
1
-0
/
+2
*
loader: Use drirc device_id parameter in complement to DRI_PRIME
Axel Davy
2014-07-01
2
-3
/
+47
*
loader: add gpu selection code via DRI_PRIME.
Axel Davy
2014-07-01
2
-0
/
+192
*
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
4
-2
/
+146
*
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
[next]