aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* meson: Move -Dvulkan-drivers handling higher in the fileJason Ekstrand2017-11-131-23/+23
* meson: Stop requiring platforms for VulkanJason Ekstrand2017-11-131-3/+0
* meson: build gallium-xlib based glxDylan Baker2017-11-101-8/+8
* meson: add support for xlib glxDylan Baker2017-11-101-23/+34
* meson: implement default driver argumentsDylan Baker2017-11-091-0/+38
* meson: Add script to use VERSION file for getting versionDylan Baker2017-11-091-1/+3
* meson: Enable VC4's NEON assembly support.Eric Anholt2017-11-091-2/+2
* meson: Drop stale comment about making valgrind conditional.Eric Anholt2017-11-091-1/+0
* meson: Leave dep_llvm empty if !with_llvmEric Anholt2017-11-091-3/+4
* mesa: Add new fast mtx_t mutex type for basic use casesTimothy Arceri2017-11-091-1/+1
* meson: Allow building glvnd with EGL and non-dri based GLXDylan Baker2017-11-081-2/+6
* meson: only turn on Mesa's DEBUG for buildtype==debugEric Engestrom2017-11-071-2/+2
* meson: switch default build type to debugoptimizedEric Engestrom2017-11-071-1/+1
* winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky2017-11-031-1/+1
* Revert "meson: bump libdrm version required by amdgpu"Dylan Baker2017-11-021-1/+1
* meson: bump libdrm version required by amdgpuEric Engestrom2017-11-011-1/+1
* meson: Use true and false instead of yes and no for tristate optionsDylan Baker2017-10-311-3/+3
* meson: do not search for needless depsErik Faye-Lund2017-10-311-6/+14
* meson: wire up egl/androidEric Engestrom2017-10-301-3/+12
* meson: build gallium based osmesaDylan Baker2017-10-271-0/+3
* meson: build classic osmesaDylan Baker2017-10-271-4/+18
* meson: rename all instances of xf86vm to xxf86vmDylan Baker2017-10-271-3/+3
* meson: fix pkg-config Gl Require.PrivateDylan Baker2017-10-271-1/+1
* meson: bring MESA_GIT_SHA1 in line with other build systemsEric Engestrom2017-10-271-0/+1
* meson: wire up selinuxEric Engestrom2017-10-271-1/+4
* meson: build nouveau vieux driverDylan Baker2017-10-261-1/+3
* meson: build r200 driverDylan Baker2017-10-261-1/+3
* meson: build r100 driverDylan Baker2017-10-261-1/+3
* meson: be explicit about the version requiredEric Engestrom2017-10-251-2/+8
* meson: add opt-out of libunwindErik Faye-Lund2017-10-251-1/+2
* meson: build freedrenoRob Clark2017-10-241-0/+6
* meson: build imx driverDylan Baker2017-10-231-0/+5
* meson: build etnaviv driver + winsysDylan Baker2017-10-231-0/+6
* meson: build libEGLDylan Baker2017-10-201-9/+72
* meson: Don't allow glx to be built without platform_x11Dylan Baker2017-10-201-2/+6
* meson: bump libdrm_amdgpu requirement to 2.4.85Dylan Baker2017-10-201-1/+1
* Fix the xf86vm meson dependencyNicholas Miell2017-10-181-1/+1
* meson: turn on pl111 not vc4 when pl111 driver specificedDylan Baker2017-10-171-1/+1
* meson: Add support for the vc5 driver.Eric Anholt2017-10-171-0/+2
* meson: Add support for the pl111 driver.Eric Anholt2017-10-171-0/+2
* meson: Add support for the vc4 driver.Eric Anholt2017-10-171-0/+2
* meson: build llvmpipeDylan Baker2017-10-161-1/+3
* meson: build softpipeDylan Baker2017-10-161-0/+5
* meson: build nouveau (gallium) driverDylan Baker2017-10-161-0/+6
* meson: build radeonsi gallium driverDylan Baker2017-10-161-2/+2
* meson: build gallium winsys for dri, null, and wrapperDylan Baker2017-10-161-0/+4
* meson: build radeonsiDylan Baker2017-10-161-5/+13
* meson: Build gallium dri state trackerDylan Baker2017-10-161-0/+1
* meson: split and simplify dependenciesDylan Baker2017-10-161-101/+95
* meson: Build gallium auxiliaryDylan Baker2017-10-161-7/+29