libglvnd/tests/GLX_dummy
Brian Nguyen c8f664587d [GLX_dummy] Implement selected dummy functions
Implement a fake glXChooseVisual() and glXCreateContext() function for
use with the makecurrent tests. Likewise, implement
glMakeCurrentTestResults(), glBegin(), and glEnd().

Implement a fake glXGetClientString() for use with the getclientstr
test.
2013-08-26 11:03:43 -07:00
..
GLX_dummy.c [GLX_dummy] Implement selected dummy functions 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 [GLX_dummy] Implement selected dummy functions 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.