libglvnd/tests/dummy
Kyle Brenneman cd186e8479 tests: Add a test for EGL device functions.
Added a test for EGL_EXT_device_enumeration and EGL_EXT_platform_device, plus
dispatching to an EGL extesnion function based on an EGLDeviceEXT handle.
2016-11-02 17:03:27 -06:00
..
EGL_dummy.c tests: Add a test for EGL device functions. 2016-11-02 17:03:27 -06:00
EGL_dummy.h tests: Add a test for EGL device functions. 2016-11-02 17:03:27 -06:00
GLX_dummy.c
GLX_dummy.h
Makefile.am
patchentrypoints.c
patchentrypoints.h
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.