1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: intel-gpu-tools
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Eric Anholt <eric@anholt.net>,
Tormod Volden <debian.tormod@gmail.com>,
Cyril Brulebois <kibi@debian.org>,
Vincent Cheng <vcheng@debian.org>,
Jordan Justen <jljusten@debian.org>
Build-Depends: bison,
debhelper-compat (= 13),
flex,
gtk-doc-tools,
libcairo2-dev,
libdrm-dev (>= 2.4.75),
libdw-dev,
libjson-c-dev,
libkmod-dev,
libpciaccess-dev (>= 0.10),
libproc2-dev,
libudev-dev,
libunwind-dev,
libxrandr-dev,
libxv-dev,
meson (>= 0.47),
peg,
pkgconf,
python3-docutils,
quilt,
x11proto-dev,
xutils-dev (>= 1:7.6+6)
Standards-Version: 4.7.2
Homepage: https://gitlab.freedesktop.org/drm/igt-gpu-tools
Vcs-Git: https://salsa.debian.org/xorg-team/app/intel-gpu-tools.git
Vcs-Browser: https://salsa.debian.org/xorg-team/app/intel-gpu-tools
Package: intel-gpu-tools
Architecture: amd64 i386
Depends: python3, ${misc:Depends}, ${shlibs:Depends}
Conflicts: xserver-xorg-video-intel (<< 2.9.1)
Description: IGT GPU Tools (tools)
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.
.
This package provides various utilities from IGT GPU Tools.
|