summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2014-01-13 16:55:39 -0800
committerChad Versace <chad.versace@linux.intel.com>2014-01-15 17:13:38 -0800
commit7c159991bb7c1f799bd474d041ae8dd118d72d23 (patch)
tree47da02fe414f35d788c7a5ba78f180284b031b4b /.gitignore
parent78f10d38b6dcffada48e392f6066504237612feb (diff)
waffle utils: add wflinfo utility
glxinfo for waffle, but using the command line interface of waffle's gl_basic test. v2 (jljusten): * Various cleanups suggested by Chad * Print context flags rather than verifying them. * Only print extensions when --verbose is used v3 (jljusten): * "GL ERROR" => "WFLINFO_GL_ERROR" * print_extensions: fix cases that did not print a newline * In print_context_flags: - print WFLINFO_GL_ERROR when there is an error - print 0x0 rather than (none) * print vendor/renderer/version/context flags before checking for GetStringi * Add 'Waffle platform' and 'Waffle api' output * Change --debug to --debug-context v4 (chadv): * Don't build wflinfo on Mac. Since no one has tested it, so it may break the build. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 56623a1..9d274bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ Makefile
*.so
+/bin/wflinfo
/doc/html/man/waffle.7.html
/doc/html/man/waffle_attrib_list.3.html
/doc/html/man/waffle_config.3.html