]> git.cworth.org Git - apitrace-tests/commit - cli/src/.gitignore
Add the source of a very simple program using OpenGL through GLX.
authorCarl Worth <cworth@cworth.org>
Mon, 13 Aug 2012 00:09:15 +0000 (17:09 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 1 Dec 2012 10:15:48 +0000 (10:15 +0000)
commit1bc104ad7ae722badfbd4a6971499c161143546e
tree5539ce274397d394b8e76f4a9fa9b59615ce247e
parentcd62fd452d0690d9b9eab2ac51cd8c79fa447ae8
Add the source of a very simple program using OpenGL through GLX.

We'll use this program to generate traces for use in the test suite,
(to exercise using "apitrace trim" to trim away unused textures,
shader programs, etc.).

There is a Makefile here, for convenience to any test writers wanting
to expand this program. Note that this Makefile us intentionally not
integrated with the cmake setup of the apitrace-tests project. That's
because it is not expected that this test program should be built or
run as a standard part of the test suite. Instead, useful trace files
generated from glxsimple will be directly committed to the
apitrace-tests repository.
cli/src/.gitignore [new file with mode: 0644]
cli/src/Makefile [new file with mode: 0644]
cli/src/glxsimple.c [new file with mode: 0644]