1. 8573dbc Reuse the enum_strings in looking for extension providers. by Eric Anholt · 5 years ago
  2. 4b4cd1d Drop "GL extension" and "GLX extension" and such from the debug output. by Eric Anholt · 5 years ago
  3. 7ce1896 Make the provider enums have a PROVIDER_ prefix by Eric Anholt · 5 years ago
  4. bf531d1 build: Drop conditional use of get_supported_link_arguments() by Emmanuele Bassi · 6 years ago
  5. 119f06f dispatch_common: fix conditional compilation by Zhao Zhili · 6 years ago
  6. 2edc497 dispatch: Fix GLES3 symbol lookup by Adam Jackson · 6 years ago
  7. 8c3d371 Use the appropriate symbols on __APPLE__ by Emmanuele Bassi · 6 years ago
  8. 350a98a Disable EGL on macOS by Emmanuele Bassi · 6 years ago
  9. 707f50e dispatch: Try harder to avoid calling the resolver by Adam Jackson · 6 years ago
  10. c00c889 Use -Bsymbolic-functions instead of -Bsymbolic by Emmanuele Bassi · 6 years ago
  11. 791b28c Use abort() instead of exit(1) by Emmanuele Bassi · 6 years ago
  12. 90db006 dispatch: Load EGL/GLX provider lib from epoxy_has_{egl,glx}() by Adam Jackson · 6 years ago
  13. 53ae0bb dispatch: Stop implicitly loading libraries from do_dlsym by Adam Jackson · 6 years ago
  14. a33623d dispatch: Be even gentler about probing for GLX by Adam Jackson · 6 years ago
  15. b5a4b16 dispatch: Query the EGL context version when bootstrapping on GLES by Adam Jackson · 6 years ago
  16. 610203a meson: Fix the -z,relro flag by Emmanuele Bassi · 6 years ago
  17. af76cd2 meson: Conditionally test for linker flags by Emmanuele Bassi · 6 years ago
  18. f7486f7 dispatch: assert, not errx, when we have no context by Adam Jackson · 6 years ago
  19. 500f522 Merge pull request #156 from tschoonj/fix-gl-pkgconfig-macos by Emmanuele Bassi · 6 years ago
  20. 2189bc0 Merge pull request #159 from luzpaz/misc-typos by Emmanuele Bassi · 6 years ago
  21. f9098b0 autotools: check for dlvsym by Ross Burton · 6 years ago
  22. d60b923 Trival misc. typo fixes by luz.paz · 6 years ago
  23. dc5e092 meson: do not add gl to pkg-config file on macOS by Tom Schoonjans · 6 years ago
  24. e1ffd32 Support encoding minor versions bigger than 10 by Emmanuele Bassi · 6 years ago
  25. 60bb767 Fix epoxy_internal_gl_version() by Emmanuele Bassi · 6 years ago
  26. f6d2b1f Do not use OPENGL_LIB on Android by Emmanuele Bassi · 6 years ago
  27. 158ce2b Document epoxy_set_resolver_failure_handler() by Emmanuele Bassi · 6 years ago
  28. d8726f2 Add epoxy_glsl_version() by Emmanuele Bassi · 6 years ago
  29. c794dce docs: Update the supported GL version to 4.6 by Emmanuele Bassi · 6 years ago
  30. ce8cbdb Allow building Epoxy without X11 by Emmanuele Bassi · 6 years ago
  31. baa75c4 Add gl and egl private dependencies by Emmanuele Bassi · 6 years ago
  32. b1119d8 meson: Generate the pkg-config file by Emmanuele Bassi · 6 years ago
  33. 64fc3ac Merge pull request #143 from ikeydoherty/comp-warnings by Emmanuele Bassi · 6 years ago
  34. 4e5e17e Check __ANDROID__ define when guarding Android code by Robert Bragg · 6 years ago
  35. c8d7ae6 Only use printf family when passing arguments by Ikey Doherty · 7 years ago
  36. 1b54e26 Merge pull request #136 from Lyude/pull/epoxy_ext_in_str by Emmanuele Bassi · 7 years ago
  37. 60271ab Fix pointer mismatch bug on Windows 10. by danem · 7 years ago
  38. e9e0098 Merge pull request #131 from nwnk/nonfatal-resolve-handler by Emmanuele Bassi · 7 years ago
  39. e5372a2 dispatch: Fix the libOpenGL soname by Adam Jackson · 7 years ago
  40. 4bde48e Expose epoxy_extension_in_string() in public headers by Lyude Paul · 7 years ago
  41. 516b4fb Merge pull request #134 from fooishbar/add-eglcast-def by Emmanuele Bassi · 7 years ago
  42. 7ff061a Add epoxy_set_resolver_failure_handler() by Adam Jackson · 7 years ago
  43. 7c4817f dispatch: Be more paranoid about detecting GLX or not by Adam Jackson · 7 years ago
  44. f81274b dispatch: Use epoxy_conservative_glx_dlsym when probing GLX by Adam Jackson · 7 years ago
  45. 91c9ece dispatch: Don't reference glvnd #defines on non-glvnd systems by Adam Jackson · 7 years ago
  46. ebe3a53 Add fallback definition for EGL_CAST by Daniel Stone · 7 years ago
  47. 759de64 dispatch: Learn about glvnd by Adam Jackson · 7 years ago
  48. 85c1228 meson.build: fix macOS common_ldflags by Tom Schoonjans · 7 years ago
  49. 0511fc5 Make EGL support optional by Thomas Petazzoni · 7 years ago
  50. 5616bbf build: Check for linker flags on Linux by Emmanuele Bassi · 7 years ago
  51. 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 · 7 years ago
  52. 2dafa2f Move epoxy_headers definition into include/epoxy by Emmanuele Bassi · 7 years ago
  53. 4719e58 Add missing visibility compiler flags by Emmanuele Bassi · 7 years ago
  54. bfd99a9 Use some linker flags only on Linux by Emmanuele Bassi · 7 years ago
  55. d0a1a4e Add explicit version flags for macOS builds by Emmanuele Bassi · 7 years ago
  56. f19f943 Add z,relro and z,now to the GCC linker flags by Emmanuele Bassi · 7 years ago
  57. 3eaddbe Simplify the code generation rules for Meson by Emmanuele Bassi · 7 years ago
  58. 89f9aa0 Remove the shebang from gen_dispatch.py by Emmanuele Bassi · 7 years ago
  59. 3bb77b7 Annotate new Epoxy symbols by Emmanuele Bassi · 7 years ago
  60. 0727ae5 Update gen_dispatch after a pass of pylint by Emmanuele Bassi · 7 years ago
  61. 5c4a907 Merge pull request #100 from centricular/fix-find_program by Emmanuele Bassi · 7 years ago
  62. 7782509 Add API to allow for platform detection by Emmanuele Bassi · 7 years ago
  63. 476851b Allow enabling and disabling GLX support by Emmanuele Bassi · 7 years ago
  64. 075172f Add epoxy_has_egl() by Emmanuele Bassi · 7 years ago
  65. d94b9c2 Add epoxy_has_glx() by Emmanuele Bassi · 7 years ago
  66. 30b8a4c Add conservative functions for checking platform symbols by Emmanuele Bassi · 7 years ago
  67. acdd6d8 Drop additional stdbool.h include directives by Emmanuele Bassi · 7 years ago
  68. 6af57b0 Write the API reference by Emmanuele Bassi · 7 years ago
  69. 5bcc550 Merge branch 'symbol-visibility' by Emmanuele Bassi · 7 years ago
  70. aab6092 gen_dispatch: Ignore 'glsc2' API by Emmanuele Bassi · 7 years ago
  71. d82bedc meson: Don't call find_program objects with python by Nirbheek Chauhan · 7 years ago
  72. 61dac91 build: Clean up some Meson usage by Patrick Griffis · 7 years ago
  73. 7a06803 Improve consistency of the symbol visibility by Emmanuele Bassi · 7 years ago
  74. ba2e7b1 build: Explicitly link against gdi32 by Emmanuele Bassi · 7 years ago
  75. 59318ed build: Rework the build rules for generated files in Meson by Emmanuele Bassi · 7 years ago
  76. 08cc4d0 build: Add Meson build files by Emmanuele Bassi · 7 years ago
  77. e2e2fed build: Split arguments for dispatch generator by Emmanuele Bassi · 7 years ago
  78. 3a38371 MSVC Builds: Support PACKED by Chun-wei Fan · 9 years ago
  79. 5b9ddf1 build: Hide mkdir by Emmanuele Bassi · 7 years ago
  80. a15a92c Ensure we don't assert if GLX is not available by Emmanuele Bassi · 7 years ago
  81. 5df022e Do not call errx() on platforms without it by Emmanuele Bassi · 7 years ago
  82. bac9400 Use EGL to retrieve pointers if available by Emmanuele Bassi · 7 years ago
  83. 9e46b8e Use the appropriate GLES library name for Windows by Yaron Cohen-Tal · 7 years ago
  84. a937245 add glBindRenderbufferEXT to half_aliases by Simon Parzer · 9 years ago
  85. f5ce42e egl: Be somewhat aware of EGL client extensions by Adam Jackson · 8 years ago
  86. 9191626 egl: Fix the query for the current context's API by Adam Jackson · 8 years ago
  87. ad1f920 Avoid C99 declaration after statement by Emmanuele Bassi · 7 years ago
  88. c2e09eb support newer/larger gl.xml by Daniel Wolf · 9 years ago
  89. c45cc5f Check for NULL extensions string by Yaron Cohen-Tal · 8 years ago
  90. 407f579 src/gen_dispatch.py: Make Generated Code Build Under C89 by Chun-wei Fan · 9 years ago
  91. 8dead45 Revert all changes since 8bbc0d40 by Emmanuele Bassi · 7 years ago
  92. d5dfe2b build: Drop autogenerated autotools files from Git by Emmanuele Bassi · 8 years ago
  93. b8d609e Fox some X server not supporting any OpenGL feature, glXQueryExtensionsString by Yaron Cohen-Tal · 8 years ago
  94. d81ab07 Update pregenerated files. by Yaron Cohen-Tal · 9 years ago
  95. 6e3fa87 Merge branch "oncer/half_aliases_fix". by Yaron Cohen-Tal · 9 years ago
  96. 4509aaf add glBindRenderbufferEXT to half_aliases by Simon Parzer · 9 years ago
  97. a4ead97 Make "epoxy_current_context_is_egl" visible. by Yaron Cohen-Tal · 9 years ago
  98. 8d58c89 Fix "epoxy_egl_get_current_gl_context_api" to use "eglQueryContext" with "EGL_CONTEXT_CLIENT_TYPE" as "attribute". by Yaron Cohen-Tal · 9 years ago
  99. b3b8bd9 Fix "epoxy_glx_version" to handle the case when GLX is not active on the display. by Yaron Cohen-Tal · 9 years ago
  100. 7d1c96c Update pregenerated files. by Yaron Cohen-Tal · 9 years ago