gallium/docs: fix sublist formatting
[mesa.git] / configure.ac
2017-02-16 Emil Velikovconfigure.ac: remove unneeded trailing semicolon
2017-02-16 Emil Velikovconfigure.ac: bump LIBDRM_RADEON requirement to 2.4.71
2017-02-15 Matt Turnerutil: Add utility build-id code.
2017-02-13 Emil Velikovconfigure.ac: check for libXdamage 1.1 or later
2017-02-13 Emil Velikovconfigure.ac: dump dri2proto requirement to 2.8
2017-02-13 Emil Velikovconfigure.ac: do not use deprecated macros - AC_HELP_ST...
2017-02-13 Michel Dänzerconfigure.ac: Drop LLVM compiler flags more radically
2017-02-10 Emil Velikovconfigure.ac: supersede --enable-gallium-llvm over...
2017-02-10 Emil Velikovconfigure.ac: remove dummy radeon_gallium_llvm_check()
2017-02-10 Emil Velikovconfigure.ac: correctly manage llvm auto-detection
2017-02-10 Emil Velikovconfigure.ac: disable enable_gallium_llvm in the !x86...
2017-02-10 Emil Velikovconfigure.ac: set LLVM_{C, CXX, LD}FLAGS only as needed
2017-02-10 Emil VelikovRevert "configure.ac: Create correct LLVM_VERSION_INT...
2017-02-10 Emil Velikovconfigure.ac: don't use == with test
2017-02-10 Emil Velikovconfigure.ac: remove unused LLVM variables
2017-02-10 Tobias Drosteconfigure.ac: Only define HAVE_LLVM if LLVM is used
2017-02-10 Tobias Drosteconfigure.ac: Rework MESA_LLVM and LLVM detection
2017-02-10 Emil Velikovconfigure.ac: move enable-gallium-llvm dependency with...
2017-02-10 Emil Velikovconfigure.ac: Mandate --enable-gallium-llvm when checki...
2017-02-10 Emil Velikovconfigure.ac: Rename the gallium_require_llvm helper
2017-02-10 Tobias Drosteconfigure.ac: Don't check LLVM version in require_llvm
2017-02-10 Emil Velikovconfigure.ac: move AC_ARG_ENABLE([gallium-llvm] hunk...
2017-02-10 Emil Velikovconfigure.ac: remove unused AC_SUBST([MESA_LLVM])
2017-02-09 Ilia Mirkinconfigure: add blurb about what the LIBDRM_*_REQUIRED...
2017-02-07 Emil Velikovconfigure.ac: remove src/gallium/winsys/intel/drm/Makef...
2017-02-07 Boyan Dingconfigure.ac: Remove redundant libglvnd stanza
2017-02-07 Emil Velikovconfigure.ac: add swr to the gallium drivers list.
2017-02-07 Emil Velikovconfigure.ac: list all the dri-drivers in the help...
2017-02-03 Edward O'Callaghanilo: EOL drop unmaintained gallium drv from buildsys
2017-02-03 Ilia Mirkinconfigure: libdrm is a single package
2017-02-02 Dave Airlieconfigure.ac: explicitly require libdrm for dri classic...
2017-02-02 Vinson Leeconfigure: Only require libdrm 2.4.75 for intel.
2017-01-27 Chad Versaceconfigure: Require libdrm >= 2.4.75
2017-01-27 Emil Velikovconfigure.ac: list radeon in --with-vulkan-drivers...
2017-01-27 Emil Velikovautoconf: set all __STDC_*_MACROS
2017-01-27 Andreas Bollconfigure.ac: Require LLVM for r300 only on x86 and...
2017-01-20 Emil Velikovconfigure.ac: move require_dri_shared_libs_and_glapi...
2017-01-18 Emil Velikovutils: build sha1/disk cache only with Android/Autoconf
2017-01-18 Emil Velikovutil: import sha1 implementation from OpenBSD
2017-01-18 Emil Velikovconfigure: error out when building static XOR shared
2017-01-18 Emil Velikovconfigure: explicitly require shared glapi for enable-dri
2017-01-18 Emil Velikovconfigure: factor out commom egl/gbm checks
2017-01-18 Emil Velikovconfigure: remove HAVE_EGL_DRIVER_DRI[23]
2017-01-18 Emil Velikovconfigure: forbid static EGL/GBM
2017-01-18 Emil Velikovconfigure: remove unused AC_SUBST variables
2017-01-18 Emil Velikovgallium: correctly manage libsensors link flags
2017-01-18 Emil Velikovmesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro
2017-01-18 Emil Velikovconfigure: use standard check for attribure alias
2017-01-18 Jose Fonsecaconfigure.ac: Revert recent HAVE_LLVM changes.
2017-01-18 Tomasz Figaconfigure.ac: Respect LLVM_CFLAGS in LLVM version detection
2017-01-18 Tobias Drosteconfigure.ac: Don't check LLVM version in gallium_requi...
2017-01-18 Tobias Drosteconfigure.ac: Set and use HAVE_GALLIUM_LLVM define
2017-01-18 Tobias Drosteconfigure.ac: Only define HAVE_LLVM if LLVM is used
2017-01-18 Tobias Drosteconfigure.ac: Only set LLVM_LIBS if LLVM is used
2017-01-18 Tobias Drosteconfigure.ac: Rename MESA_LLVM to FOUND_LLVM
2017-01-17 Nayan Deshmukhvl/dri3: use external texture as back buffers(v4)
2017-01-13 Jonas Ådahlegl/wayland: Avoid race conditions when on non-main...
2017-01-12 Chuck Atkinsglx: Add missing glproto dependency for gallium-xlib glx
2017-01-12 Christian Gmeinerimx: gallium driver for imx-drm scanout driver
2017-01-12 The etnaviv authorsetnaviv: gallium driver for Vivante GPUs
2017-01-05 Eric Anholtconfigure: Fix another bashism.
2016-12-09 Emil Velikovconfigure: cleanup GLX_USE_TLS handling
2016-12-09 Emil Velikovconfigure: enable glx-tls by default
2016-12-05 Tobias Drosteconfigure.ac: Create correct LLVM_VERSION_INT with...
2016-12-05 Tobias Drosteconfigure.ac: Get complete LLVM version from header
2016-12-05 Tobias Drosteconfigure.ac: Add required LLVM versions to the top
2016-12-05 Tobias Drosteconfigure.ac: Only add default LLVM components if needed
2016-12-05 Tobias Drosteconfigure.ac: Reorder arguments in radeon_llvm_check
2016-12-05 Tobias Drosteconfigure.ac: Move radv check to the Vulkan section
2016-12-05 Tobias Drosteconfigure.ac: Move LLVM ac_subst closer to usage
2016-12-05 Tobias Drosteconfigure.ac: Move oCL LLVM checks to the oCL section
2016-12-05 Tobias Drosteconfigure.ac: Move llvm_set_environment_variables higher.
2016-12-05 Tobias Drosteconfigure.ac: Remove swr_llvm_check()
2016-12-05 Tobias Drosteconfigure.ac: Check gallium LLVM version in gallium_req...
2016-12-05 Tobias Drosteconfigure.ac: Use short names for r600 und r300
2016-12-05 Tobias Drosteconfigure.ac: Remove useless oCL LLVM check
2016-12-05 Tobias Drosteconfigure.ac: Move llvm-config searching outside the...
2016-12-05 Tobias Drosteconfigure.ac: Move LLVM functions to the top
2016-12-05 Tobias Drosteconfigure.ac: Move LLVM version check to the top
2016-12-05 Tobias Drosteconfigure.ac: Use new helper function for LLVM
2016-12-05 Tobias Drosteconfigure.ac: Use new llvm_add_default_components
2016-12-05 Tobias Drosteconfigure.ac: Add helper function for targets/components
2016-12-05 Tobias Drosteconfigure.ac: Don't search llvm-config if it's known
2016-11-30 Rob Clarkfreedreno/a5xx: initial support
2016-11-28 Emil Velikovconfigure.ac: remove no longer used TIMESTAMP_CMD
2016-11-15 Mauro Rossiamd: flatten amd/common makefile structure
2016-11-15 Marek Olšákutil: import cache.c/h from glsl
2016-11-15 Gurchetan Singhegl: Use pkg-config for Android NDK build
2016-11-15 Gurchetan Singhconfigure.ac: Don't look for pthreads in Android platform
2016-11-10 Emil VelikovRevert "configure.ac: honour LLVM_LIBDIR when linking...
2016-11-09 Emil Velikovconfigure.ac: honour LLVM_LIBDIR when linking against...
2016-10-26 Marek Olšákconfigure.ac: simplify EGL requirements for drivers...
2016-10-21 Jason Ekstrandconfigure: Get rid of the --disable-vulkan-icd-full...
2016-10-19 Marek Olšákconfigure.ac: enable EGL platform DRM if GBM is enabled
2016-10-19 Marek Olšákconfigure.ac: enable GBM by default
2016-10-19 Marek Olšákconfigure.ac: print whether GBM is enabled
2016-10-19 Dave Airlieanv: move to using shared wsi code
2016-10-18 Emil Velikovconfigure.ac: use a single require_libdrm helper
2016-10-18 Emil Velikovconfigure.ac: remove no longer needed *_pci_id logic
2016-10-18 Emil Velikovloader: remove final sysfs codepath in loader_get_devic...
next