summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2020-10-20meson: Don't enable libunwind by in 'auto' mode on Android.Eric Anholt1-1/+1
2020-10-20meson: Don't try to build GLX by default on Android.Eric Anholt1-1/+3
2020-10-20meson: Only require libexpat when a part of the build needs it.Eric Anholt1-1/+5
2020-10-20meson.build: xxf86vm is not needed for -Dglx-direct=falseMichael Olbrich1-2/+6
2020-10-19meson: Add xcb-fixes to loader when using x11 and dri3. Fixes undefined symbo...Duncan Hopkins1-1/+2
2020-10-14meson: Drop adding -Wl,--gc-sections to project c/cpp arguments.Eric Anholt1-1/+0
2020-10-13v3dv: add v3d vulkan driver skeletonAlejandro Piñeiro1-0/+1
2020-10-09disk_cache: build option for disabled-by-defaultJohn Bates1-1/+4
2020-10-07meson: generalize libclc usageDylan Baker1-2/+7
2020-10-02meson: fix power8 optionPhilipp Zabel1-1/+1
2020-10-01Revert F16C series (MR 6774)Matt Turner1-13/+0
2020-09-30util: implement f16c - fast half<->float conversionsMarek Olšák1-0/+13
2020-09-26clover: set LLVM min version to 8.0.1Serge Martin1-2/+2
2020-09-25meson: add support for loongson's mips/mips64 arch.zhu yong1-0/+8
2020-09-21turnip: Add kgsl backendKristian H. Kristensen1-0/+1
2020-09-04meson: drop leftover PTHREAD_SETAFFINITY_IN_NP_HEADEREric Engestrom1-6/+0
2020-08-31util/u_thread: include pthread_np.h if foundJonathan Gray1-1/+1
2020-08-31meson: conditionally include -ldl in gbm pkg-config fileJonathan Gray1-0/+6
2020-08-31meson: don't build with USE_ELF_TLS on OpenBSDJonathan Gray1-1/+1
2020-08-31meson: don't advertise TLS support if glx wasn't build with itEric Engestrom1-0/+2
2020-08-31meson: build with _ISOC11_SOURCE on OpenBSDJonathan Gray1-0/+2
2020-08-24meson: Fix lmsensors warning message.Vinson Lee1-2/+2
2020-08-21wgl: Switch to Win10 version defines to enable usage of Win10 WGL callbacksJesse Natalie1-1/+1
2020-08-20meson: Raise minimum version for SPIR-V OpenCL deps (v4)Pierre Moreau1-14/+26
2020-08-19egl/x11_dri3: enable & require xfixes 2.0Eric Engestrom1-1/+1
2020-08-18meson: Make some warnings handled as errors with MSVCGert Wollny1-0/+2
2020-08-18meson: Add MSVC narrowing-int-to-char warningsDaniel Stone1-0/+2
2020-08-18meson: fix trivial s/dir/dri/ typoEric Engestrom1-1/+1
2020-08-17drisw: Port the MIT-SHM check to XCBAdam Jackson1-0/+2
2020-08-17ac/llvm: handle static/shared llvm init separatelyPierre-Eric Pelloux-Prayer1-0/+1
2020-08-17vallium: initial import of the vulkan frontendDave Airlie1-2/+6
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