mbox series

[v2,0/3] mesa: small improvements after 25.0 merge

Message ID 20250418-mesa-25-fixes-v2-0-e110ccfe291f@oss.qualcomm.com
Headers show
Series mesa: small improvements after 25.0 merge | expand

Message

Dmitry Baryshkov April 18, 2025, 12:57 a.m. UTC
Several bugfixes after Mesa 25.0 recipe was merged:
- Replace the bindgen patches with meson-based fix (Dylan Baker)
- Bundle OpenCL C headers

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Changes in v2:
- Dropped applied patches
- Add the bundle-opencl-headers patch
- Link to v1: https://lore.kernel.org/r/20250412-mesa-25-fixes-v1-0-791840391271@oss.qualcomm.com

---
Dmitry Baryshkov (3):
      meson: pass -target and -I to bindgen calls
      mesa: drop the bindgen patch
      mesa: bundle Clang OpenCL headers into meta-clc

 meta/classes-recipe/meson.bbclass                  |  1 +
 ...d-an-option-to-force-inclusion-of-OpenCL-.patch | 57 ++++++++++++++++++
 ...vide-cross-compilation-arguments-to-LLVM-.patch | 67 ----------------------
 meta/recipes-graphics/mesa/mesa.inc                |  9 +--
 4 files changed, 61 insertions(+), 73 deletions(-)
---
base-commit: 53c772c941d5ce69ab89f35cd04724b740daf269
change-id: 20250411-mesa-25-fixes-5a38fe55dd3c

Best regards,