83 Commits (abe6a80412891cd9cfdb22a66a2b2a773fc4eb3b)

Author SHA1 Message Date
Efraim Flashner ef1bb66402
test: Fix dlwrap on aarch64 8 years ago
Emmanuele Bassi 2432daf4cf Drop unnecessary inclusion of "config.h" 8 years ago
Emmanuele Bassi 2b6f01b008 Allow enabling and disabling GLX support, part II 8 years ago
Emmanuele Bassi 476851ba41 Allow enabling and disabling GLX support 8 years ago
Emmanuele Bassi 59318edf64 build: Rework the build rules for generated files in Meson 8 years ago
Emmanuele Bassi 08cc4d021d build: Add Meson build files 8 years ago
Emmanuele Bassi 4fe238e023 tests/wgl: Use the right array offsets 8 years ago
Emmanuele Bassi 6b68ddeaa0 build: Skip GLESv1 tests if there's no GLESv1 8 years ago
Adam Jackson 2aec628eb0 test: Fix dlwrap on ppc64 and s390x 8 years ago
Olivier Blin f62c9d92d0 dlwrap: add GLIBC_2.4 version to be able to run tests from ARM 8 years ago
Emmanuele Bassi 8dead45cb3 Revert all changes since 8bbc0d40 8 years ago
Emmanuele Bassi d5dfe2bd96 build: Drop autogenerated autotools files from Git 8 years ago
Yaron Cohen-Tal c342cba2a1 Add glibc versions 2.2 and 2.3 to "dlwrap_real_dlsym". 9 years ago
Olivier Blin fe7a96e077 dlwrap: add GLIBC_2.4 version to be able to run tests from ARM 9 years ago
Yaron Cohen-Tal 2af1715fbf Fix "FindGLESv1.cmake" and "FindGLESv2.cmake". 9 years ago
Yaron Cohen-Tal 44d51f2844 Fix support for a static build of Epoxy. Add support building and running tests with CMake. Add support for linking with the static run-time library with MSVC. 9 years ago
Yaron Cohen-Tal 62e384129b Add some files to the repo so that it's possible to build without running "autogen.sh". 9 years ago
Yaron Cohen-Tal 540952010b Fix tests to work with some OpenGL ES / EGL implementations. 9 years ago
Yaron Cohen-Tal 773dd02f59 Added makefiles to build with MSVC 2013, and fixed errors and warnings. 9 years ago
Eric Anholt 8bbc0d40c6 Make the glx_alias_prefer_same_name test work, and hook it up. 9 years ago
Chun-wei Fan a2a51904b0 test/wgl_per_context_funcptrs.c: Fix build on Visual Studio 9 years ago
Eric Anholt b2ae054b3a Avoid name conflicts between pkgconfig's EGL_LIBS and a temporary var. 10 years ago
Eric Anholt d56f21c494 Use the EGL pkgconfig for finding eglplatform.h. 10 years ago
Eric Anholt 27298ee31b tests: Fix the passing of the "-z now" arg to the linker. 10 years ago
Eric Anholt 6eb075c70e Fix EGL context detection for non-GLES2-core functions. 11 years ago
Eric Anholt bb94003b78 Add a test for a failure I found with the X Server after my last fixes. 11 years ago
Eric Anholt 756dcaf6a5 Disable the dlwrap-based tests on apple. 11 years ago
Eric Anholt 11a946cbf5 Prefer non-aliased functions when resolving. 11 years ago
Eric Anholt ea12f935c1 wgl: Add a test for MakeCurrent returning different function pointers. 11 years ago
Eric Anholt db5b939f98 Ask glXGetProcAddress for ES symbols when we're on a GLX context. 11 years ago
Eric Anholt e230042ffe test: Add a test using GLX_EXT_create_context_es2_profile. 11 years ago
Eric Anholt 46da7790b2 test: Avoid segfaulting when nvidia driver does a dlopen(RTLD_DEFAULT) 11 years ago
Eric Anholt 7f5fc047da win32: Fix a C90 compiler warning. 11 years ago
Eric Anholt 5a37cf88b5 win32: Add a test for wglUseFontBitmaps(). 11 years ago
Eric Anholt e6d9bb971b Try to use glXGPA() for core funcs if the current context is GLX. 11 years ago
Eric Anholt 698185e24a Try to avoid looking up bootstrap functions in the wrong library. 11 years ago
Eric Anholt 037ac7f566 Add a test for EGL and GLX returning different function pointers. 11 years ago
Eric Anholt dae231680e Import a copy of dlwrap from libfips. 11 years ago
Eric Anholt 053ac5f457 Fix test build. 11 years ago
Eric Anholt 53b87c33e4 Catch eglBindAPI() failures in looking up bootstrap functions. 11 years ago
Eric Anholt f15c169cad Extend the egl_without_glx test for another quirk of the platform. 11 years ago
Eric Anholt 9998c39e8d Fix a bad error message in an EGL test. 11 years ago
Eric Anholt eb7a99d1bd Add missing '\n's to wgl test errors. 11 years ago
Eric Anholt e4f5da9539 Add a test that khrplatform.h (if present) agrees with us. 11 years ago
Matt Turner 5a39b7abe2 List X11_LIBS after lib{egl,glx}_common. 11 years ago
Matt Turner 309f2d2020 Use LDADD instead of LDFLAGS/DEPENDENCIES. 11 years ago
Eric Anholt c761908c3e Enable compiler warnings in the tests. 11 years ago
Eric Anholt 36847f88a7 Fix compiler warnings in the tests. 11 years ago
Eric Anholt 1064406814 Fix using epoxy on systems with only EGL and GLES1 or GLES2. 11 years ago
Eric Anholt dbf940dabc Test for using GLES1/2 without GLX installed. 11 years ago