summaryrefslogtreecommitdiff
path: root/subprojects
AgeCommit message (Collapse)AuthorFilesLines
2021-11-12meson: Update libelf wrap for WindowsJames Park1-2/+2
Newer libelf update supports 32-bit Windows. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13749>
2021-05-07util: Perfetto SDK v15.0Antonio Caggiano1-0/+5
Add Perfetto SDK v15.0 as a dependency using a meson wrap. Signed-off-by: Antonio Caggiano <antonio.caggiano@collabora.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Acked-by: Emma Anholt <emma@anholt.net> Reviewed-by: Rob Clark <robdclark@chromium.org> Reviewed-by: John Bates <jbates@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9652>
2021-04-22meson: Add wrap for libelf on WindowsJames Park1-0/+6
Uses release from Lag Free Games GitHub, which applies Windows build fixes to FreeBSD libelf. The amd_common library uses libelf. Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10202>
2020-12-16d3d12: Use DirectX-Headers wrap for d3d12.hJesse Natalie1-0/+5
This does 2 things for us: 1. Allows us to compile-time depend on any features from new headers, instead of having to conditionally compile based on Windows SDK version. 2. Allows us to reference d3d12.h when compiling for non-Windows. Reviewed-by: Bill Kristiansen <billkris@microsoft.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7937>
2020-01-16meson: use github URL for wraps instead of completely unreliable wrapdbEric Engestrom2-2/+2
Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Eric Engestrom <eric@engestrom.ch> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3391> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3391>
2019-09-10meson: add a expat subprojectDylan Baker1-0/+10
For Windows Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-09-10meson: add a zlib subprojectDylan Baker1-0/+10
To help windows build Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-09-10add a git ignore for subprojectsDylan Baker1-0/+3
Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2018-04-17Revert "meson: add wrap for libdrm"Dylan Baker1-4/+0
This reverts commit 6217eedc9bac86856d5048c43b5f5a3f6976c13e. I was using this for testing and accidentally put it on master Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
2018-04-17Revert "Add subprojects directory and git ignore"Dylan Baker1-3/+0
This reverts commit 21e2e73f71096fd4607051c060cf82c593663d50. I was using this for testing and accidentally put it on master Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
2018-04-17meson: add wrap for libdrmDylan Baker1-0/+4
Currently this requires libdrm from git, since the version reported by meson is wrong.
2018-04-17Add subprojects directory and git ignoreDylan Baker1-0/+3
For meson wraps.