1. 698185e Try to avoid looking up bootstrap functions in the wrong library. by Eric Anholt · 11 years ago
  2. 037ac7f Add a test for EGL and GLX returning different function pointers. by Eric Anholt · 11 years ago
  3. dae2316 Import a copy of dlwrap from libfips. by Eric Anholt · 11 years ago
  4. 9efad17 Actually fix #21 (hopefully). by Eric Anholt · 11 years ago
  5. 14f2448 Add support for looking up GLES3 functions using dlsym(). by Eric Anholt · 11 years ago
  6. 053ac5f Fix test build. by Eric Anholt · 11 years ago
  7. 53b87c3 Catch eglBindAPI() failures in looking up bootstrap functions. by Eric Anholt · 11 years ago
  8. f15c169 Extend the egl_without_glx test for another quirk of the platform. by Eric Anholt · 11 years ago
  9. d4ad80f Add aliases for OES_get_program_binary by Fredrik Höglund · 11 years ago
  10. 35e3b0a Add aliases for APPLE_sync by Fredrik Höglund · 11 years ago
  11. 30de2e8 Add aliases for EXT_texture_storage by Fredrik Höglund · 11 years ago
  12. fea4a8f Add alias for NV_framebuffer_multisample by Fredrik Höglund · 11 years ago
  13. 64e90ba Add aliases for OES_texture_3D by Fredrik Höglund · 11 years ago
  14. e20b3ce Fix EGLDisplay parameters in epoxy functions by Fredrik Höglund · 11 years ago
  15. 87a099b Add alias for NV_framebuffer_blit by Fredrik Höglund · 11 years ago
  16. 6c5417d Add aliases for EXT_map_buffer_range by Fredrik Höglund · 11 years ago
  17. 8d942b8 Add aliases for OES_vertex_array_object by Fredrik Höglund · 11 years ago
  18. 93a5b15 Add aliases for NV_instanced_arrays by Fredrik Höglund · 11 years ago
  19. f09c4d0 Add aliases for ANGLE_instanced_arrays by Fredrik Höglund · 11 years ago
  20. e1e13a5 Bump version to 1.1 for release. by Eric Anholt · 11 years ago
  21. 67a1ad4 Add limited support for the KHRONOS_* defines from khrplatform.h. by Eric Anholt · 11 years ago
  22. 9998c39 Fix a bad error message in an EGL test. by Eric Anholt · 11 years ago
  23. eb7a99d Add missing '\n's to wgl test errors. by Eric Anholt · 11 years ago
  24. 81ccc70 Fix some silly line-wrapping in a printf. by Eric Anholt · 11 years ago
  25. c4d1936 Add a missing \n on an error message. by Eric Anholt · 11 years ago
  26. 766422a Use the same typedefs as upstream khrplatform.h in a couple cases. by Eric Anholt · 11 years ago
  27. e4f5da9 Add a test that khrplatform.h (if present) agrees with us. by Eric Anholt · 11 years ago
  28. c996534 Define the rest of the khrplatform.h types, and prevent its inclusion. by Eric Anholt · 11 years ago
  29. 79600fa Merge branch 'khronos-registry' by Eric Anholt · 11 years ago
  30. 17e5c30 Add missing dependency on libdl. by Eric Anholt · 11 years ago
  31. 5a39b7a List X11_LIBS after lib{egl,glx}_common. by Matt Turner · 11 years ago
  32. 309f2d2 Use LDADD instead of LDFLAGS/DEPENDENCIES. by Matt Turner · 11 years ago
  33. 1c2b6da Import registry from SVN 25146 by Eric Anholt · 11 years ago
  34. a55d28e Fix a missing \n on printing out failure to dlsym(). by Eric Anholt · 11 years ago
  35. c761908 Enable compiler warnings in the tests. by Eric Anholt · 11 years ago
  36. 36847f8 Fix compiler warnings in the tests. by Eric Anholt · 11 years ago
  37. 7c660c5 Add a COPYING file describing the two licenses for the project code. by Eric Anholt · 11 years ago
  38. 1064406 Fix using epoxy on systems with only EGL and GLES1 or GLES2. by Eric Anholt · 11 years ago
  39. dbf940d Test for using GLES1/2 without GLX installed. by Eric Anholt · 11 years ago
  40. 72e5790 Fix typo in gles2 dlsym setup by Eric Anholt · 11 years ago
  41. 46953a6 Add missing make dist of gen_dispatch.py. by Eric Anholt · 11 years ago
  42. 9e30b7e Fix a typo in the Makefile.am. by Eric Anholt · 11 years ago
  43. f6e91a7 Declare a private dependency on libdl. by Eric Anholt · 11 years ago
  44. 12ef9dc Do a trivial sort on the enums generated. by Eric Anholt · 11 years ago
  45. aa778ef Add support for Mesa's GLES1 implementation. by Eric Anholt · 11 years ago
  46. 7f68641 Make headerguards check for double-inclusion of our own headers. by Eric Anholt · 11 years ago
  47. f10bff9 Avoid polluting the compiler's namespace with our own stuff. by Eric Anholt · 11 years ago
  48. d653a87 Fix the definition of ALL_ATTRIB_BITS. by Eric Anholt · 11 years ago
  49. 8067f15 Merge branch 'registry' by Eric Anholt · 11 years ago
  50. 46ad30c Import registry from SVN 24778. by Eric Anholt · 11 years ago
  51. cfdb26c Add missing provider for eglCreateImageKHR. by Eric Anholt · 11 years ago
  52. efa6454 Add missing aliases for OES_mapbuffer to desktop's buffer mapping. by Eric Anholt · 11 years ago
  53. 0b55e87 Include the README in the distributed tarball. by Eric Anholt · 11 years ago
  54. e6ec61b Work around README.md rendering on github. by Eric Anholt · 11 years ago
  55. 9bc909f win32: Convert the API to being based on function pointers, like Linux. by Eric Anholt · 11 years ago
  56. 3ae4726 win32: Expose the dispatch table reset funtion in the public API. by Eric Anholt · 11 years ago
  57. c4214a3 win32: Reset all dispatch tables to re-resolve on any wglMakeCurrent. by Eric Anholt · 11 years ago
  58. 8dcd151 Drop the PLATFORM_HAS_EGL check in epoxy_egl_dlsym(). by Eric Anholt · 11 years ago
  59. 5112b47 win32: Move dynamic symbol loading to do_dlsym(). by Eric Anholt · 11 years ago
  60. 417927e win32: Start wrapping the 1.0 wgl functions. by Eric Anholt · 11 years ago
  61. 9a7be07 win32: Use thread local storage to get us a dispatch table per thread. by Eric Anholt · 11 years ago
  62. 8022cda Don't forget to tell our users that the epoxy GL functions are __dllimport. by Eric Anholt · 11 years ago
  63. 920543f Add and clean up some more comments in the python. by Eric Anholt · 11 years ago
  64. 7a8553f Update python comments about aliases. by Eric Anholt · 11 years ago
  65. bf628d9 Add support for lower-priority aliases of functions. by Eric Anholt · 11 years ago
  66. 972989b Fix copyrights on the Makefile.ams. by Eric Anholt · 11 years ago
  67. 21f4346 Update header comments about how the implementation works. by Eric Anholt · 11 years ago
  68. fa7aa87 Drop the inconsistent use of #pragma once. by Eric Anholt · 11 years ago
  69. c92fcc8 Fix testsuite build on OS X. by Eric Anholt · 11 years ago
  70. c24afd8 Fix printout of missing versions/extensions. by Eric Anholt · 11 years ago
  71. 8f42fd3 Fix declaration of glBegin/End_unwrapped. by Eric Anholt · 11 years ago
  72. 2688054 Fix loading of extension functions on OS X. by Eric Anholt · 11 years ago
  73. 28c2dcb Use a non-inlined helper for the simple case of a single provider. by Eric Anholt · 11 years ago
  74. c4f582b Reuse the same string table in one more place. by Eric Anholt · 11 years ago
  75. 39ccf70 Use offsets into a string table to reduce the binary size. by Eric Anholt · 11 years ago
  76. 982e39f Move the #defines into the main generated header. by Eric Anholt · 11 years ago
  77. 3d2a2b3 Abandon ifuncs and go with the traditional global function pointers. by Eric Anholt · 11 years ago
  78. e58e98f Fix the behavior of glx_shared_znow if it doesn't die at startup. by Eric Anholt · 11 years ago
  79. 5c4f73f Add a test showing a way that our ifuncs are broken. by Eric Anholt · 11 years ago
  80. acd3b38 Relink tests when the library changes. by Eric Anholt · 11 years ago
  81. 10c611a Add a check that we've made it into the C runtime when doing dlopen(). by Eric Anholt · 11 years ago
  82. 03e9537 Fix infinite loop in extension detection when the needle is a substring. by Eric Anholt · 11 years ago
  83. cb647a0 Fix loading of EGL 1.1+ entrypoints. by Eric Anholt · 11 years ago
  84. dd6feb7 Include epoxy/gl.h instead of epoxy/gl_generated.h from egl_generated.h by Eric Anholt · 11 years ago
  85. 46e0364 Include epoxy/gl.h from epoxy/glx.h. by Eric Anholt · 11 years ago
  86. 59edbac Remove a bad alias of glGetAttachedShaders. by Eric Anholt · 11 years ago
  87. 0cfb0a0 Fix most GLhandleARB warnings on OS X with a big comment in our code. by Eric Anholt · 11 years ago
  88. 8d8334c Use the right library name for GLX on OS X. by Eric Anholt · 11 years ago
  89. d6e4e9a Fix the build of the headerguards test on OS X. by Eric Anholt · 11 years ago
  90. d82c5c3 Fix the path to the GL library on OS X. by Eric Anholt · 11 years ago
  91. 34d7b3d Fix signedness warning on OS X build of the testsuite. by Eric Anholt · 11 years ago
  92. 708c31a Disable EGL on OS X. by Eric Anholt · 11 years ago
  93. 940438f Use X11_CFLAGS during the build so we find the right xlib headers. by Eric Anholt · 11 years ago
  94. 847ba1a Add an appropriate error message if libX11 is missing. by Eric Anholt · 11 years ago
  95. 6c0e042 Add build instructions to the readme. by Eric Anholt · 11 years ago
  96. 5728013 Update the README for WGL support. by Eric Anholt · 11 years ago
  97. 6e8977a Link the library with -Bsymbolic. by Eric Anholt · 11 years ago
  98. 1e443b2 Use ifuncs on Linux to avoid dispatch table overhead. by Eric Anholt · 11 years ago
  99. 6553c08 Fix compiler warning in glx_static. by Eric Anholt · 11 years ago
  100. 22ce76f Make glx_static report skip if it was built non-static. by Eric Anholt · 11 years ago