Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.16 KB

WIP15

WIP15 is a core OpenGL debugger. It allows you to trace unmodified OpenGL programs and to replay and inspect the traces. It is not stable nor ready for use.

Dependencies (excluding what is probably already installed)

Zlib and LZ4 development packages are optional but having at least one is recommended.

For the "test-coverage" Makefile target, LCOV is needed.

Compiling

make -j$(getconf _NPROCESSORS_ONLN)

Usage

Tracing

Currently it can only trace GLX programs.

./trace -o <output-trace> <program> <arguments>

For example:

./trace -o output.trace ./test

Traces can also be created with the GUI.

Inspection

./gui <trace-file>

or

./gui

and open it in the GUI.