libglvnd/tests/GLX_dummy
Brian Nguyen e906738529 [GLX_dummy] Implement an example extension function and its dispatcher
To test that vendor-implemented dispatching works in the getprocaddress
test, implement glXExampleExtensionFunction and its vendor-neutral
dispatcher in GLX_dummy, and plug each respectively into the
getProcAddress and getDispatchAddress callback functions.
2013-08-26 11:03:43 -07:00
..
GLX_dummy.c [GLX_dummy] Implement an example extension function and its dispatcher 2013-08-26 11:03:43 -07:00
GLX_dummy.h [GLX_dummy] Define glMakeCurrentTestResults() 2013-08-26 11:03:43 -07:00
Makefile.am
README

This vendor library contains the bare minimum needed to create a GLX drawable
and make current to it. It does *not* implement any rendering. This is used by
various subtests in the suite.