summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2018-02-02meson: Don't confuse the install and search paths for dri driversHEADmasterDylan Baker1-0/+4
2018-01-31meson: dedup gallium-xa logicEric Engestrom1-15/+10
2018-01-31meson: dedup gallium-va logicEric Engestrom1-20/+18
2018-01-31meson: dedup gallium-omx logicEric Engestrom1-19/+19
2018-01-31meson: dedup gallium-xvmc logicEric Engestrom1-20/+18
2018-01-31meson: dedup gallium-vdpau logicEric Engestrom1-22/+19
2018-01-27meson: libdrm shouldn't appear in Requires.private: if it wasn't foundJon Turney1-2/+4
2018-01-25meson: simplify dri3 logicEric Engestrom1-8/+2
2018-01-24meson: handle LLVM 'x.x.xgit-revision' versionsGreg V1-2/+6
2018-01-24meson: fix getting cflags from pkg-configGreg V1-4/+6
2018-01-24meson: fix BSD buildGreg V1-26/+28
2018-01-24meson: fix HAVE_LLVM version define in meson buildMarc Dietrich1-1/+1
2018-01-24meson: Fix define for USE_SSE41Scott D Phillips1-1/+1
2018-01-23meson: fix some defines misspelled errors in meson.buildMarc Dietrich1-2/+2
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