summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2020-08-08meson: bump required glvnd versionEric Engestrom1-1/+1
2020-08-05meson: Define ANDROID and ANDROID_API_LEVEL when compiling for AndroidKristian H. Kristensen1-1/+5
2020-08-05ci: Include enough Android headers to let us compile test EGLKristian H. Kristensen1-8/+16
2020-08-05util: Move stack debug functions to src/utilKristian H. Kristensen1-3/+1
2020-08-02meson: fix `-D xlib-lease=auto` detectionEric Engestrom1-1/+1
2020-07-30aco: add framework for testing isel and integration testsRhys Perry1-0/+4
2020-07-30aco: add framework for unit testingRhys Perry1-0/+4
2020-07-17meson: Enable GCing of functions and data from compilation units by default.Eric Anholt1-0/+13
2020-07-14nouveau: enable HMMKarol Herbst1-1/+1
2020-07-14Revert https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4580Michel Dänzer1-1/+1
2020-07-14nouveau: enable HMMKarol Herbst1-1/+1
2020-07-10egl: automatically compile the `drm` platform when availableEric Engestrom1-7/+10
2020-07-10meson: move xlib-lease block further downEric Engestrom1-14/+14
2020-07-10egl: always compile surfacelessEric Engestrom1-19/+11
2020-07-02meson: turn on Wimplicit-fallthrough project wideTimothy Arceri1-0/+1
2020-07-01meson: Do not enable USE_ELF_TLS for FreeBSDEmmanuel1-1/+1
2020-06-30meson: Revert commit overriding C++ standard with gnu++11 on ppc64elFrédéric Bonnard1-9/+0
2020-06-28meson: Do not require shader cache for radv.Bas Nieuwenhuizen1-3/+0
2020-06-16meson: unbreak sysctl.h detection on BSDsJan Beich1-1/+8
2020-06-02meson: remove "empty array"/"array of an empty string" confusionEric Engestrom1-13/+7
2020-06-01meson: deprecated 'true' and 'false' in combo options for 'enabled' and 'disa...Dylan Baker1-64/+197
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-11/+0
2020-06-01meson: Use builtins for checking gnu __attributes__Dylan Baker1-31/+7
2020-06-01meson: Use the check_header functionDylan Baker1-1/+1
2020-06-01meson: Bump required version to 0.52.0Dylan Baker1-16/+6
2020-05-23tree-wide: fix deprecated GitLab URLsEric Engestrom1-2/+2
2020-05-21meson: Disable GCC's dead store elimination for memory zeroing custom newDanylo Piliaiev1-0/+5
2020-05-15util/rand_xor: use getrandom() when availableEmmanuel Gil Peyrot1-1/+1
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