summaryrefslogtreecommitdiff
path: root/test/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2014-02-06Add a test that khrplatform.h (if present) agrees with us.Eric Anholt1-0/+7
2014-02-01List X11_LIBS after lib{egl,glx}_common.Matt Turner1-10/+10
2014-02-01Use LDADD instead of LDFLAGS/DEPENDENCIES.Matt Turner1-22/+13
2014-01-31Enable compiler warnings in the tests.Eric Anholt1-0/+2
2014-01-31Fix using epoxy on systems with only EGL and GLES1 or GLES2.Eric Anholt1-2/+0
2014-01-31Test for using GLES1/2 without GLX installed.Eric Anholt1-0/+17
2013-12-16Fix copyrights on the Makefile.ams.Eric Anholt1-16/+17
2013-12-16Fix testsuite build on OS X.Eric Anholt1-1/+5
2013-12-15Abandon ifuncs and go with the traditional global function pointers.Eric Anholt1-2/+0
2013-12-13Fix the behavior of glx_shared_znow if it doesn't die at startup.Eric Anholt1-0/+1
2013-12-13Add a test showing a way that our ifuncs are broken.Eric Anholt1-0/+7
2013-12-13Relink tests when the library changes.Eric Anholt1-8/+8
2013-12-11Add a testcase for trying to use libepoxy as a static library.Eric Anholt1-0/+4
2013-12-10Add a test for basic functionality on win32.Eric Anholt1-0/+19
2013-12-06Port tests directory to win32.Eric Anholt1-2/+2
2013-12-06Conditionalize building GLX and EGL tests and headers.Eric Anholt1-6/+21
2013-12-06Fix out of tree buildEric Anholt1-0/+1
2013-12-06Add a compile-time test for missing #defines.Eric Anholt1-0/+1
2013-12-05Fix calling new entrypoints from within glBegin()/glEnd().Eric Anholt1-2/+0
2013-12-05Add a test for a bug when called during glBegin()/glEnd().Eric Anholt1-0/+6
2013-12-05Fix extension detection on core GL contexts.Eric Anholt1-2/+0
2013-12-05Add a new test for our public API against a core context.Eric Anholt1-0/+6
2013-12-05Add support for EGL.Eric Anholt1-1/+13
2013-12-04Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().Eric Anholt1-2/+0
2013-12-04Add a failing testcase for the public API of epoxy_has_glx_extension.Eric Anholt1-0/+6
2013-12-04Fix bug in public entrypoint for epoxy_glx_version()Eric Anholt1-2/+0
2013-12-04Add a testcase for a bug in the public API.Eric Anholt1-0/+6
2013-12-04Add a test for including system GL headers after epoxy.Eric Anholt1-1/+2
2013-11-14Add an initial testsuite for GLX API.Eric Anholt1-0/+42