summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2016-10-05util: use GCC atomic intrinsics with explicit memory modelNicolai Hähnle1-0/+11
2016-09-28gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth1-0/+42
2016-09-28glsl: Add initial functions to implement an on-disk cacheTimothy Arceri1-0/+3
2016-09-27configure.ac: add llvm inteljitevents component if enabledTim Rowley1-0/+4
2016-09-15direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney1-1/+9
2016-09-14configure.ac: fix the name of the Wayland Scanner pc fileBrendan King1-2/+2
2016-09-06radeonsi: move sid.h/r600d_common.h to a common place.Dave Airlie1-0/+1
2016-08-25intel: Flatten the makefile structureJason Ekstrand1-2/+0
2016-08-25mesa: Drop sed of now dead Plo files.Matt Turner1-3/+0
2016-08-25configure.ac: raise Mako required version to 0.8.0Eric Engestrom1-1/+1
2016-08-25anv: Add a --disable-vulkan-icd-full-driver-path optionJason Ekstrand1-0/+7
2016-08-23aubinator: Add a new tool called Aubinator to the src/intel/tools folder.Kristian Høgsberg Kristensen1-0/+1
2016-08-01mesa: Drop -fno-strict-aliasing.Matt Turner1-6/+0
2016-07-29configure: add support for LLVM 4.0.0svn static libsJan Ziak1-1/+1
2016-07-26mesa: Use AC_HEADER_MAJOR to include correct header for major().Matt Turner1-0/+1
2016-07-23freedreno: hw timestamp supportRob Clark1-1/+1
2016-07-21mesa: Add -fno-math-errno -fno-trapping-math to CXXFLAGS.Matt Turner1-0/+3
2016-07-21mesa: Drop -fno-builtin-memcmp.Matt Turner1-8/+0
2016-07-21mapi: Massage code to allow clang to compile.Matt Turner1-0/+1
2016-07-20vc4: Switch to using the libdrm-provided vc4_drm.h.Eric Anholt1-0/+2
2016-07-19configure.ac: Use ${datarootdir} for --with-vulkan-icddir help string tooAndreas Boll1-1/+1
2016-07-15configure: Don't require pthread-stubs on CygwinJon Turney1-3/+15
2016-07-15configure: Define _GNU_SOURCE for Cygwin as wellYaakov Selkowitz1-4/+1
2016-07-11clover: Bump required LLVM version to 3.6.Serge Martin1-1/+1
2016-07-07mesa: don't install GLX files if GLX is not builtAkihiko Odaki1-0/+1
2016-07-05anv: install the intel_icd.json to ${datarootdir} by defaultEmil Velikov1-1/+1
2016-07-05anv: use cache uuid based on the build timestamp.Emil Velikov1-0/+2
2016-06-30swr: Refactor checks for compiler feature flagsChuck Atkins1-23/+50
2016-06-17swr: switch from overriding -march to selecting featuresTim Rowley1-4/+7
2016-06-13configure.ac: strip out the llvm-config -march/mtune flagsEmil Velikov1-0/+3
2016-05-31Don't use python 3Dylan Baker1-8/+0
2016-05-30configure.ac: correct the xlib/xlib-gallium GLX detection for GLVNDChuck Atkins1-26/+29
2016-05-30glx: Implement the libglvnd interface.Kyle Brenneman1-2/+47
2016-05-24c11/threads: resolve link issues with -O0Emil Velikov1-0/+1
2016-05-23configure.ac: Add support for Android buildsNicolas Boichat1-0/+10
2016-05-23configure.ac: error out when building from git without python3Emil Velikov1-0/+6
2016-05-23configure.ac: add pthreadstubs supportRob Herring1-0/+4
2016-05-23configure: added xcb to dri3 modules to pkg-confAndres Gomez1-1/+1
2016-05-16vl/dri3: add DRI3 support and implement create and destroyLeo Liu1-1/+6
2016-05-16util: Add ATTRIBUTE_RETURNS_NONNULL.Matt Turner1-0/+1
2016-05-01configure.ac: remove unused HAVE_EGL_PLATFORM_NULL conditionalEmil Velikov1-1/+0
2016-05-01automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLANDEmil Velikov1-1/+1
2016-05-01automake: drop "EGL_" from HAVE_EGL_PLATFORM_X11Emil Velikov1-1/+1
2016-05-01anv: fold the tests' makefileEmil Velikov1-1/+0
2016-05-01glx: Refactor the configure options for glx implementation choice (v3)Chuck Atkins1-51/+64
2016-04-26i965/blorp: Convert state setup to CJason Ekstrand1-0/+3
2016-04-26i965/blorp: Convert brw_blorp.cpp to a C fileJason Ekstrand1-0/+5
2016-04-23configure.ac: search for and set PYTHON3Jonathan Gray1-0/+2
2016-04-21i965: Add a dependency on libislJason Ekstrand1-1/+2
2016-04-15Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand1-16/+35