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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: apitrace
Section: graphics
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Christopher James Halse Rogers <raof@ubuntu.com>
Build-Depends:
debhelper (>= 12),
cmake,
libgl1-mesa-dev,
libegl1-mesa-dev,
libgles2-mesa-dev,
libwaffle-dev,
qtbase5-dev,
libqt5webkit5-dev,
pkg-config,
python3,
zlib1g-dev,
libsnappy-dev,
libpng-dev,
libbsd-dev,
libprocps-dev,
libgtest-dev,
Standards-Version: 4.4.0
Homepage: https://apitrace.github.io
Vcs-Git: https://salsa.debian.org/xorg-team/apitrace.git
Vcs-Browser: https://salsa.debian.org/xorg-team/app/apitrace
Package: apitrace
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
apitrace-tracers (= ${binary:Version}),
python3,
python3-pil,
Description: tools for debugging OpenGL applications and drivers - cli frontends
apitrace is a suite of tools for debugging OpenGL applications and drivers.
It includes a tool to generate a trace of all the OpenGL calls an application
makes and a tool for replaying these traces and inspecting the rendering and
OpenGL state during the program's execution.
.
This makes it useful for identifying the sources of graphical corruption in
OpenGL applications.
.
This package contains frontends for the apitrace tool, making it easy to trace
applications and replay, compare, profile, and modify existing traces.
Package: apitrace-gui
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
apitrace (= ${binary:Version})
Description: tools for debugging OpenGL applications and drivers - graphical frontend
apitrace is a suite of tools for debugging OpenGL applications and drivers.
It includes a tool to generate a trace of all the OpenGL calls an application
makes and a tool for replaying these traces and inspecting the rendering and
OpenGL state during the program's execution.
.
This makes it useful for identifying the sources of graphical corruption in
OpenGL applications.
.
This package contains a graphical frontend for the apitrace tool, making it
easy to trace applications and replay, compare, profile, and modify existing
traces.
Package: apitrace-tracers
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Built-Using: ${built-using:Depends}
Description: tools for debugging OpenGL applications and drivers - application tracer
apitrace is a suite of tools for debugging OpenGL applications and drivers.
It includes a tool to generate a trace of all the OpenGL calls an application
makes and a tool for replaying these traces and inspecting the rendering and
OpenGL state during the program's execution.
.
This makes it useful for identifying the sources of graphical corruption in
OpenGL applications.
.
This package contains the components required to trace the OpenGL calls made
by an application and record them into a trace file for later replay and
debugging.
|