glx: Add missing include guards
[mesa.git] / meson.build
2018-10-26 Rob Clarkfreedreno: import libdrm_freedreno + redesign submit
2018-10-23 Boyuan Zhangmeson: update required amdgpu version to 2.4.95
2018-10-22 Dylan Bakermeson: don't require libelf for r600 without LLVM
2018-10-19 Kenneth Graunkemeson: Add -Werror=return-type when supported.
2018-10-17 Rob Clarkfreedreno/a6xx: add infrastructure for CP_DRAW_STATE
2018-10-10 Dylan Bakermeson: Don't allow building EGL on Windows or MacOS
2018-10-03 Emil Velikovmeson: remove invalid "opencl" llvm component
2018-09-25 Eric Engestrommeson+autotools: get rid of spammy GCC warning -Wformat...
2018-09-25 Eric Engestrommeson: make it trivial to add other -Wno-foo CFLAGS
2018-09-24 Dylan Bakermeson: de-duplicate LLVM check
2018-09-21 Dylan Bakermeson: Don't force libva to required from auto
2018-09-20 Christoph Haagmeson: add option to statically link llvm
2018-09-17 Dylan Bakermove pthread_setaffinity_np check to the build system
2018-09-06 Eric Engestrommeson: disable asserts by default on release builds
2018-09-06 Eric Engestrommeson: drop unnecessary llvm version hacks
2018-09-05 Dylan Bakermeson: Print a message about why a libdrm version was...
2018-08-27 Guido Günthermeson: Don't enable any vulkan drivers on arm, aarch64
2018-08-27 Guido Günthermeson: Be a bit more helpful when arch or OS is unknown
2018-08-20 Juan A. Suarez Romeroswr: bump minimum supported LLVM version to 6.0
2018-08-16 Kristian H. Kristensenfreedreno: Add a6xx backend
2018-08-16 Dylan Bakermeson: use python3 module to find python3
2018-08-16 Dylan Bakermeson: Ensure that mako is >= 0.8.0
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-08 Emil Velikovmeson: recommend building the surfaceless platform
2018-08-07 Emil Velikovmeson: stop exporting internal wayland details
2018-08-07 Emil Velikovmeson: use dependency()+find_program() for wayland...
2018-08-03 Marek Olšákamd: remove support for LLVM 5.0
2018-08-03 Marek Olšákwinsys/amdgpu: pass the BO list via the CS ioctl on...
2018-08-02 Jon Turneymeson: use correct keyword to fix a meson warning
2018-07-20 Bas Nieuwenhuizenutil/disk_cache: Fix disk_cache_get_function_timestamp...
2018-07-13 Eric Anholtmeson: Move xvmc test tools from unit tests to installe...
2018-07-05 Jon Turneymeson: Set with_dri from with_gallium when DRI glx...
2018-06-22 Dylan Bakermeson: Fix typo that breaks -Dgalium-xvmc=false
2018-06-22 Dylan Bakermeson: Fix auto option for va
2018-06-22 Dylan Bakermeson: Fix auto option for xvmc
2018-06-22 Dylan Bakermeson: Correct behavior of vdpau=auto
2018-06-21 Juan A. Suarez Romeroswr: bump minimum supported LLVM version to 5.0
2018-06-20 Keith Packardvulkan: EXT_acquire_xlib_display requires libXrandr...
2018-06-20 Gert Wollnyconfigure.ac: Add CFLAG -Wno-missing-field-initializers...
2018-06-19 Keith Packardvulkan: Add EXT_acquire_xlib_display [v5]
2018-06-17 Timothy Arcerimesa: Unconditionally enable floating-point textures
2018-06-15 Lukas Rusakmeson: fix private libs when building without glx
2018-06-13 Andrew Galantemeson: Test for __atomic_add_fetch in atomic checks
2018-06-13 Matt Turnermeson: Fix -latomic check
2018-06-13 Dylan Bakermeson: Remove various completed todos
2018-06-13 Dylan Bakermeson: Make use of optional modules
2018-06-13 Dylan Bakermeson: Add support for ppc assembly/optimizations
2018-06-13 Dylan Bakermeson: Add support for SPARC assembly
2018-06-13 Dylan Bakermeson: move cc and cpp definitions to top of main meson...
2018-06-08 Eric Engestromautotools/meson: compile against wayland-egl-*backend*
2018-06-07 Matt Turnermeson: Add support for read-only text segment on x86
2018-06-07 Dylan Bakermeson: work around gentoo applying -m32 to host compile...
2018-06-07 Dylan Bakermeson: Clarify why asm cannot be used in cross compile
2018-06-06 Eric Engestromegl: rewire the build systems to use libwayland-egl
2018-06-05 Eric Engestrommeson: fix platforms check for `-D egl=true`
2018-06-01 Eric Engestrommeson: drop unused empty string array element
2018-06-01 Eric Engestrommeson: fix platforms=[]
2018-06-01 Eric Engestrommeson: fix vulkan-drivers=[]
2018-06-01 Eric Engestrommeson: fix gallium-drivers=[]
2018-06-01 Eric Engestrommeson: fix dri-drivers=[]
2018-05-29 Emil Velikovmeson: require shared glapi when using DRI based libGL
2018-05-29 Emil Velikovmeson: remove unreachable with_glx == 'auto' check
2018-05-17 Marek Olšákamd: remove support for LLVM 4.0
2018-05-17 Stefan Schakebroadcom/vc4: Bump libdrm requirement
2018-05-16 Eric Anholtv3d: Rename the vc5_dri.so driver to v3d_dri.so.
2018-05-15 Rob Clarkfreedreno: fence should hold a ref to pipe
2018-05-07 Nicolas Boichatconfigure.ac/meson.build: Fix -latomic test
2018-04-30 Juan A. Suarez Romeroautotools, meson: bump up required VA version
2018-04-25 Jordan Justenmeson: Fix with_intel_vk and with_amd_vk variables
2018-04-24 Dylan Bakermeson: Fix no-rtti in llvm detection
2018-04-24 Dylan Bakermeson: use new warning function
2018-04-24 Dylan Bakermeson: use array type options
2018-04-24 Dylan Bakermeson: fix builds against LLVM built without rtti
2018-04-24 Dylan Bakermeson: remove dummy_cpp
2018-04-24 Dylan Bakermeson: raise required version to 0.44.1
2018-04-18 Dylan Bakermeson: Build gallium trivial tests
2018-04-17 Dylan BakerRevert "meson: add wrap for libdrm"
2018-04-17 Dylan Bakermeson: add wrap for libdrm
2018-04-08 Christian Gmeineretnaviv: add perfmon query implementation
2018-04-06 Dylan Bakermeson: fix warnings about comparing unlike types
2018-03-29 Dylan Bakermeson: Use the same version for all libdrm checks
2018-03-29 Dylan Bakermeson: group libdrm dependencies
2018-03-26 Eric Engestrommeson: fix header check message
2018-03-23 Eric Engestrommeson/configure: detect endian.h instead of trying...
2018-03-22 Dylan BakerRevert "meson: merge C and C++ compiler arguments check"
2018-03-22 Eric Engestrommeson: merge C and C++ compiler arguments check
2018-03-22 Mathias Fröhlichomx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA}
2018-03-22 Mathias Fröhlichmeson: simplify omx logic
2018-03-20 Daniel Stonemeson: Don't build svga by default on ARM/AArch64
2018-03-20 Daniel Stonemeson: Add default DRI drivers for ARM/AArch64
2018-03-16 Rob Clarkmeson+dri3: allow building against older xcb (v3)
2018-03-16 Dave Airliedri3: allow building against older xcb (v3)
2018-03-15 Dylan Bakermeson: require amdgpu >= 2.4.91
2018-03-13 Dylan Bakermeson: don't use compiler.has_header
2018-03-09 Greg Vmeson: Use system_has_kms_drm in default driver selection
2018-03-09 Louis-Francis Ratt... vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11
2018-03-09 Daniel Stonevulkan/wsi/x11: Add support for DRI3 v1.2
2018-03-09 Thierry Redingtegra: Initial support
2018-03-08 Dylan Bakermeson: Fix building gallium media libs without egl
2018-03-08 Dylan Bakermeson: Allow building dri based EGL without GLX
next