aboutsummaryrefslogtreecommitdiff
path: root/graphics/igt-gpu-tools
Commit message (Collapse)AuthorAgeFilesLines
* all: drop support for expired FreeBSD 14.0Rene Ladan2024-10-011-1/+1
| | | | | | | | Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
* */*: Sanitize MANPREFIX for meson portsMuhammad Moinur Rahman2024-01-121-16/+16
| | | | Approved by: portmgr
* graphics/igt-gpu-tools: Disable DOCS optionDaniel Engberg2024-01-121-6/+9
| | | | | | | Fails to build with newer (stricter) versions of libxml2 PR: 275503 Approved by: portmgr (maintainer timeout, 1+ month)
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-2/+0
| | | | | | | | | | | | | | | | | | | | | - Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-121-1/+1
| | | | | | | | | | Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
* graphics/igt-gpu-tools: Fix build with lvm15Muhammad Moinur Rahman2023-06-061-1/+7
| | | | Approved by: portmgr (blanket)
* graphics/igt-gpu-tools: unbreak with --auto-features=enabledJan Beich2023-03-301-0/+1
| | | | | | | meson.build:132:0: ERROR: Dependency "valgrind" not found, tried pkgconfig PR: 270361 Reported by: antoine (via exp-run)
* graphics/igt-gpu-tools: fix build on big-endianPiotr Kubaj2022-09-161-3/+16
| | | | | | | ../lib/igt_fb.c:4476:21: error: implicit declaration of function 'bswap_32' is invalid in C99 [-Werror,-Wimplicit-function-declaration] uint32_t pixel = le32_to_cpu(line[x]); ^ ../lib/igt_core.h:1459:25: note: expanded from macro 'le32_to_cpu'
* graphics/igt-gpu-tools: Test suite for drm driversJake Freeland2022-09-0985-0/+2745
The igt testing suite is separated into tests and tools that target kms, memory management, and command submission. These tests are especially helpful for low-level reporting, transparent tracking of kernel changes, and efficient debugging of modern drm drivers. Reviewed by: diizzy, lwhsu, jrm Differential Revision: https://reviews.freebsd.org/D36213