summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix test build.Eric Anholt2014-03-171-2/+2
* Catch eglBindAPI() failures in looking up bootstrap functions.Eric Anholt2014-03-171-2/+0
* Extend the egl_without_glx test for another quirk of the platform.Eric Anholt2014-03-172-6/+58
* Fix a bad error message in an EGL test.Eric Anholt2014-02-061-1/+1
* Add missing '\n's to wgl test errors.Eric Anholt2014-02-061-2/+2
* Add a test that khrplatform.h (if present) agrees with us.Eric Anholt2014-02-065-0/+189
* List X11_LIBS after lib{egl,glx}_common.Matt Turner2014-02-011-10/+10
* Use LDADD instead of LDFLAGS/DEPENDENCIES.Matt Turner2014-02-011-22/+13
* Enable compiler warnings in the tests.Eric Anholt2014-01-311-0/+2
* Fix compiler warnings in the tests.Eric Anholt2014-01-315-16/+23
* Fix using epoxy on systems with only EGL and GLES1 or GLES2.Eric Anholt2014-01-311-2/+0
* Test for using GLES1/2 without GLX installed.Eric Anholt2014-01-313-0/+132
* Make headerguards check for double-inclusion of our own headers.Eric Anholt2014-01-221-0/+4
* Fix copyrights on the Makefile.ams.Eric Anholt2013-12-161-16/+17
* Fix testsuite build on OS X.Eric Anholt2013-12-161-1/+5
* Abandon ifuncs and go with the traditional global function pointers.Eric Anholt2013-12-151-2/+0
* Fix the behavior of glx_shared_znow if it doesn't die at startup.Eric Anholt2013-12-132-0/+3
* Add a test showing a way that our ifuncs are broken.Eric Anholt2013-12-132-0/+8
* Relink tests when the library changes.Eric Anholt2013-12-131-8/+8
* Fix the build of the headerguards test on OS X.Eric Anholt2013-12-111-0/+5
* Fix signedness warning on OS X build of the testsuite.Eric Anholt2013-12-111-1/+1
* Fix compiler warning in glx_static.Eric Anholt2013-12-111-0/+1
* Make glx_static report skip if it was built non-static.Eric Anholt2013-12-111-0/+5
* Add a testcase for trying to use libepoxy as a static library.Eric Anholt2013-12-113-0/+67
* Add a test for basic functionality on win32.Eric Anholt2013-12-105-0/+256
* Port tests directory to win32.Eric Anholt2013-12-061-2/+2
* Conditionalize building GLX and EGL tests and headers.Eric Anholt2013-12-063-6/+40
* Fix out of tree buildEric Anholt2013-12-061-0/+1
* Add a compile-time test for missing #defines.Eric Anholt2013-12-063-0/+63
* Fix calling new entrypoints from within glBegin()/glEnd().Eric Anholt2013-12-051-2/+0
* Add a test for a bug when called during glBegin()/glEnd().Eric Anholt2013-12-053-0/+114
* Fix extension detection on core GL contexts.Eric Anholt2013-12-051-2/+0
* Add a new test for our public API against a core context.Eric Anholt2013-12-055-3/+183
* Pull a helper function from piglit.Eric Anholt2013-12-052-1/+29
* Add missing .gitignore bits for EGLEric Anholt2013-12-051-0/+1
* Add support for EGL.Eric Anholt2013-12-055-1/+161
* Add .gitignore for the built tests.Eric Anholt2013-12-051-0/+6
* Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().Eric Anholt2013-12-043-6/+4
* Add a failing testcase for the public API of epoxy_has_glx_extension.Eric Anholt2013-12-042-0/+62
* Fix bug in public entrypoint for epoxy_glx_version()Eric Anholt2013-12-043-4/+2
* Add a testcase for a bug in the public API.Eric Anholt2013-12-042-0/+62
* Add a test for including system GL headers after epoxy.Eric Anholt2013-12-042-1/+37
* Add a little more testing of our public GLX API.Eric Anholt2013-12-041-0/+20
* Add an initial testsuite for GLX API.Eric Anholt2013-11-144-0/+280