libglvnd/tests/GLX_dummy
Brian Nguyen 01ea1d2e41 [GLX_dummy] Define glMakeCurrentTestResults()
This fake GL extension function will be responsible for performing
various queries on the vendor library for the purposes of testing,
and also serves as a useful test of the API driver's handling of
dynamic GL entrypoints.
2013-08-26 11:03:43 -07:00
..
GLX_dummy.c [tests] Add a GLX_dummy dummy vendor library 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 [tests] Add a GLX_dummy dummy vendor library 2013-08-26 11:03:43 -07:00
README [tests] Add a GLX_dummy dummy vendor library 2013-08-26 11:03:43 -07:00

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.