1. 6769ba2 Merge pull request #158 from rossburton/master by Emmanuele Bassi · 7 years ago
  2. f9098b0 autotools: check for dlvsym by Ross Burton · 7 years ago
  3. 1267f82 meson: generalise build_apple to has_dlvsym by Ross Burton · 7 years ago
  4. a35192b meson: add option to enable/disable the test suite by Ross Burton · 7 years ago
  5. 6c6fcd3 test: Avoid egl_without_glx crash on NVIDIA by Jan Alexander Steffens (heftig) · 7 years ago
  6. c28759f Post-release version bump to 1.5.1 by Emmanuele Bassi · 7 years ago
  7. 28ca626 tests: Add EGL test for Epoxy API by Emmanuele Bassi · 7 years ago
  8. e1ffd32 Support encoding minor versions bigger than 10 by Emmanuele Bassi · 7 years ago
  9. 1489c20 meson: Use get_supported_arguments() by Emmanuele Bassi · 7 years ago
  10. 60bb767 Fix epoxy_internal_gl_version() by Emmanuele Bassi · 7 years ago
  11. 309142f ci: Update the version of Meson for Appveyor by Emmanuele Bassi · 7 years ago
  12. f6d2b1f Do not use OPENGL_LIB on Android by Emmanuele Bassi · 7 years ago
  13. 158ce2b Document epoxy_set_resolver_failure_handler() by Emmanuele Bassi · 7 years ago
  14. d8726f2 Add epoxy_glsl_version() by Emmanuele Bassi · 7 years ago
  15. a7c3178 meson: Rename the configuration options by Emmanuele Bassi · 7 years ago
  16. c794dce docs: Update the supported GL version to 4.6 by Emmanuele Bassi · 7 years ago
  17. ce8cbdb Allow building Epoxy without X11 by Emmanuele Bassi · 7 years ago
  18. baa75c4 Add gl and egl private dependencies by Emmanuele Bassi · 7 years ago
  19. f8a7661 meson: Remove unnecessary configuration_data object by Emmanuele Bassi · 7 years ago
  20. a57fb0b ci: Add Docker image files by Emmanuele Bassi · 7 years ago
  21. fe62e02 Update registry by Emmanuele Bassi · 7 years ago
  22. b1119d8 meson: Generate the pkg-config file by Emmanuele Bassi · 7 years ago
  23. 0d6aaa2 Bump up the Meson dependency by Emmanuele Bassi · 7 years ago
  24. 69c80df Include Xlib.h when using Xlib API by Emmanuele Bassi · 7 years ago
  25. d1cce99 travis: Drop conditional on Linux by Emmanuele Bassi · 8 years ago
  26. 64fc3ac Merge pull request #143 from ikeydoherty/comp-warnings by Emmanuele Bassi · 7 years ago
  27. 6bdfdce Merge pull request #155 from mgorny/dl by Emmanuele Bassi · 7 years ago
  28. 3b3ff24 test: Fix respecting $(DLOPEN_LIBS) by Michał Górny · 7 years ago
  29. 88c0c48 Merge pull request #154 from nwnk/fix-dlwrap-for-glvnd by Emmanuele Bassi · 7 years ago
  30. 237a491 test: Fix dlwrap for glvnd by Adam Jackson · 7 years ago
  31. 3f1699b Merge pull request #151 from rib/wip/rib/android by Emmanuele Bassi · 7 years ago
  32. 4e5e17e Check __ANDROID__ define when guarding Android code by Robert Bragg · 7 years ago
  33. c8d7ae6 Only use printf family when passing arguments by Ikey Doherty · 7 years ago
  34. 9dde800 test: Fix trivial compiler warning in dlwrap by Ikey Doherty · 7 years ago
  35. 1b54e26 Merge pull request #136 from Lyude/pull/epoxy_ext_in_str by Emmanuele Bassi · 7 years ago
  36. 1dc283e Merge pull request #141 from dcbaker/submit/fix-static-build by Emmanuele Bassi · 7 years ago
  37. d1c56a0 Merge pull request #140 from danem/patch-1 by Emmanuele Bassi · 7 years ago
  38. c02a02d meson: Define visibility flags for static builds by Dylan Baker · 7 years ago
  39. 60271ab Fix pointer mismatch bug on Windows 10. by danem · 7 years ago
  40. b49d190 Bump up the libepoxy version by Emmanuele Bassi · 7 years ago
  41. e9e0098 Merge pull request #131 from nwnk/nonfatal-resolve-handler by Emmanuele Bassi · 7 years ago
  42. 0734188 Merge pull request #137 from nigels-com/master by Emmanuele Bassi · 7 years ago
  43. 254769a Merge pull request #138 from nwnk/fix-libopengl-soname by Emmanuele Bassi · 7 years ago
  44. e5372a2 dispatch: Fix the libOpenGL soname by Adam Jackson · 7 years ago
  45. eb92953 GLEW supports EGL as of version 2.0.0 onwards by Nigel Stewart · 7 years ago
  46. 4bde48e Expose epoxy_extension_in_string() in public headers by Lyude Paul · 7 years ago
  47. 516b4fb Merge pull request #134 from fooishbar/add-eglcast-def by Emmanuele Bassi · 7 years ago
  48. 7ff061a Add epoxy_set_resolver_failure_handler() by Adam Jackson · 7 years ago
  49. e0426c9 Merge pull request #133 from nwnk/glx-detection-paranoia by Emmanuele Bassi · 7 years ago
  50. 7c4817f dispatch: Be more paranoid about detecting GLX or not by Adam Jackson · 7 years ago
  51. f81274b dispatch: Use epoxy_conservative_glx_dlsym when probing GLX by Adam Jackson · 7 years ago
  52. 91c9ece dispatch: Don't reference glvnd #defines on non-glvnd systems by Adam Jackson · 7 years ago
  53. ebe3a53 Add fallback definition for EGL_CAST by Daniel Stone · 7 years ago
  54. b157a4d Merge pull request #129 from nwnk/glvnd-awareness by Emmanuele Bassi · 7 years ago
  55. 759de64 dispatch: Learn about glvnd by Adam Jackson · 7 years ago
  56. f145ea4 Merge pull request #128 from tschoonj/patch-1 by Emmanuele Bassi · 7 years ago
  57. 85c1228 meson.build: fix macOS common_ldflags by Tom Schoonjans · 7 years ago
  58. 8d03a6a Release Epoxy 1.4.3 by Emmanuele Bassi · 7 years ago
  59. 898ba5d meson: Fix the MSVC symbol visibility check by Emmanuele Bassi · 7 years ago
  60. eaaafd5 Merge branch 'tpetazzoni-make-egl-optional' by Emmanuele Bassi · 7 years ago
  61. 3103a27 ci: Check build with EGL support disabled by Emmanuele Bassi · 7 years ago
  62. 21feea0 build: Enable EGL on Android by Emmanuele Bassi · 7 years ago
  63. 9c8b65a Merge branch 'make-egl-optional' of https://github.com/tpetazzoni/libepoxy into tpetazzoni-make-egl-optional by Emmanuele Bassi · 7 years ago
  64. 64e9428 Merge branch 'khronos-registry' by Emmanuele Bassi · 7 years ago
  65. dd7446d Import EGL registry from GitHub 2e6e7ff7bf9 by Daniel Stone · 7 years ago
  66. 2fe369e Merge pull request #124 from return/haiku-support by Emmanuele Bassi · 7 years ago
  67. 640a735 Add support for building on Haiku. by Joseph C, Hill · 7 years ago
  68. 0511fc5 Make EGL support optional by Thomas Petazzoni · 8 years ago
  69. 5ef9c5e Merge pull request #121 from anholt/meson-bump by Emmanuele Bassi · 8 years ago
  70. e1a0196 meson: Update required version to 0.39.1 by Emmanuele Bassi · 8 years ago
  71. 5616bbf build: Check for linker flags on Linux by Emmanuele Bassi · 8 years ago
  72. abe6a80 Release Epoxy 1.4.2 by Emmanuele Bassi · 8 years ago
  73. 10c2cdf Merge pull request #118 from LocutusOfBorg/master by Emmanuele Bassi · 8 years ago
  74. 106eae7 epoxy_internal_has_gl_extension, epoxy_egl_version: add some missing nullpointer checks from https://bugzilla.redhat.com/show_bug.cgi?id=1395366 by Gianfranco Costamagna · 8 years ago
  75. 5b6d990 Put the no-GLX build under CI by Emmanuele Bassi · 8 years ago
  76. 91b4e75 Restructure the TravisCI script by Emmanuele Bassi · 8 years ago
  77. e59cc63 Build Epoxy with Clang on TravisCI by Emmanuele Bassi · 8 years ago
  78. 3289910 Merge pull request #116 from ebassi/no-source-root by Emmanuele Bassi · 8 years ago
  79. 60b3449 Bump up the version of Meson used by AppVeyor by Emmanuele Bassi · 8 years ago
  80. 2dafa2f Move epoxy_headers definition into include/epoxy by Emmanuele Bassi · 8 years ago
  81. 0dfe840 Remove workarounds for older Meson versions by Emmanuele Bassi · 8 years ago
  82. 9e7af6e Bump up the required version of Meson by Emmanuele Bassi · 8 years ago
  83. 3f932ae Merge pull request #112 from accel2k/fix-msvc-build by Emmanuele Bassi · 8 years ago
  84. ab10a79 Merge pull request #114 from Millak/master by Emmanuele Bassi · 8 years ago
  85. ef1bb66 test: Fix dlwrap on aarch64 by Efraim Flashner · 8 years ago
  86. c39f161 Fix build on MSVC by Andrei Fadeev · 8 years ago
  87. f7d3671 Prefer using pkg-config files to find GLES by Emmanuele Bassi · 8 years ago
  88. 4719e58 Add missing visibility compiler flags by Emmanuele Bassi · 8 years ago
  89. fef61ab Merge pull request #109 from anholt/macos-version-info by Emmanuele Bassi · 8 years ago
  90. bfd99a9 Use some linker flags only on Linux by Emmanuele Bassi · 8 years ago
  91. d0a1a4e Add explicit version flags for macOS builds by Emmanuele Bassi · 8 years ago
  92. f19f943 Add z,relro and z,now to the GCC linker flags by Emmanuele Bassi · 8 years ago
  93. 7d58fd3 Merge pull request #107 from anholt/issue-106 by Emmanuele Bassi · 8 years ago
  94. 3fb4fea Add C++ guards around generated headers by Emmanuele Bassi · 8 years ago
  95. 5564f9d Release Epoxy 1.4.1 (stable) by Emmanuele Bassi · 8 years ago
  96. bdc2668 Remove /W3 from the MSVC compiler flags by Emmanuele Bassi · 8 years ago
  97. 3eaddbe Simplify the code generation rules for Meson by Emmanuele Bassi · 8 years ago
  98. d6c4784 Merge branch 'python-gen-dispatch' by Emmanuele Bassi · 8 years ago
  99. fa7d140 Annotate build issues with Meson by Emmanuele Bassi · 8 years ago
  100. 877fe81 Allow using Python3 to run gen_dispatch.py by Emmanuele Bassi · 8 years ago