summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2018-01-17meson: Set with_dri from with_gallium when DRI glx is explicitly configuredJon Turney1-1/+5
2018-01-14android,configure,meson: define HAVE_ZLIBGrazvydas Ignotas1-0/+1
2018-01-08Meson: ensure variable definedDylan Baker1-0/+1
2018-01-08meson: Fix typo in clover buildDylan Baker1-1/+1
2018-01-08meson: build cloverDylan Baker1-4/+25
2018-01-08meson: Build SWR driverDylan Baker1-6/+6
2017-12-19freedreno: context priority supportRob Clark1-1/+1
2017-12-18configure/meson: Bump libdrm_amdgpu version requirement.Bas Nieuwenhuizen1-1/+1
2017-12-07meson: Fix building gallium media targets with gallium-xlib glxDylan Baker1-3/+3
2017-12-07meson: fix pl111 dependency on vc4Eric Engestrom1-0/+3
2017-12-04meson: build gallium nine state_trackerDylan Baker1-3/+18
2017-12-04meson: build gallium xa state trackerDylan Baker1-0/+22
2017-12-04meson: build gallium va state trackerDylan Baker1-1/+40
2017-12-04meson: build gallium omx state trackerDylan Baker1-1/+59
2017-12-04meson: build gallium xvmc state trackerDylan Baker1-1/+40
2017-12-04meson: build gallium vdpau state trackerDylan Baker1-1/+44
2017-12-04meson: drop gallium-media argumentDylan Baker1-17/+0
2017-12-04util: Add a NORETURN macroJason Ekstrand1-0/+4
2017-12-01configure: avoid testing for negative compiler optionsMarc Dietrich1-8/+15
2017-12-01meson: Add lmsensors supportDylan Baker1-0/+11
2017-12-01meson: Add support for gallium extra hudDylan Baker1-0/+4
2017-11-30meson: fix deps and underlinkage of libGLJon Turney1-2/+4
2017-11-30meson: don't require dri2proto for darwin or windowsJon Turney1-1/+3
2017-11-30meson: set _GNU_SOURCE on cygwinJon Turney1-1/+1
2017-11-30meson: set windows glx definesJon Turney1-0/+2
2017-11-30anv: Check if memfd_create is already defined.Vinson Lee1-1/+1
2017-11-28meson: build virgl driverDylan Baker1-5/+11
2017-11-28meson: build svga driver on linuxDylan Baker1-2/+4
2017-11-28meson: build r600 driverDylan Baker1-6/+16
2017-11-28meson: build r300 driverDylan Baker1-2/+4
2017-11-28meson: build i915g driverDylan Baker1-1/+6
2017-11-23meson: fix strtof locale support checkEric Engestrom1-1/+1
2017-11-22meson: replace with_*dri with with_dri_platformDylan Baker1-4/+0
2017-11-22meson: add logic to select apple and windows driDylan Baker1-2/+14
2017-11-22meson: Fix LLVM requires for radeonsiDylan Baker1-2/+2
2017-11-22meson: convert llvm option to tristateDylan Baker1-23/+25
2017-11-22meson: Convert platform to autoDylan Baker1-0/+7
2017-11-22meson: Remove duplicate _GNU_SOURCEDylan Baker1-1/+0
2017-11-22meson: Remove completed or irrelevant TODO commentsDylan Baker1-15/+0
2017-11-22meson: Fix TODO for missing dl_iterate_phdr functionDylan Baker1-2/+4
2017-11-22meson: disable x86 asm in fewer cases.Dylan Baker1-7/+10
2017-11-22meson: Enable SSE4.1 optimizationsDylan Baker1-1/+14
2017-11-16meson: Don't define HAVE_PTHREAD only on linuxJon Turney1-1/+1
2017-11-16threads,configure.ac,meson.build: define and use HAVE_TIMESPEC_GETNicolai Hähnle1-1/+1
2017-11-14meson: if dep_dl is an empty list, it's not a dependency objectJon Turney1-1/+1
2017-11-13meson: Move -Dvulkan-drivers handling higher in the fileJason Ekstrand1-23/+23
2017-11-13meson: Stop requiring platforms for VulkanJason Ekstrand1-3/+0
2017-11-10meson: build gallium-xlib based glxDylan Baker1-8/+8
2017-11-10meson: add support for xlib glxDylan Baker1-23/+34
2017-11-09meson: implement default driver argumentsDylan Baker1-0/+38