libglvnd/tests/dummy
Kyle Brenneman 151c595ed1 tests/GLX_dummy: Add a vendor-provided create context function
Added a glXCreateContextVendorDUMMY extension function to GLX_dummy to test
using a vendor-provided extension function to create a context. We can't use
glXCreateContextAttribsARB for that now, because it has a dispatch stub in
libGLX itself.

glXCreateContextVendorDUMMY takes the same arguments as
glXCreateContextAttribsARB, so it can also serve as an example for implementing
a dispatch stub for glXCreateContextAttribsARB in a real vendor library.
2017-12-06 13:29:59 -07:00
..
EGL_dummy.c Fix compile errors 2016-12-14 10:53:33 -05:00
EGL_dummy.h
GLX_dummy.c tests/GLX_dummy: Add a vendor-provided create context function 2017-12-06 13:29:59 -07:00
GLX_dummy.h tests/GLX_dummy: Add a vendor-provided create context function 2017-12-06 13:29:59 -07:00
Makefile.am Add configure options for the EGL, GLX, and GLES libraries. 2016-12-13 15:45:26 -07:00
patchentrypoints.c PPC64LE: Fix the cache clear instructions. 2017-06-13 11:53:51 -06:00
patchentrypoints.h tests: Expand the unit tests for libGLdispatch. 2017-02-28 16:37:36 -07: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.