summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* docs: Update bug report URLs for the gitlab migrationAdam Jackson2019-10-021-1/+1
* meson: Test for program_invocation_nameMatt Turner2019-08-081-0/+7
* scons+meson: suppress spammy build warning on MacOSEric Engestrom2019-07-311-0/+1
* meson: add a warning for meson < 0.46.0Andrii Simiklit2019-07-301-0/+6
* meson: allow building all glx without any driversDylan Baker2019-07-241-4/+2
* meson: Improve detection of Python when using Meson >=0.50.Arfrever Frehtes Taifersar Arahesis2019-07-021-1/+5
* meson: Search for execinfo.hJory Pratt2019-07-021-1/+1
* meson: GNU/kFreeBSD has DRM/KMS and requires -D_GNU_SOURCEJames Clarke2019-07-011-2/+2
* Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker2019-07-011-11/+2
* meson: bump required libdrm version to 2.4.81Eric Engestrom2019-07-011-1/+1
* meson: Add support for using cmake for finding LLVMDylan Baker2019-06-281-2/+11
* meson: Allow building radeonsi with just the android platform.Bas Nieuwenhuizen2019-06-201-3/+3
* meson: Force the use of config-tool for llvmDylan Baker2019-05-091-0/+1
* meson: make nm binary optionalDylan Baker2019-05-031-1/+4
* meson: Make shader-cache a trillean instead of booleanDylan Baker2019-05-031-4/+14
* meson: switch gles1 and gles2 to auto optionsDylan Baker2019-05-031-8/+26
* meson: Fix missing glproto dependency for gallium-glxChuck Atkins2019-05-031-2/+4
* meson: add build-summaryErik Faye-Lund2019-05-021-0/+127
* meson: give dri- and gallium-drivers separate varsErik Faye-Lund2019-05-021-36/+36
* kmsro: Add support for V3D.Eric Anholt2019-04-261-1/+1
* kmsro: Add lima renderonly supportRob Herring2019-04-111-2/+2
* gallium: add lima driverQiang Yu2019-04-111-1/+2
* simplify LLVM version string printingEric Engestrom2019-04-041-9/+1
* meson: Error if LLVM is turned off but clover it turned onDylan Baker2019-04-031-0/+2
* meson: Error if LLVM doesn't have rtti when building cloverDylan Baker2019-04-031-0/+2
* configure.ac / meson: depend on libnativewindow when appropriateGurchetan Singh2019-03-211-0/+3
* configure.ac/meson.build: Add options for library suffixesBenjamin Gordon2019-03-211-0/+3
* turnip: guard -Dvulkan-driver=freedrenoChia-I Wu2019-03-111-0/+4
* turnip: Add driver skeleton (v2)Bas Nieuwenhuizen2019-03-111-0/+1
* build: make passing an incorrect pointer type a hard errorEric Engestrom2019-03-081-0/+1
* meson: fix with_dri2 definition for GNU HurdEric Engestrom2019-03-061-1/+2
* meson: avoid going back up the tree with include_directories()Eric Engestrom2019-03-051-2/+0
* d3d: meson: do not prefix user provided d3d-drivers-pathSergii Romantsov2019-02-251-1/+1
* dri: meson: do not prefix user provided dri-drivers-pathSergii Romantsov2019-02-251-2/+2
* iris: fix build with gallium nineAndre Heider2019-02-211-1/+2
* iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke2019-02-211-0/+1
* mapi: work around GCC LTO dropping assembly-defined functionsKonstantin Kharlamov2019-02-131-0/+4
* meson: Remove panfrost from default driver listAlyssa Rosenzweig2019-02-061-1/+1
* panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig2019-02-051-3/+4
* meson: drop the xcb-xrandr version requirementMarek Olšák2019-02-031-1/+1
* kmsro: Add freedreno renderonly supportJonathan Marek2019-01-281-2/+2
* meson: Fix typo.Vinson Lee2019-01-281-2/+2
* Switch imx to kmsro and remove the imx winsysRob Herring2019-01-281-5/+1
* kmsro: Add etnaviv renderonly supportRob Herring2019-01-281-2/+2
* pl111: Rename the pl111 driver to "kmsro".Eric Anholt2019-01-281-4/+4
* meson: Add warnings and errors when using ICCDylan Baker2019-01-241-1/+9
* winsys/amdgpu: use the new BO list APIMarek Olšák2019-01-221-1/+1
* meson: allow building dri driver without window system if osmesa is classicDylan Baker2019-01-161-2/+2
* meson: Fix with_gallium_icd to with_opencl_icdPierre Moreau2019-01-151-1/+1
* meson: fix EGL/X11 build without GLXChia-I Wu2019-01-081-1/+1