1. d8726f2 Add epoxy_glsl_version() by Emmanuele Bassi · 6 years ago
  2. 1b54e26 Merge pull request #136 from Lyude/pull/epoxy_ext_in_str by Emmanuele Bassi · 7 years ago
  3. 4bde48e Expose epoxy_extension_in_string() in public headers by Lyude Paul · 7 years ago
  4. 7ff061a Add epoxy_set_resolver_failure_handler() by Adam Jackson · 7 years ago
  5. 2dafa2f Move epoxy_headers definition into include/epoxy by Emmanuele Bassi · 7 years ago
  6. 3fb4fea Add C++ guards around generated headers by Emmanuele Bassi · 7 years ago
  7. 3eaddbe Simplify the code generation rules for Meson by Emmanuele Bassi · 7 years ago
  8. 89f9aa0 Remove the shebang from gen_dispatch.py by Emmanuele Bassi · 7 years ago
  9. d35870f Update the symbol visibility rules under MSVC by Emmanuele Bassi · 7 years ago
  10. 5c4a907 Merge pull request #100 from centricular/fix-find_program by Emmanuele Bassi · 7 years ago
  11. 075172f Add epoxy_has_egl() by Emmanuele Bassi · 7 years ago
  12. d94b9c2 Add epoxy_has_glx() by Emmanuele Bassi · 7 years ago
  13. 6af57b0 Write the API reference by Emmanuele Bassi · 7 years ago
  14. 6973dd5 Add a fallback for missing stdbool.h by Emmanuele Bassi · 7 years ago
  15. 5bcc550 Merge branch 'symbol-visibility' by Emmanuele Bassi · 7 years ago
  16. d82bedc meson: Don't call find_program objects with python by Nirbheek Chauhan · 7 years ago
  17. 61dac91 build: Clean up some Meson usage by Patrick Griffis · 7 years ago
  18. 7a06803 Improve consistency of the symbol visibility by Emmanuele Bassi · 7 years ago
  19. 0625a74 Add common header by Emmanuele Bassi · 7 years ago
  20. 59318ed build: Rework the build rules for generated files in Meson by Emmanuele Bassi · 8 years ago
  21. f887dcf nVidia glx.h uses __glx_h__; define that too. by Bryan Kadzban · 8 years ago
  22. 8dead45 Revert all changes since 8bbc0d40 by Emmanuele Bassi · 8 years ago
  23. d5dfe2b build: Drop autogenerated autotools files from Git by Emmanuele Bassi · 8 years ago
  24. 5861026 nVidia glx.h uses __glx_h__; define that too. by Bryan Kadzban · 8 years ago
  25. a4ead97 Make "epoxy_current_context_is_egl" visible. by Yaron Cohen-Tal · 9 years ago
  26. 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
  27. 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
  28. 06fd4a2 Add support for CMake (no support for building/running the tests yet). Fix support for Android. Add built-in support for building with EGL support (using "khrplatform.h" and "eglplatform.h" which are distributed together with Epoxy, and should work with any platform). by Yaron Cohen-Tal · 9 years ago
  29. b527c5f Add new header file "common.h" to the installed files. by Yaron Cohen-Tal · 9 years ago
  30. 90c6158 Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropriate. Fix tests build errors. by Yaron Cohen-Tal · 9 years ago
  31. 773dd02 Added makefiles to build with MSVC 2013, and fixed errors and warnings. by Yaron Cohen-Tal · 9 years ago
  32. d88c639 Fix public headers for building in Visual Studio by Chun-wei Fan · 9 years ago
  33. c7a9184 Don't forget to install the wgl headers. by Eric Anholt · 10 years ago
  34. 5685334 Move __stdcall into the parens for function pointer definitions. by Eric Anholt · 10 years ago
  35. e7d3088 win32: Add support for wglUseFontBitmaps(). by Eric Anholt · 10 years ago
  36. e20b3ce Fix EGLDisplay parameters in epoxy functions by Fredrik Höglund · 10 years ago
  37. 67a1ad4 Add limited support for the KHRONOS_* defines from khrplatform.h. by Eric Anholt · 10 years ago
  38. f10bff9 Avoid polluting the compiler's namespace with our own stuff. by Eric Anholt · 10 years ago
  39. 9bc909f win32: Convert the API to being based on function pointers, like Linux. by Eric Anholt · 11 years ago
  40. 3ae4726 win32: Expose the dispatch table reset funtion in the public API. by Eric Anholt · 11 years ago
  41. 8022cda Don't forget to tell our users that the epoxy GL functions are __dllimport. by Eric Anholt · 11 years ago
  42. 972989b Fix copyrights on the Makefile.ams. by Eric Anholt · 11 years ago
  43. 21f4346 Update header comments about how the implementation works. by Eric Anholt · 11 years ago
  44. fa7aa87 Drop the inconsistent use of #pragma once. by Eric Anholt · 11 years ago
  45. 982e39f Move the #defines into the main generated header. by Eric Anholt · 11 years ago
  46. 46e0364 Include epoxy/gl.h from epoxy/glx.h. by Eric Anholt · 11 years ago
  47. 1d746bf Add dispatch generation for wgl. by Eric Anholt · 11 years ago
  48. 0d7d265 Conditionalize building GLX and EGL tests and headers. by Eric Anholt · 11 years ago
  49. 43acf7b Fix make distcheck. by Eric Anholt · 11 years ago
  50. 08101c5 Add some more defines that are present in normal gl.h by Eric Anholt · 11 years ago
  51. 0270c80 Add support for EGL. by Eric Anholt · 11 years ago
  52. 111c549 Drop the installed _common.h headers. by Eric Anholt · 11 years ago
  53. 2ba8d85 Add some more gl.h definitions that might be used by applications. by Eric Anholt · 11 years ago
  54. 725b8cf Add C++ guards. by Eric Anholt · 11 years ago
  55. de70a2a Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension(). by Eric Anholt · 11 years ago
  56. 0f67bf3 Fix bug in public entrypoint for epoxy_glx_version() by Eric Anholt · 11 years ago
  57. 689abf4 Fix including system glx.h after our glx.h by Eric Anholt · 11 years ago
  58. ed938dc Make a few more public functions actually public. by Eric Anholt · 11 years ago
  59. a909eb4 Add the generator and build infrastructure. by Eric Anholt · 11 years ago