libglvnd/tests/dummy
Kyle Brenneman 28da9963e5 tests: Add support for __GLDISPATCH_STUB_ARMV7_ARM.
Add support for patching ARMv7 stubs as ARM code. Currently, we only
support generating Thumb code.
2022-06-01 07:15:35 -06:00
..
EGL_dummy.c tests: Implement EGL_EXT_device_query in the dummy vendor. 2021-11-25 09:58:09 -07:00
EGL_dummy.h tests: Implement EGL_EXT_device_query in the dummy vendor. 2021-11-25 09:58:09 -07:00
GLX_dummy.c Merge branch 'tests-fix-leaks' into 'master' 2021-10-11 16:09:03 +00:00
GLX_dummy.h Merge branch 'tests-fix-leaks' into 'master' 2021-10-11 16:09:03 +00:00
Makefile.am
meson.build Merge branch 'fix-x11-config-option' into 'master' 2021-10-28 15:28:42 +00:00
patchentrypoints.c tests: Add support for __GLDISPATCH_STUB_ARMV7_ARM. 2022-06-01 07:15:35 -06:00
patchentrypoints.h Remove extra paragraph from license text. 2021-09-30 09:21:34 -06: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.