Port details |
- igt-gpu-tools IGT gpu tools and tests
- 1.26.1266 graphics
=0 Version of this port present on the latest quarterly branch. IGNORE: unsupported on FreeBSD versions < 13.1
- Maintainer: jfree@FreeBSD.org
 - Port Added: 2022-09-09 21:33:48
- Last Update: 2022-09-16 21:02:37
- Commit Hash: aed3a7b
- License: MIT
- Description:
- IGT GPU Tools is a collection of tools for development and testing of the
DRM drivers. There are many macro-level test suites that get used against
the drivers, including xtest, rendercheck, piglit, and oglconform, but
failures from those can be difficult to track down to kernel changes, and
many require complicated build procedures or specific testing environments
to get useful results. Therefore, IGT GPU Tools includes low-level tools
and tests specifically for development and testing of the DRM Drivers.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- igt-gpu-tools>0:graphics/igt-gpu-tools
- To install the port:
- cd /usr/ports/graphics/igt-gpu-tools/ && make install clean
- A package is not available for ports marked as:
- Forbidden / Broken / Ignore / Restricted
- PKGNAME: igt-gpu-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661919740
SHA256 (drm-igt-gpu-tools-9338ab3ec085292817ab1e74d1f2fb90b6a98332_GL0.tar.gz) = c1b1ce7c3370e4e7030c76d43a312ba655d567c8f427b48f451525f81ef0a833
SIZE (drm-igt-gpu-tools-9338ab3ec085292817ab1e74d1f2fb90b6a98332_GL0.tar.gz) = 2936270
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rst2man : textproc/py-docutils@py39
- gtkdoc-mkhtml : textproc/gtk-doc
- bison : devel/bison
- meson>=0.57.1_1 : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- pixman-1.pc : x11/pixman
- Runtime dependencies:
-
- python3.9 : lang/python39
- pixman-1.pc : x11/pixman
- Library dependencies:
-
- libdrm.so : graphics/libdrm
- libdw.so : devel/elfutils
- libpciaccess.so : devel/libpciaccess
- libudev.so : devel/libudev-devd
- libjson-c.so : devel/json-c
- liboping.so : net/liboping
- libunwind.so : devel/libunwind
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for igt-gpu-tools-1.26.1266:
CHAMELIUM=off: Build chamelium display tests
DOCS=on: Build and/or install documentation
RUNNER=on: Build test runner
TEST=on: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- graphics_igt-gpu-tools
- USES:
- bison gnome meson pkgconfig python shebangfix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.26.1266 16 Sep 2022 21:02:37
    |
Piotr Kubaj (pkubaj)  |
graphics/igt-gpu-tools: fix build on big-endian
../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' |
1.26.1266 09 Sep 2022 15:06:45
    |
Joseph Mingrone (jrm)  Author: Jake Freeland |
graphics/igt-gpu-tools: Test suite for drm drivers
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 |
Number of commits found: 2
|