summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2020-09-16meson: drop leftover PTHREAD_SETAFFINITY_IN_NP_HEADEREric Engestrom1-6/+0
2020-09-02util/u_thread: include pthread_np.h if foundJonathan Gray1-1/+1
2020-09-02meson: conditionally include -ldl in gbm pkg-config fileJonathan Gray1-0/+6
2020-09-02meson: build with _ISOC11_SOURCE on OpenBSDJonathan Gray1-0/+2
2020-07-08meson: Do not enable USE_ELF_TLS for FreeBSDEmmanuel1-1/+1
2020-07-08meson: Revert commit overriding C++ standard with gnu++11 on ppc64elFrédéric Bonnard1-9/+0
2020-07-08meson: Do not require shader cache for radv.Bas Nieuwenhuizen1-3/+0
2020-06-24meson: unbreak sysctl.h detection on BSDsJan Beich1-1/+8
2020-05-27tree-wide: fix deprecated GitLab URLsEric Engestrom1-2/+2
2020-05-27meson: Disable GCC's dead store elimination for memory zeroing custom newDanylo Piliaiev1-0/+5
2020-04-24meson: Use dependency.partial_dependency()Quentin Glidic1-10/+3
2020-04-23meson: correct windows-version defineErik Faye-Lund1-1/+1
2020-04-21meson: update llvm dependency logic for meson 0.54.0Dylan Baker1-6/+8
2020-04-20meson: do not disable incremental linking for debug-buildsErik Faye-Lund1-1/+6
2020-04-16meson: tell flex that we support c99Erik Faye-Lund1-1/+1
2020-04-16meson: Make shared-llvm into a tri-state booleanDaniel Stone1-0/+5
2020-04-07meson: fix debug build on AndroidDominik Behr1-0/+3
2020-03-30meson: Add VS 4624 warning exclusion to remove piles of LLVM warningsDaniel Stone1-1/+3
2020-03-30meson: disable some more warnings on msvcErik Faye-Lund1-1/+3
2020-03-09meson: enable -fno-common by defaultPierre-Eric Pelloux-Prayer1-0/+1
2020-03-01meson: Enable -Wno-deprecated only for bison > 2.3.Vinson Lee1-1/+3
2020-02-25meson: Disable bison's -Wdeprecated since we still support old bison.Eric Anholt1-0/+6
2020-02-18meson: explicitly disallow unsupported build directory layoutEric Engestrom1-0/+4
2020-02-06turnip: Drop explicit configure opt-in for turnipKristian H. Kristensen1-4/+0
2020-02-05meson: don't bother trying `python2`Eric Engestrom1-1/+1
2020-01-22meson: Do not require libdrm for DRI2 on hurdSamuel Thibault1-1/+3
2020-01-22intel/perf: adapt to platforms like Solaris without d_type in struct direntAlan Coopersmith1-0/+5
2020-01-02meson: Enable -Werror=int-conversion.Bas Nieuwenhuizen1-0/+1
2019-12-06meson: Include iris in default gallium-drivers for x86/x86_64Kenneth Graunke1-1/+2
2019-11-26meson: Add -Werror=gnu-empty-initializer to MSVC compat argsDylan Baker1-4/+4
2019-11-25meson: only build imgui when neededSamuel Pitoiset1-0/+4
2019-11-23Meson: Add llvm>=9 modulesMichel Zou1-1/+1
2019-11-23Meson: Check for dladdr with MinGWMichel Zou1-8/+6
2019-11-11util: Use ZSTD for shader cache if possibleDylan Baker1-0/+11
2019-11-05mesa/imports: let the build system detect strtok_r()Eric Engestrom1-1/+1
2019-11-05meson: require `nm` again on Unix systemsEric Engestrom1-2/+2
2019-11-05meson: add windows support to symbols checksEric Engestrom1-3/+9
2019-11-05meson: move the generic symbols check arguments to a common variableEric Engestrom1-0/+1
2019-11-05meson: add variable to control the symbols checksEric Engestrom1-0/+1
2019-10-31meson: revert glvnd workaroundEric Engestrom1-4/+0
2019-10-31meson: require glvnd 1.2.0Eric Engestrom1-1/+1
2019-10-29meson: define _GNU_SOURCE on FreeBSDEric Engestrom1-1/+1
2019-10-28ac: get tcc_harvested from the kernelMarek Olšák1-1/+1
2019-10-28zink: introduce opengl over vulkanErik Faye-Lund1-0/+5
2019-10-24meson: add -Werror=empty-body to disallow `if(x);`Eric Engestrom1-0/+2
2019-10-21meson: Require meson >= 0.49.1 when using icc or iclDylan Baker1-6/+2
2019-10-18meson: Use cmake to find LLVM when building for windowsDylan Baker1-2/+10
2019-10-18meson: Add support for wrapping llvmDylan Baker1-1/+14
2019-10-16meson: Don't use expat on windowsDylan Baker1-1/+5
2019-10-16meson: recognize "sunos" as the system name for SolarisAlan Coopersmith1-1/+3