summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2017-11-14meson: if dep_dl is an empty list, it's not a dependency objectJon Turney1-1/+1
2017-11-13meson: Move -Dvulkan-drivers handling higher in the fileJason Ekstrand1-23/+23
2017-11-13meson: Stop requiring platforms for VulkanJason Ekstrand1-3/+0
2017-11-10meson: build gallium-xlib based glxDylan Baker1-8/+8
2017-11-10meson: add support for xlib glxDylan Baker1-23/+34
2017-11-09meson: implement default driver argumentsDylan Baker1-0/+38
2017-11-09meson: Add script to use VERSION file for getting versionDylan Baker1-1/+3
2017-11-09meson: Enable VC4's NEON assembly support.Eric Anholt1-2/+2
2017-11-09meson: Drop stale comment about making valgrind conditional.Eric Anholt1-1/+0
2017-11-09meson: Leave dep_llvm empty if !with_llvmEric Anholt1-3/+4
2017-11-09mesa: Add new fast mtx_t mutex type for basic use casesTimothy Arceri1-1/+1
2017-11-08meson: Allow building glvnd with EGL and non-dri based GLXDylan Baker1-2/+6
2017-11-07meson: only turn on Mesa's DEBUG for buildtype==debugEric Engestrom1-2/+2
2017-11-07meson: switch default build type to debugoptimizedEric Engestrom1-1/+1
2017-11-03winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky1-1/+1
2017-11-02Revert "meson: bump libdrm version required by amdgpu"Dylan Baker1-1/+1
2017-11-01meson: bump libdrm version required by amdgpuEric Engestrom1-1/+1
2017-10-31meson: Use true and false instead of yes and no for tristate optionsDylan Baker1-3/+3
2017-10-31meson: do not search for needless depsErik Faye-Lund1-6/+14
2017-10-30meson: wire up egl/androidEric Engestrom1-3/+12
2017-10-27meson: build gallium based osmesaDylan Baker1-0/+3
2017-10-27meson: build classic osmesaDylan Baker1-4/+18
2017-10-27meson: rename all instances of xf86vm to xxf86vmDylan Baker1-3/+3
2017-10-27meson: fix pkg-config Gl Require.PrivateDylan Baker1-1/+1
2017-10-27meson: bring MESA_GIT_SHA1 in line with other build systemsEric Engestrom1-0/+1
2017-10-27meson: wire up selinuxEric Engestrom1-1/+4
2017-10-26meson: build nouveau vieux driverDylan Baker1-1/+3
2017-10-26meson: build r200 driverDylan Baker1-1/+3
2017-10-26meson: build r100 driverDylan Baker1-1/+3
2017-10-25meson: be explicit about the version requiredEric Engestrom1-2/+8
2017-10-25meson: add opt-out of libunwindErik Faye-Lund1-1/+2
2017-10-24meson: build freedrenoRob Clark1-0/+6
2017-10-23meson: build imx driverDylan Baker1-0/+5
2017-10-23meson: build etnaviv driver + winsysDylan Baker1-0/+6
2017-10-20meson: build libEGLDylan Baker1-9/+72
2017-10-20meson: Don't allow glx to be built without platform_x11Dylan Baker1-2/+6
2017-10-20meson: bump libdrm_amdgpu requirement to 2.4.85Dylan Baker1-1/+1
2017-10-18Fix the xf86vm meson dependencyNicholas Miell1-1/+1
2017-10-17meson: turn on pl111 not vc4 when pl111 driver specificedDylan Baker1-1/+1
2017-10-17meson: Add support for the vc5 driver.Eric Anholt1-0/+2
2017-10-17meson: Add support for the pl111 driver.Eric Anholt1-0/+2
2017-10-17meson: Add support for the vc4 driver.Eric Anholt1-0/+2
2017-10-16meson: build llvmpipeDylan Baker1-1/+3
2017-10-16meson: build softpipeDylan Baker1-0/+5
2017-10-16meson: build nouveau (gallium) driverDylan Baker1-0/+6
2017-10-16meson: build radeonsi gallium driverDylan Baker1-2/+2
2017-10-16meson: build gallium winsys for dri, null, and wrapperDylan Baker1-0/+4
2017-10-16meson: build radeonsiDylan Baker1-5/+13
2017-10-16meson: Build gallium dri state trackerDylan Baker1-0/+1
2017-10-16meson: split and simplify dependenciesDylan Baker1-101/+95