summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Define _GNU_SOURCE for strdup()issue-181Emmanuele Bassi2018-06-182-0/+2
* dlwrap: Add FBSD_1.0 version for FreeBSDTing-Wei Lan2018-05-051-1/+2
* meson: Don't define _POSIX_C_SOURCE when dlvsym is foundTing-Wei Lan2018-05-041-1/+4
* test/glx_public_api_core: Fail softer if core contexts aren't availableAdam Jackson2018-04-301-0/+10
* Remove the "EGL/GLX have different pointers" testsEmmanuele Bassi2018-04-123-300/+0
* autotools: check for dlvsymRoss Burton2018-03-121-4/+4
* meson: generalise build_apple to has_dlvsymRoss Burton2018-03-121-3/+6
* test: Avoid egl_without_glx crash on NVIDIAJan Alexander Steffens (heftig)2018-03-081-6/+8
* 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