libglvnd/tests/dummy
Kyle Brenneman e77d29a67c Makefile and structural changes for ppc64le support.
Added the files and makefile changes needed for adding support for ppc64le
dispatch stubs.

The actual assembly code still needs to be written, along with any other
arch-specific requirements for self-modifying code.

The new entry_ppc64le_*.c files are mostly based on the x86-64 files.

It still needs:
- Assembly code for OpenGL dispatch stubs in entry_ppc64le_tls.c,
  entry_ppc64le_tsd.c, or both.
- Assembly code for GLX dispatch stubs in glvnd_genentry.c.
- Assembly code for the entrypoint patching tests in patchentrypoints.c.
2017-04-24 11:49:02 -06:00
..
EGL_dummy.c Fix compile errors 2016-12-14 10:53:33 -05:00
EGL_dummy.h tests: Add a test for eglGetError. 2016-11-02 17:03:31 -06:00
GLX_dummy.c tests: Expand the unit tests for libGLdispatch. 2017-02-28 16:37:36 -07:00
GLX_dummy.h tests: Rename GLX_dummy directory. 2016-10-17 11:12:21 -06:00
Makefile.am Add configure options for the EGL, GLX, and GLES libraries. 2016-12-13 15:45:26 -07:00
patchentrypoints.c Makefile and structural changes for ppc64le support. 2017-04-24 11:49:02 -06:00
patchentrypoints.h tests: Expand the unit tests for libGLdispatch. 2017-02-28 16:37:36 -07:00
README tests: Rename GLX_dummy directory. 2016-10-17 11:12:21 -06: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.