summaryrefslogtreecommitdiff
path: root/subprojects
Commit message (Collapse)AuthorAgeFilesLines
* d3d12: Update and require DirectX-Headers 1.610.0Giancarlo Devich2023-04-141-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22454>
* meson: upgrade zlib wrapYonggang Luo2022-10-201-8/+10
| | | | | | | | | Remove zlib.wrap first. Then using "meson wrap install zlib" to add it back Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19187>
* deps: Update DirectX-Headers req to 1.606.4Jesse Natalie2022-10-201-1/+1
| | | | | Reviewed-by: Sil Vilerino <sivileri@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18305>
* meson,amd: Remove Windows libelf wrapJames Park2022-09-191-6/+0
| | | | | | | Functionality isn't worth the maintenance cost. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18478>
* subprojects: uprev perfetto to v29.0Chia-I Wu2022-09-141-1/+1
| | | | | | | | | This is mainly to get perfetto's commit 3e7228376 ("tracing: Clean up platform TLS state on shutdown"). Acked-by: Rob Clark <robdclark@chromium.org> Acked-by: Sami Kyöstilä <skyostil@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18502>
* intel/ds: Update to Perfetto API v28.0Sami Kyöstilä2022-08-191-1/+1
| | | | | | | | | | | Perfetto v28.0 changes the naming scheme of generated enum constants. Update our code to match and roll the version of Perfetto forward accordingly. No functional changes. Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18056>
* subprojects: Point DirectX-Headers at a specific tagJesse Natalie2022-07-151-1/+1
| | | | | | Reviewed-by: Bill Kristiansen <billkris@microsoft.com> Reviewed-by: Sil Vilerino <sivileri@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17548>
* subprojects: Roll Perfetto to v27.1Sami Kyöstilä2022-07-141-1/+1
| | | | | | | Reviewed-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17454>
* meson: Update libelf wrap for WindowsJames Park2021-11-121-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>
* util: Perfetto SDK v15.0Antonio Caggiano2021-05-071-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>
* meson: Add wrap for libelf on WindowsJames Park2021-04-221-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>
* d3d12: Use DirectX-Headers wrap for d3d12.hJesse Natalie2020-12-161-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>
* meson: use github URL for wraps instead of completely unreliable wrapdbEric Engestrom2020-01-162-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>
* meson: add a expat subprojectDylan Baker2019-09-101-0/+10
| | | | | | | For Windows Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
* meson: add a zlib subprojectDylan Baker2019-09-101-0/+10
| | | | | | | To help windows build Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
* add a git ignore for subprojectsDylan Baker2019-09-101-0/+3
| | | | | Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
* Revert "meson: add wrap for libdrm"Dylan Baker2018-04-171-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>
* Revert "Add subprojects directory and git ignore"Dylan Baker2018-04-171-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>
* meson: add wrap for libdrmDylan Baker2018-04-171-0/+4
| | | | | Currently this requires libdrm from git, since the version reported by meson is wrong.
* Add subprojects directory and git ignoreDylan Baker2018-04-171-0/+3
For meson wraps.