mutter/tests/tools
Neil Roberts e5543a658f Make libdisable-npots a bit more portable
Instead of including GL/gl.h directly it now includes cogl/cogl.h
instead which should include the right GL header.

Instead of using dlopen to specifically open libGL it now tries to use
dlsym with RTLD_NEXT. This requires defining _GNU_SOURCE on GNU
systems. If RTLD_NEXT is not available it will try passing NULL which
is unlikely to work but it will at least catch the case where it
returns the wrapper version of glGetString to prevent infinite
recursion.

This should hopefully make it work on OS X where the name of the
header and library are different (although this is currently
untested).
2009-01-05 17:11:44 +00:00
..
disable-npots.c Make libdisable-npots a bit more portable 2009-01-05 17:11:44 +00:00
disable-npots.sh.in Add a wrapper library to help testing without NPOTs. 2008-11-24 15:44:16 +00:00
Makefile.am Make libdisable-npots a bit more portable 2009-01-05 17:11:44 +00:00
README Bug 1162 - Re-works the tests/ to use the glib-2.16 unit testing 2008-11-07 19:32:28 +00:00

This is a place holder for tools such as gltrace like libraries