summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-02-06Fix a bad error message in an EGL test.Eric Anholt1-1/+1
2014-02-06Add missing '\n's to wgl test errors.Eric Anholt1-2/+2
2014-02-06Add a test that khrplatform.h (if present) agrees with us.Eric Anholt5-0/+189
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 compiler warnings in the tests.Eric Anholt5-16/+23
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 Anholt3-0/+132
2014-01-22Make headerguards check for double-inclusion of our own headers.Eric Anholt1-0/+4
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 Anholt2-0/+3
2013-12-13Add a test showing a way that our ifuncs are broken.Eric Anholt2-0/+8
2013-12-13Relink tests when the library changes.Eric Anholt1-8/+8
2013-12-11Fix the build of the headerguards test on OS X.Eric Anholt1-0/+5
2013-12-11Fix signedness warning on OS X build of the testsuite.Eric Anholt1-1/+1
2013-12-11Fix compiler warning in glx_static.Eric Anholt1-0/+1
2013-12-11Make glx_static report skip if it was built non-static.Eric Anholt1-0/+5
2013-12-11Add a testcase for trying to use libepoxy as a static library.Eric Anholt3-0/+67
2013-12-10Add a test for basic functionality on win32.Eric Anholt5-0/+256
2013-12-06Port tests directory to win32.Eric Anholt1-2/+2
2013-12-06Conditionalize building GLX and EGL tests and headers.Eric Anholt3-6/+40
2013-12-06Fix out of tree buildEric Anholt1-0/+1
2013-12-06Add a compile-time test for missing #defines.Eric Anholt3-0/+63
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 Anholt3-0/+114
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 Anholt5-3/+183
2013-12-05Pull a helper function from piglit.Eric Anholt2-1/+29
2013-12-05Add missing .gitignore bits for EGLEric Anholt1-0/+1
2013-12-05Add support for EGL.Eric Anholt5-1/+161
2013-12-05Add .gitignore for the built tests.Eric Anholt1-0/+6
2013-12-04Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().Eric Anholt3-6/+4
2013-12-04Add a failing testcase for the public API of epoxy_has_glx_extension.Eric Anholt2-0/+62
2013-12-04Fix bug in public entrypoint for epoxy_glx_version()Eric Anholt3-4/+2
2013-12-04Add a testcase for a bug in the public API.Eric Anholt2-0/+62
2013-12-04Add a test for including system GL headers after epoxy.Eric Anholt2-1/+37
2013-12-04Add a little more testing of our public GLX API.Eric Anholt1-0/+20
2013-11-14Add an initial testsuite for GLX API.Eric Anholt4-0/+280