1. e94a081 test: Add unit tests for epoxy_gl_version() and epoxy_glsl_version(). by Eric Anholt · 6 years ago
  2. 5fa7bf6 Remove the "EGL/GLX have different pointers" tests by Emmanuele Bassi · 6 years ago
  3. f9098b0 autotools: check for dlvsym by Ross Burton · 7 years ago
  4. 28ca626 tests: Add EGL test for Epoxy API by Emmanuele Bassi · 7 years ago
  5. 3b3ff24 test: Fix respecting $(DLOPEN_LIBS) by Michał Górny · 7 years ago
  6. 2b6f01b Allow enabling and disabling GLX support, part II by Emmanuele Bassi · 8 years ago
  7. 6b68dde build: Skip GLESv1 tests if there's no GLESv1 by Emmanuele Bassi · 8 years ago
  8. 8bbc0d4 Make the glx_alias_prefer_same_name test work, and hook it up. by Eric Anholt · 9 years ago
  9. b2ae054 Avoid name conflicts between pkgconfig's EGL_LIBS and a temporary var. by Eric Anholt · 10 years ago
  10. d56f21c Use the EGL pkgconfig for finding eglplatform.h. by Eric Anholt · 10 years ago
  11. 27298ee tests: Fix the passing of the "-z now" arg to the linker. by Eric Anholt · 10 years ago
  12. 6eb075c Fix EGL context detection for non-GLES2-core functions. by Eric Anholt · 10 years ago
  13. bb94003 Add a test for a failure I found with the X Server after my last fixes. by Eric Anholt · 10 years ago
  14. 756dcaf Disable the dlwrap-based tests on apple. by Eric Anholt · 11 years ago
  15. 11a946c Prefer non-aliased functions when resolving. by Eric Anholt · 11 years ago
  16. ea12f93 wgl: Add a test for MakeCurrent returning different function pointers. by Eric Anholt · 11 years ago
  17. db5b939 Ask glXGetProcAddress for ES symbols when we're on a GLX context. by Eric Anholt · 11 years ago
  18. e230042 test: Add a test using GLX_EXT_create_context_es2_profile. by Eric Anholt · 11 years ago
  19. 5a37cf8 win32: Add a test for wglUseFontBitmaps(). by Eric Anholt · 11 years ago
  20. e6d9bb9 Try to use glXGPA() for core funcs if the current context is GLX. by Eric Anholt · 11 years ago
  21. 698185e Try to avoid looking up bootstrap functions in the wrong library. by Eric Anholt · 11 years ago
  22. 037ac7f Add a test for EGL and GLX returning different function pointers. by Eric Anholt · 11 years ago
  23. 053ac5f Fix test build. by Eric Anholt · 11 years ago
  24. 53b87c3 Catch eglBindAPI() failures in looking up bootstrap functions. by Eric Anholt · 11 years ago
  25. f15c169 Extend the egl_without_glx test for another quirk of the platform. by Eric Anholt · 11 years ago
  26. e4f5da9 Add a test that khrplatform.h (if present) agrees with us. by Eric Anholt · 11 years ago
  27. 5a39b7a List X11_LIBS after lib{egl,glx}_common. by Matt Turner · 11 years ago
  28. 309f2d2 Use LDADD instead of LDFLAGS/DEPENDENCIES. by Matt Turner · 11 years ago
  29. c761908 Enable compiler warnings in the tests. by Eric Anholt · 11 years ago
  30. 1064406 Fix using epoxy on systems with only EGL and GLES1 or GLES2. by Eric Anholt · 11 years ago
  31. dbf940d Test for using GLES1/2 without GLX installed. by Eric Anholt · 11 years ago
  32. 972989b Fix copyrights on the Makefile.ams. by Eric Anholt · 11 years ago
  33. c92fcc8 Fix testsuite build on OS X. by Eric Anholt · 11 years ago
  34. 3d2a2b3 Abandon ifuncs and go with the traditional global function pointers. by Eric Anholt · 11 years ago
  35. e58e98f Fix the behavior of glx_shared_znow if it doesn't die at startup. by Eric Anholt · 11 years ago
  36. 5c4f73f Add a test showing a way that our ifuncs are broken. by Eric Anholt · 11 years ago
  37. acd3b38 Relink tests when the library changes. by Eric Anholt · 11 years ago
  38. 2206e6e Add a testcase for trying to use libepoxy as a static library. by Eric Anholt · 11 years ago
  39. ca14052 Add a test for basic functionality on win32. by Eric Anholt · 11 years ago
  40. bfd687d Port tests directory to win32. by Eric Anholt · 11 years ago
  41. 0d7d265 Conditionalize building GLX and EGL tests and headers. by Eric Anholt · 11 years ago
  42. 19053c4 Fix out of tree build by Eric Anholt · 11 years ago
  43. 01ce694 Add a compile-time test for missing #defines. by Eric Anholt · 11 years ago
  44. 0983996 Fix calling new entrypoints from within glBegin()/glEnd(). by Eric Anholt · 11 years ago
  45. 9ffa5d2 Add a test for a bug when called during glBegin()/glEnd(). by Eric Anholt · 11 years ago
  46. 8bb5a25 Fix extension detection on core GL contexts. by Eric Anholt · 11 years ago
  47. 20f03e6 Add a new test for our public API against a core context. by Eric Anholt · 11 years ago
  48. 0270c80 Add support for EGL. by Eric Anholt · 11 years ago
  49. de70a2a Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension(). by Eric Anholt · 11 years ago
  50. 7603c14 Add a failing testcase for the public API of epoxy_has_glx_extension. by Eric Anholt · 11 years ago
  51. 0f67bf3 Fix bug in public entrypoint for epoxy_glx_version() by Eric Anholt · 11 years ago
  52. 14f822e Add a testcase for a bug in the public API. by Eric Anholt · 11 years ago
  53. 617fd39 Add a test for including system GL headers after epoxy. by Eric Anholt · 11 years ago
  54. 04cf940 Add an initial testsuite for GLX API. by Eric Anholt · 11 years ago