summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Avoid name conflicts between pkgconfig's EGL_LIBS and a temporary var.tempEric Anholt2014-06-131-6/+6
* Use the EGL pkgconfig for finding eglplatform.h.Eric Anholt2014-06-131-1/+3
* tests: Fix the passing of the "-z now" arg to the linker.Eric Anholt2014-06-131-1/+1
* Fix EGL context detection for non-GLES2-core functions.Eric Anholt2014-04-081-1/+0
* Add a test for a failure I found with the X Server after my last fixes.Eric Anholt2014-04-083-0/+135
* Disable the dlwrap-based tests on apple.Eric Anholt2014-03-281-2/+10
* Prefer non-aliased functions when resolving.Eric Anholt2014-03-283-1/+100
* wgl: Add a test for MakeCurrent returning different function pointers.Eric Anholt2014-03-282-0/+169
* Ask glXGetProcAddress for ES symbols when we're on a GLX context.Eric Anholt2014-03-271-1/+0
* test: Add a test using GLX_EXT_create_context_es2_profile.Eric Anholt2014-03-273-0/+125
* test: Avoid segfaulting when nvidia driver does a dlopen(RTLD_DEFAULT)Eric Anholt2014-03-271-0/+3
* win32: Fix a C90 compiler warning.Eric Anholt2014-03-271-1/+1
* win32: Add a test for wglUseFontBitmaps().Eric Anholt2014-03-273-0/+84
* Try to use glXGPA() for core funcs if the current context is GLX.Eric Anholt2014-03-191-1/+0
* Try to avoid looking up bootstrap functions in the wrong library.Eric Anholt2014-03-191-1/+0
* Add a test for EGL and GLX returning different function pointers.Eric Anholt2014-03-195-75/+424
* Import a copy of dlwrap from libfips.Eric Anholt2014-03-192-0/+310
* 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