| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.ac: Require LLVM for r300 only on x86 and x86_64 | Andreas Boll | 2017-02-03 | 1 | -1/+14 |
* | configure.ac: move require_dri_shared_libs_and_glapi() before its users | Emil Velikov | 2017-02-03 | 1 | -16/+16 |
* | utils: build sha1/disk cache only with Android/Autoconf | Emil Velikov | 2017-01-18 | 1 | -0/+1 |
* | util: import sha1 implementation from OpenBSD17.0-branchpoint | Emil Velikov | 2017-01-18 | 1 | -160/+1 |
* | configure: error out when building static XOR shared | Emil Velikov | 2017-01-18 | 1 | -4/+2 |
* | configure: explicitly require shared glapi for enable-dri | Emil Velikov | 2017-01-18 | 1 | -3/+1 |
* | configure: factor out commom egl/gbm checks | Emil Velikov | 2017-01-18 | 1 | -29/+18 |
* | configure: remove HAVE_EGL_DRIVER_DRI[23] | Emil Velikov | 2017-01-18 | 1 | -11/+3 |
* | configure: forbid static EGL/GBM | Emil Velikov | 2017-01-18 | 1 | -16/+20 |
* | configure: remove unused AC_SUBST variables | Emil Velikov | 2017-01-18 | 1 | -10/+0 |
* | gallium: correctly manage libsensors link flags | Emil Velikov | 2017-01-18 | 1 | -3/+3 |
* | mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro | Emil Velikov | 2017-01-18 | 1 | -8/+1 |
* | configure: use standard check for attribure alias | Emil Velikov | 2017-01-18 | 1 | -0/+1 |
* | configure.ac: Revert recent HAVE_LLVM changes. | Jose Fonseca | 2017-01-18 | 1 | -42/+27 |
* | configure.ac: Respect LLVM_CFLAGS in LLVM version detection | Tomasz Figa | 2017-01-18 | 1 | -0/+6 |
* | configure.ac: Don't check LLVM version in gallium_require_llvm | Tobias Droste | 2017-01-18 | 1 | -3/+1 |
* | configure.ac: Set and use HAVE_GALLIUM_LLVM define | Tobias Droste | 2017-01-18 | 1 | -0/+1 |
* | configure.ac: Only define HAVE_LLVM if LLVM is used | Tobias Droste | 2017-01-18 | 1 | -7/+9 |
* | configure.ac: Only set LLVM_LIBS if LLVM is used | Tobias Droste | 2017-01-18 | 1 | -9/+24 |
* | configure.ac: Rename MESA_LLVM to FOUND_LLVM | Tobias Droste | 2017-01-18 | 1 | -11/+10 |
* | vl/dri3: use external texture as back buffers(v4) | Nayan Deshmukh | 2017-01-17 | 1 | -1/+1 |
* | egl/wayland: Avoid race conditions when on non-main thread | Jonas Ã…dahl | 2017-01-13 | 1 | -1/+1 |
* | glx: Add missing glproto dependency for gallium-xlib glx | Chuck Atkins | 2017-01-12 | 1 | -1/+3 |
* | imx: gallium driver for imx-drm scanout driver | Christian Gmeiner | 2017-01-12 | 1 | -1/+13 |
* | etnaviv: gallium driver for Vivante GPUs | The etnaviv authors | 2017-01-12 | 1 | -1/+10 |
* | configure: Fix another bashism. | Eric Anholt | 2017-01-05 | 1 | -1/+1 |
* | configure: cleanup GLX_USE_TLS handling | Emil Velikov | 2016-12-09 | 1 | -2/+3 |
* | configure: enable glx-tls by default | Emil Velikov | 2016-12-09 | 1 | -2/+2 |
* | configure.ac: Create correct LLVM_VERSION_INT with minor >= 10 | Tobias Droste | 2016-12-05 | 1 | -1/+5 |
* | configure.ac: Get complete LLVM version from header | Tobias Droste | 2016-12-05 | 1 | -6/+4 |
* | configure.ac: Add required LLVM versions to the top | Tobias Droste | 2016-12-05 | 1 | -14/+54 |
* | configure.ac: Only add default LLVM components if needed | Tobias Droste | 2016-12-05 | 1 | -3/+12 |
* | configure.ac: Reorder arguments in radeon_llvm_check | Tobias Droste | 2016-12-05 | 1 | -8/+8 |
* | configure.ac: Move radv check to the Vulkan section | Tobias Droste | 2016-12-05 | 1 | -4/+1 |
* | configure.ac: Move LLVM ac_subst closer to usage | Tobias Droste | 2016-12-05 | 1 | -15/+14 |
* | configure.ac: Move oCL LLVM checks to the oCL section | Tobias Droste | 2016-12-05 | 1 | -22/+19 |
* | configure.ac: Move llvm_set_environment_variables higher. | Tobias Droste | 2016-12-05 | 1 | -7/+4 |
* | configure.ac: Remove swr_llvm_check() | Tobias Droste | 2016-12-05 | 1 | -11/+2 |
* | configure.ac: Check gallium LLVM version in gallium_require_llvm | Tobias Droste | 2016-12-05 | 1 | -12/+5 |
* | configure.ac: Use short names for r600 und r300 | Tobias Droste | 2016-12-05 | 1 | -4/+4 |
* | configure.ac: Remove useless oCL LLVM check | Tobias Droste | 2016-12-05 | 1 | -4/+0 |
* | configure.ac: Move llvm-config searching outside the function | Tobias Droste | 2016-12-05 | 1 | -8/+8 |
* | configure.ac: Move LLVM functions to the top | Tobias Droste | 2016-12-05 | 1 | -77/+74 |
* | configure.ac: Move LLVM version check to the top | Tobias Droste | 2016-12-05 | 1 | -70/+74 |
* | configure.ac: Use new helper function for LLVM | Tobias Droste | 2016-12-05 | 1 | -7/+18 |
* | configure.ac: Use new llvm_add_default_components | Tobias Droste | 2016-12-05 | 1 | -5/+1 |
* | configure.ac: Add helper function for targets/components | Tobias Droste | 2016-12-05 | 1 | -0/+36 |
* | configure.ac: Don't search llvm-config if it's known | Tobias Droste | 2016-12-05 | 1 | -4/+6 |
* | freedreno/a5xx: initial support | Rob Clark | 2016-11-30 | 1 | -1/+1 |
* | configure.ac: remove no longer used TIMESTAMP_CMD | Emil Velikov | 2016-11-28 | 1 | -2/+0 |