1. af38a46 Merge pull request #194 from centricular/meson-trivial-fix by Emmanuele Bassi · 4 years, 9 months ago
  2. 603fcbc test: #define __EXTENSIONS__ on Solaris for strdup() by Alan Coopersmith · 4 years, 9 months ago
  3. e94a081 test: Add unit tests for epoxy_gl_version() and epoxy_glsl_version(). by Eric Anholt · 6 years ago
  4. 59a689a meson: Don't build glx tests if x11 is disabled by Nirbheek Chauhan · 6 years ago
  5. 49bec45 Merge pull request #182 from anholt/issue-181 by Emmanuele Bassi · 6 years ago
  6. 7f38b12 Define _GNU_SOURCE for strdup() by Emmanuele Bassi · 6 years ago
  7. b3f67d4 Add a CGL test for the Epoxy API by Emmanuele Bassi · 6 years ago
  8. 7e4b490 Add a CoreGraphics OpenGL test for macOS by Emmanuele Bassi · 6 years ago
  9. 27b0746 dlwrap: Add FBSD_1.0 version for FreeBSD by Ting-Wei Lan · 6 years ago
  10. 5dc0c14 meson: Don't define _POSIX_C_SOURCE when dlvsym is found by Ting-Wei Lan · 6 years ago
  11. 43ac911 test/glx_public_api_core: Fail softer if core contexts aren't available by Adam Jackson · 6 years ago
  12. 5fa7bf6 Remove the "EGL/GLX have different pointers" tests by Emmanuele Bassi · 6 years ago
  13. f9098b0 autotools: check for dlvsym by Ross Burton · 6 years ago
  14. 1267f82 meson: generalise build_apple to has_dlvsym by Ross Burton · 6 years ago
  15. 6c6fcd3 test: Avoid egl_without_glx crash on NVIDIA by Jan Alexander Steffens (heftig) · 6 years ago
  16. 28ca626 tests: Add EGL test for Epoxy API by Emmanuele Bassi · 6 years ago
  17. ce8cbdb Allow building Epoxy without X11 by Emmanuele Bassi · 6 years ago
  18. 69c80df Include Xlib.h when using Xlib API by Emmanuele Bassi · 6 years ago
  19. 64fc3ac Merge pull request #143 from ikeydoherty/comp-warnings by Emmanuele Bassi · 6 years ago
  20. 3b3ff24 test: Fix respecting $(DLOPEN_LIBS) by Michał Górny · 6 years ago
  21. 237a491 test: Fix dlwrap for glvnd by Adam Jackson · 6 years ago
  22. c8d7ae6 Only use printf family when passing arguments by Ikey Doherty · 7 years ago
  23. 9dde800 test: Fix trivial compiler warning in dlwrap by Ikey Doherty · 7 years ago
  24. ef1bb66 test: Fix dlwrap on aarch64 by Efraim Flashner · 7 years ago
  25. 2432daf Drop unnecessary inclusion of "config.h" by Emmanuele Bassi · 7 years ago
  26. 2b6f01b Allow enabling and disabling GLX support, part II by Emmanuele Bassi · 7 years ago
  27. 476851b Allow enabling and disabling GLX support by Emmanuele Bassi · 7 years ago
  28. 59318ed build: Rework the build rules for generated files in Meson by Emmanuele Bassi · 7 years ago
  29. 08cc4d0 build: Add Meson build files by Emmanuele Bassi · 7 years ago
  30. 4fe238e tests/wgl: Use the right array offsets by Emmanuele Bassi · 7 years ago
  31. 6b68dde build: Skip GLESv1 tests if there's no GLESv1 by Emmanuele Bassi · 7 years ago
  32. 2aec628 test: Fix dlwrap on ppc64 and s390x by Adam Jackson · 9 years ago
  33. f62c9d9 dlwrap: add GLIBC_2.4 version to be able to run tests from ARM by Olivier Blin · 9 years ago
  34. 8dead45 Revert all changes since 8bbc0d40 by Emmanuele Bassi · 7 years ago
  35. d5dfe2b build: Drop autogenerated autotools files from Git by Emmanuele Bassi · 8 years ago
  36. c342cba Add glibc versions 2.2 and 2.3 to "dlwrap_real_dlsym". by Yaron Cohen-Tal · 9 years ago
  37. 2bf2468 Merge branch "blino/master". by Yaron Cohen-Tal · 9 years ago
  38. fe7a96e dlwrap: add GLIBC_2.4 version to be able to run tests from ARM by Olivier Blin · 9 years ago
  39. 2af1715 Fix "FindGLESv1.cmake" and "FindGLESv2.cmake". by Yaron Cohen-Tal · 9 years ago
  40. 44d51f2 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. by Yaron Cohen-Tal · 9 years ago
  41. 62e3841 Add some files to the repo so that it's possible to build without running "autogen.sh". by Yaron Cohen-Tal · 9 years ago
  42. 5409520 Fix tests to work with some OpenGL ES / EGL implementations. by Yaron Cohen-Tal · 9 years ago
  43. 773dd02 Added makefiles to build with MSVC 2013, and fixed errors and warnings. by Yaron Cohen-Tal · 9 years ago
  44. 8bbc0d4 Make the glx_alias_prefer_same_name test work, and hook it up. by Eric Anholt · 9 years ago
  45. a2a5190 test/wgl_per_context_funcptrs.c: Fix build on Visual Studio by Chun-wei Fan · 9 years ago
  46. b2ae054 Avoid name conflicts between pkgconfig's EGL_LIBS and a temporary var. by Eric Anholt · 10 years ago
  47. d56f21c Use the EGL pkgconfig for finding eglplatform.h. by Eric Anholt · 10 years ago
  48. 27298ee tests: Fix the passing of the "-z now" arg to the linker. by Eric Anholt · 10 years ago
  49. 6eb075c Fix EGL context detection for non-GLES2-core functions. by Eric Anholt · 10 years ago
  50. bb94003 Add a test for a failure I found with the X Server after my last fixes. by Eric Anholt · 10 years ago
  51. 756dcaf Disable the dlwrap-based tests on apple. by Eric Anholt · 10 years ago
  52. 11a946c Prefer non-aliased functions when resolving. by Eric Anholt · 10 years ago
  53. ea12f93 wgl: Add a test for MakeCurrent returning different function pointers. by Eric Anholt · 10 years ago
  54. db5b939 Ask glXGetProcAddress for ES symbols when we're on a GLX context. by Eric Anholt · 10 years ago
  55. e230042 test: Add a test using GLX_EXT_create_context_es2_profile. by Eric Anholt · 10 years ago
  56. 46da779 test: Avoid segfaulting when nvidia driver does a dlopen(RTLD_DEFAULT) by Eric Anholt · 10 years ago
  57. 7f5fc04 win32: Fix a C90 compiler warning. by Eric Anholt · 10 years ago
  58. 5a37cf8 win32: Add a test for wglUseFontBitmaps(). by Eric Anholt · 10 years ago
  59. e6d9bb9 Try to use glXGPA() for core funcs if the current context is GLX. by Eric Anholt · 10 years ago
  60. 698185e Try to avoid looking up bootstrap functions in the wrong library. by Eric Anholt · 10 years ago
  61. 037ac7f Add a test for EGL and GLX returning different function pointers. by Eric Anholt · 10 years ago
  62. dae2316 Import a copy of dlwrap from libfips. by Eric Anholt · 10 years ago
  63. 053ac5f Fix test build. by Eric Anholt · 10 years ago
  64. 53b87c3 Catch eglBindAPI() failures in looking up bootstrap functions. by Eric Anholt · 10 years ago
  65. f15c169 Extend the egl_without_glx test for another quirk of the platform. by Eric Anholt · 10 years ago
  66. 9998c39 Fix a bad error message in an EGL test. by Eric Anholt · 10 years ago
  67. eb7a99d Add missing '\n's to wgl test errors. by Eric Anholt · 10 years ago
  68. e4f5da9 Add a test that khrplatform.h (if present) agrees with us. by Eric Anholt · 10 years ago
  69. 5a39b7a List X11_LIBS after lib{egl,glx}_common. by Matt Turner · 10 years ago
  70. 309f2d2 Use LDADD instead of LDFLAGS/DEPENDENCIES. by Matt Turner · 10 years ago
  71. c761908 Enable compiler warnings in the tests. by Eric Anholt · 10 years ago
  72. 36847f8 Fix compiler warnings in the tests. by Eric Anholt · 10 years ago
  73. 1064406 Fix using epoxy on systems with only EGL and GLES1 or GLES2. by Eric Anholt · 10 years ago
  74. dbf940d Test for using GLES1/2 without GLX installed. by Eric Anholt · 10 years ago
  75. 7f68641 Make headerguards check for double-inclusion of our own headers. by Eric Anholt · 10 years ago
  76. 972989b Fix copyrights on the Makefile.ams. by Eric Anholt · 10 years ago
  77. c92fcc8 Fix testsuite build on OS X. by Eric Anholt · 10 years ago
  78. 3d2a2b3 Abandon ifuncs and go with the traditional global function pointers. by Eric Anholt · 10 years ago
  79. e58e98f Fix the behavior of glx_shared_znow if it doesn't die at startup. by Eric Anholt · 10 years ago
  80. 5c4f73f Add a test showing a way that our ifuncs are broken. by Eric Anholt · 10 years ago
  81. acd3b38 Relink tests when the library changes. by Eric Anholt · 10 years ago
  82. d6e4e9a Fix the build of the headerguards test on OS X. by Eric Anholt · 10 years ago
  83. 34d7b3d Fix signedness warning on OS X build of the testsuite. by Eric Anholt · 10 years ago
  84. 6553c08 Fix compiler warning in glx_static. by Eric Anholt · 10 years ago
  85. 22ce76f Make glx_static report skip if it was built non-static. by Eric Anholt · 10 years ago
  86. 2206e6e Add a testcase for trying to use libepoxy as a static library. by Eric Anholt · 10 years ago
  87. ca14052 Add a test for basic functionality on win32. by Eric Anholt · 10 years ago
  88. bfd687d Port tests directory to win32. by Eric Anholt · 10 years ago
  89. 0d7d265 Conditionalize building GLX and EGL tests and headers. by Eric Anholt · 10 years ago
  90. 19053c4 Fix out of tree build by Eric Anholt · 10 years ago
  91. 01ce694 Add a compile-time test for missing #defines. by Eric Anholt · 10 years ago
  92. 0983996 Fix calling new entrypoints from within glBegin()/glEnd(). by Eric Anholt · 10 years ago
  93. 9ffa5d2 Add a test for a bug when called during glBegin()/glEnd(). by Eric Anholt · 10 years ago
  94. 8bb5a25 Fix extension detection on core GL contexts. by Eric Anholt · 10 years ago
  95. 20f03e6 Add a new test for our public API against a core context. by Eric Anholt · 10 years ago
  96. a258cdc Pull a helper function from piglit. by Eric Anholt · 10 years ago
  97. f2d5248 Add missing .gitignore bits for EGL by Eric Anholt · 10 years ago
  98. 0270c80 Add support for EGL. by Eric Anholt · 11 years ago
  99. 2be86a9 Add .gitignore for the built tests. by Eric Anholt · 10 years ago
  100. de70a2a Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension(). by Eric Anholt · 10 years ago