summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tests: Add EGL test for Epoxy API1.5.0Emmanuele Bassi2018-02-243-0/+147
* Allow building Epoxy without X11Emmanuele Bassi2018-02-231-2/+7
* Include Xlib.h when using Xlib APIEmmanuele Bassi2018-02-231-0/+1
* Merge pull request #143 from ikeydoherty/comp-warningsEmmanuele Bassi2018-02-2312-46/+50
|\
| * Only use printf family when passing argumentsIkey Doherty2017-10-1912-45/+45
| * test: Fix trivial compiler warning in dlwrapIkey Doherty2017-10-191-1/+5
* | test: Fix respecting $(DLOPEN_LIBS)Michał Górny2018-02-221-2/+2
* | test: Fix dlwrap for glvndAdam Jackson2018-02-071-0/+1
|/
* test: Fix dlwrap on aarch64Efraim Flashner2017-03-191-0/+1
* Drop unnecessary inclusion of "config.h"Emmanuele Bassi2017-02-084-4/+1
* Allow enabling and disabling GLX support, part IIEmmanuele Bassi2017-02-061-1/+6
* Allow enabling and disabling GLX supportEmmanuele Bassi2017-02-061-1/+1
* build: Rework the build rules for generated files in MesonEmmanuele Bassi2017-01-251-0/+3
* build: Add Meson build filesEmmanuele Bassi2017-01-251-0/+174
* tests/wgl: Use the right array offsetsEmmanuele Bassi2017-01-251-4/+4
* build: Skip GLESv1 tests if there's no GLESv1Emmanuele Bassi2017-01-251-1/+4
* test: Fix dlwrap on ppc64 and s390xAdam Jackson2017-01-251-0/+2
* dlwrap: add GLIBC_2.4 version to be able to run tests from ARMOlivier Blin2016-12-071-0/+1
* Revert all changes since 8bbc0d40Emmanuele Bassi2016-12-0726-366/+131
* build: Drop autogenerated autotools files from GitEmmanuele Bassi2016-11-071-1743/+0
* Add glibc versions 2.2 and 2.3 to "dlwrap_real_dlsym".Yaron Cohen-Tal2015-11-051-0/+2
* Merge branch "blino/master".Yaron Cohen-Tal2015-09-211-0/+1
|\
| * dlwrap: add GLIBC_2.4 version to be able to run tests from ARMOlivier Blin2015-09-211-0/+1
* | Fix "FindGLESv1.cmake" and "FindGLESv2.cmake".Yaron Cohen-Tal2015-09-041-3/+3
* | Fix support for a static build of Epoxy. Add support building and running tes...Yaron Cohen-Tal2015-09-0321-87/+200
* | Add some files to the repo so that it's possible to build without running "au...Yaron Cohen-Tal2015-08-261-0/+1743
* | Fix tests to work with some OpenGL ES / EGL implementations.Yaron Cohen-Tal2015-08-246-46/+22
* | Added makefiles to build with MSVC 2013, and fixed errors and warnings.Yaron Cohen-Tal2015-07-183-0/+143
|/
* Make the glx_alias_prefer_same_name test work, and hook it up.Eric Anholt2015-07-162-19/+8
* test/wgl_per_context_funcptrs.c: Fix build on Visual StudioChun-wei Fan2015-06-051-7/+7
* 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