summaryrefslogtreecommitdiff
path: root/test/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Remove the "EGL/GLX have different pointers" testsEmmanuele Bassi2018-04-121-19/+0
* autotools: check for dlvsymRoss Burton2018-03-121-4/+4
* tests: Add EGL test for Epoxy API1.5.0Emmanuele Bassi2018-02-241-0/+3
* test: Fix respecting $(DLOPEN_LIBS)Michał Górny2018-02-221-2/+2
* Allow enabling and disabling GLX support, part IIEmmanuele Bassi2017-02-061-1/+6
* build: Skip GLESv1 tests if there's no GLESv1Emmanuele Bassi2017-01-251-1/+4
* Make the glx_alias_prefer_same_name test work, and hook it up.Eric Anholt2015-07-161-1/+1
* 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-081-0/+4
* Disable the dlwrap-based tests on apple.Eric Anholt2014-03-281-2/+10
* Prefer non-aliased functions when resolving.Eric Anholt2014-03-281-1/+6
* wgl: Add a test for MakeCurrent returning different function pointers.Eric Anholt2014-03-281-0/+3
* 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-271-0/+6
* win32: Add a test for wglUseFontBitmaps().Eric Anholt2014-03-271-0/+7
* 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-191-0/+31
* 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-171-2/+4
* Add a test that khrplatform.h (if present) agrees with us.Eric Anholt2014-02-061-0/+7
* 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 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-311-0/+17
* 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-131-0/+1
* Add a test showing a way that our ifuncs are broken.Eric Anholt2013-12-131-0/+7
* Relink tests when the library changes.Eric Anholt2013-12-131-8/+8
* Add a testcase for trying to use libepoxy as a static library.Eric Anholt2013-12-111-0/+4
* Add a test for basic functionality on win32.Eric Anholt2013-12-101-0/+19
* Port tests directory to win32.Eric Anholt2013-12-061-2/+2
* Conditionalize building GLX and EGL tests and headers.Eric Anholt2013-12-061-6/+21
* Fix out of tree buildEric Anholt2013-12-061-0/+1
* Add a compile-time test for missing #defines.Eric Anholt2013-12-061-0/+1
* 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-051-0/+6
* 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-051-0/+6
* Add support for EGL.Eric Anholt2013-12-051-1/+13
* Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension().Eric Anholt2013-12-041-2/+0
* Add a failing testcase for the public API of epoxy_has_glx_extension.Eric Anholt2013-12-041-0/+6
* Fix bug in public entrypoint for epoxy_glx_version()Eric Anholt2013-12-041-2/+0