public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v3 i-g-t 0/4] meson/tools: split lightweight igt core and reduce tool dependencies
@ 2026-02-19 14:14 Sebastian Brzezinka
  2026-02-19 14:14 ` [PATCH v3 i-g-t 1/4] tools/meson: make per-tool dependencies instead of using global deps Sebastian Brzezinka
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Sebastian Brzezinka @ 2026-02-19 14:14 UTC (permalink / raw)
  To: igt-dev; +Cc: kamil.konieczny, krzysztof.karas, Sebastian Brzezinka

This patch series continues the effort to reduce unnecessary build-time
and runtime dependencies in IGT tools by clearly separating a lightweight
core subset from the full IGT library and by making tool dependencies
explicit in Meson.

The primary motivation is to allow simple utilities (such as lsgpu) to
build and run without pulling in heavyweight graphical dependencies
(Cairo, Pixman, X11, etc.), while improving maintainability and clarity
of the Meson build files.

v2 -> v3:
	- add libpci to lsgpu

Sebastian Brzezinka (4):
  tools/meson: make per-tool dependencies instead of using global deps
  lib/igt_tools_stub: Add igt_load_igtrc() stub implementation
  lib/meson: build core sources as per-file static libs with minimal
    deps
  tools/lsgpu: drop cairo and switch to igt_core

 lib/igt_tools_stub.c |  43 +++++++++++++++
 lib/meson.build      |  42 +++++++++++++++
 tools/lsgpu.c        |   3 +-
 tools/meson.build    | 121 ++++++++++++++++++++-----------------------
 4 files changed, 143 insertions(+), 66 deletions(-)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2026-02-27  9:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-19 14:14 [PATCH v3 i-g-t 0/4] meson/tools: split lightweight igt core and reduce tool dependencies Sebastian Brzezinka
2026-02-19 14:14 ` [PATCH v3 i-g-t 1/4] tools/meson: make per-tool dependencies instead of using global deps Sebastian Brzezinka
2026-02-24 11:19   ` Krzysztof Karas
2026-02-26 16:30   ` Kamil Konieczny
2026-02-27  9:53     ` Sebastian Brzezinka
2026-02-19 14:14 ` [PATCH v3 i-g-t 2/4] lib/igt_tools_stub: Add igt_load_igtrc() stub implementation Sebastian Brzezinka
2026-02-24 11:21   ` Krzysztof Karas
2026-02-19 14:14 ` [PATCH v3 i-g-t 3/4] lib/meson: build core sources as per-file static libs with minimal deps Sebastian Brzezinka
2026-02-19 14:14 ` [PATCH v3 i-g-t 4/4] tools/lsgpu: drop cairo and switch to igt_core Sebastian Brzezinka
2026-02-24 11:22   ` Krzysztof Karas
2026-02-19 17:20 ` ✓ Xe.CI.BAT: success for meson/tools: split lightweight igt core and reduce tool dependencies (rev4) Patchwork
2026-02-19 17:27 ` ✓ i915.CI.BAT: " Patchwork
2026-02-19 19:22 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-02-23 12:38   ` Sebastian Brzezinka
2026-02-19 22:32 ` ✗ i915.CI.Full: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox