index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-09
configure: cleanup GLX_USE_TLS handling
Emil Velikov
1
-2
/
+3
2016-12-09
configure: enable glx-tls by default
Emil Velikov
1
-2
/
+2
2016-12-05
configure.ac: Create correct LLVM_VERSION_INT with minor >= 10
Tobias Droste
1
-1
/
+5
2016-12-05
configure.ac: Get complete LLVM version from header
Tobias Droste
1
-6
/
+4
2016-12-05
configure.ac: Add required LLVM versions to the top
Tobias Droste
1
-14
/
+54
2016-12-05
configure.ac: Only add default LLVM components if needed
Tobias Droste
1
-3
/
+12
2016-12-05
configure.ac: Reorder arguments in radeon_llvm_check
Tobias Droste
1
-8
/
+8
2016-12-05
configure.ac: Move radv check to the Vulkan section
Tobias Droste
1
-4
/
+1
2016-12-05
configure.ac: Move LLVM ac_subst closer to usage
Tobias Droste
1
-15
/
+14
2016-12-05
configure.ac: Move oCL LLVM checks to the oCL section
Tobias Droste
1
-22
/
+19
2016-12-05
configure.ac: Move llvm_set_environment_variables higher.
Tobias Droste
1
-7
/
+4
2016-12-05
configure.ac: Remove swr_llvm_check()
Tobias Droste
1
-11
/
+2
2016-12-05
configure.ac: Check gallium LLVM version in gallium_require_llvm
Tobias Droste
1
-12
/
+5
2016-12-05
configure.ac: Use short names for r600 und r300
Tobias Droste
1
-4
/
+4
2016-12-05
configure.ac: Remove useless oCL LLVM check
Tobias Droste
1
-4
/
+0
2016-12-05
configure.ac: Move llvm-config searching outside the function
Tobias Droste
1
-8
/
+8
2016-12-05
configure.ac: Move LLVM functions to the top
Tobias Droste
1
-77
/
+74
2016-12-05
configure.ac: Move LLVM version check to the top
Tobias Droste
1
-70
/
+74
2016-12-05
configure.ac: Use new helper function for LLVM
Tobias Droste
1
-7
/
+18
2016-12-05
configure.ac: Use new llvm_add_default_components
Tobias Droste
1
-5
/
+1
2016-12-05
configure.ac: Add helper function for targets/components
Tobias Droste
1
-0
/
+36
2016-12-05
configure.ac: Don't search llvm-config if it's known
Tobias Droste
1
-4
/
+6
2016-11-30
freedreno/a5xx: initial support
Rob Clark
1
-1
/
+1
2016-11-28
configure.ac: remove no longer used TIMESTAMP_CMD
Emil Velikov
1
-2
/
+0
2016-11-15
amd: flatten amd/common makefile structure
Mauro Rossi
1
-1
/
+0
2016-11-15
util: import cache.c/h from glsl
Marek Olšák
1
-1
/
+0
2016-11-15
egl: Use pkg-config for Android NDK build
Gurchetan Singh
1
-0
/
+1
2016-11-15
configure.ac: Don't look for pthreads in Android platform
Gurchetan Singh
1
-2
/
+5
2016-11-10
Revert "configure.ac: honour LLVM_LIBDIR when linking against LLVM"
Emil Velikov
1
-2
/
+2
2016-11-09
configure.ac: honour LLVM_LIBDIR when linking against LLVM
Emil Velikov
1
-2
/
+2
2016-10-26
configure.ac: simplify EGL requirements for drivers dependent on EGL
Marek Olšák
1
-14
/
+13
2016-10-21
configure: Get rid of the --disable-vulkan-icd-full-driver-path flag
Jason Ekstrand
1
-7
/
+0
2016-10-19
configure.ac: enable EGL platform DRM if GBM is enabled
Marek Olšák
1
-2
/
+6
2016-10-19
configure.ac: enable GBM by default
Marek Olšák
1
-10
/
+9
2016-10-19
configure.ac: print whether GBM is enabled
Marek Olšák
1
-0
/
+5
2016-10-19
anv: move to using shared wsi code
Dave Airlie
1
-1
/
+4
2016-10-18
configure.ac: use a single require_libdrm helper
Emil Velikov
1
-25
/
+24
2016-10-18
configure.ac: remove no longer needed *_pci_id logic
Emil Velikov
1
-41
/
+0
2016-10-18
loader: remove final sysfs codepath in loader_get_device_name_for_fd()
Emil Velikov
1
-16
/
+4
2016-10-18
automake: remove all the libudev references
Emil Velikov
1
-18
/
+6
2016-10-18
configure.ac: mark libdrm as have_pci_id provider
Emil Velikov
1
-4
/
+8
2016-10-10
radv: don't build without SHA1.
Dave Airlie
1
-0
/
+3
2016-10-08
intel: aubinator: generate a standalone binary
Lionel Landwerlin
1
-0
/
+1
2016-10-07
radv: fix configure.ac check
Dave Airlie
1
-1
/
+1
2016-10-07
radv: add initial non-conformant radv vulkan driver
Dave Airlie
1
-7
/
+26
2016-10-06
autoconf: Make header install distinct for various APIs (v2)
Chuck Atkins
1
-0
/
+2
2016-10-05
util: use GCC atomic intrinsics with explicit memory model
Nicolai Hähnle
1
-0
/
+11
2016-09-28
gallium/hud: Add support for block I/O, network I/O and lmsensor stats
Steven Toth
1
-0
/
+42
2016-09-28
glsl: Add initial functions to implement an on-disk cache
Timothy Arceri
1
-0
/
+3
2016-09-27
configure.ac: add llvm inteljitevents component if enabled
Tim Rowley
1
-0
/
+4
[next]