libglvnd/tests/GLX_dummy
Brian Nguyen a0221d1ad6 Build libGLX_patchentry.so for future entrypoint patching unit test
This test DSO patches glVertex3fv() at runtime to increment a global
variable, __glXSawVertex3fv.  This will be used by a future
"testglxpatchentry" unit test to verify that basic entrypoint patching
works as expected on platforms that support it.
2014-01-23 20:28:50 -08:00
..
GLX_dummy.c Build libGLX_patchentry.so for future entrypoint patching unit test 2014-01-23 20:28:50 -08:00
GLX_dummy.h [GLX_dummy] Define glMakeCurrentTestResults() 2013-08-26 11:03:43 -07:00
Makefile.am Build libGLX_patchentry.so for future entrypoint patching unit test 2014-01-23 20:28:50 -08:00
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.