1. b128dd9 Move the check for whether to dlsym or GPA on linux to the common C code. by Eric Anholt · 11 years ago
  2. d73f06f Use ``` on a bunch of code in the README. by Eric Anholt · 11 years ago
  3. edf5aed Rewrite a lot of the README. by Eric Anholt · 11 years ago
  4. 880b6b3 Convert list of items to an actual list by Carl Worth · 11 years ago
  5. eb5f6ac Fix "include" examples to use Github-flavored code block by Carl Worth · 11 years ago
  6. bfd687d Port tests directory to win32. by Eric Anholt · 11 years ago
  7. 2591368 Start porting the GL dispatch code to win32. by Eric Anholt · 11 years ago
  8. 0e7b9c0 Fix generation of redundant typedefs. by Eric Anholt · 11 years ago
  9. 60ea7c3 Move GLX/EGL dispatch code using those API types to separate files. by Eric Anholt · 11 years ago
  10. 906d5b6 Conditionalize building the EGL and GLX dispatch code. by Eric Anholt · 11 years ago
  11. 0d7d265 Conditionalize building GLX and EGL tests and headers. by Eric Anholt · 11 years ago
  12. 19053c4 Fix out of tree build by Eric Anholt · 11 years ago
  13. 43acf7b Fix make distcheck. by Eric Anholt · 11 years ago
  14. 01ce694 Add a compile-time test for missing #defines. by Eric Anholt · 11 years ago
  15. 08101c5 Add some more defines that are present in normal gl.h by Eric Anholt · 11 years ago
  16. 26ca6ac Add missing #defines for GL versions and extensions. by Eric Anholt · 11 years ago
  17. 1626703 Add a missing ATI enum token to the registry. by Eric Anholt · 11 years ago
  18. 604d9a0 Remove incorrect alias for BindVertexArray. by Eric Anholt · 11 years ago
  19. f097de9 Add support for GLES extensions. by Eric Anholt · 11 years ago
  20. 9b8ac73 Improve the quality of the missing providers output. by Eric Anholt · 11 years ago
  21. 8d208ff Print the missing provider information to stderr. by Eric Anholt · 11 years ago
  22. 0983996 Fix calling new entrypoints from within glBegin()/glEnd(). by Eric Anholt · 11 years ago
  23. 9ffa5d2 Add a test for a bug when called during glBegin()/glEnd(). by Eric Anholt · 11 years ago
  24. 4d0d93b Fix indentation in generated code by Eric Anholt · 11 years ago
  25. 1cb041f Fix a compiler warning in the previous commit. by Eric Anholt · 11 years ago
  26. 8bb5a25 Fix extension detection on core GL contexts. by Eric Anholt · 11 years ago
  27. 20f03e6 Add a new test for our public API against a core context. by Eric Anholt · 11 years ago
  28. a258cdc Pull a helper function from piglit. by Eric Anholt · 11 years ago
  29. f2d5248 Add missing .gitignore bits for EGL by Eric Anholt · 11 years ago
  30. c6df72b Drop a bit of commented out python. by Eric Anholt · 11 years ago
  31. 0270c80 Add support for EGL. by Eric Anholt · 11 years ago
  32. 111c549 Drop the installed _common.h headers. by Eric Anholt · 11 years ago
  33. 2be86a9 Add .gitignore for the built tests. by Eric Anholt · 11 years ago
  34. 2ba8d85 Add some more gl.h definitions that might be used by applications. by Eric Anholt · 11 years ago
  35. 725b8cf Add C++ guards. by Eric Anholt · 11 years ago
  36. de70a2a Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension(). by Eric Anholt · 11 years ago
  37. 7603c14 Add a failing testcase for the public API of epoxy_has_glx_extension. by Eric Anholt · 11 years ago
  38. 0f67bf3 Fix bug in public entrypoint for epoxy_glx_version() by Eric Anholt · 11 years ago
  39. 14f822e Add a testcase for a bug in the public API. by Eric Anholt · 11 years ago
  40. 2f811c5 Clean up loader setup for GLX. by Eric Anholt · 11 years ago
  41. 5f60534 Fix up an unfinished comment by Eric Anholt · 11 years ago
  42. 617fd39 Add a test for including system GL headers after epoxy. by Eric Anholt · 11 years ago
  43. 689abf4 Fix including system glx.h after our glx.h by Eric Anholt · 11 years ago
  44. 106298f Add a little more testing of our public GLX API. by Eric Anholt · 11 years ago
  45. 42fd4b6 Fix generation of the function pointer typedefs. by Eric Anholt · 11 years ago
  46. 4564d31 Use self.target instead of mucking around with the filename. by Eric Anholt · 11 years ago
  47. 502eacc Add whitespace in generated code after the enum strings. by Eric Anholt · 11 years ago
  48. 2203a31 Make function resolving be data-driven. by Eric Anholt · 11 years ago
  49. a82e54a Make a table full of strings describing our providers. by Eric Anholt · 11 years ago
  50. 6c1e0e3 Fix building from a clean source tree. by Eric Anholt · 11 years ago
  51. 8139c7c Actually implement GLX version detection. by Eric Anholt · 11 years ago
  52. 75c9722 Assume GLX 1.2 is automatically available on Linux with GLX. by Eric Anholt · 11 years ago
  53. 04cf940 Add an initial testsuite for GLX API. by Eric Anholt · 11 years ago
  54. ed938dc Make a few more public functions actually public. by Eric Anholt · 11 years ago
  55. 66d7b9f Fix the version detection for GL < 3. by Eric Anholt · 11 years ago
  56. a1d555e Fix a copy-and-paste mistake in getting GL version by Eric Anholt · 11 years ago
  57. e1a183c Remove accidentally committed debug printf. by Eric Anholt · 11 years ago
  58. 6924148 Fix test for is_desktop_gl. by Eric Anholt · 11 years ago
  59. 0098d0a Sort the functions in the generated code. by Eric Anholt · 11 years ago
  60. 48297bb Fix parallel build of the generated source code. by Eric Anholt · 11 years ago
  61. faad44c Fix the aliasing support to actually build. by Eric Anholt · 11 years ago
  62. 4c9b7e6 Consistently use 4-space indents. by Eric Anholt · 11 years ago
  63. a652f8f Add .dir-locals to tell emacs how to format by default. by Eric Anholt · 11 years ago
  64. a909eb4 Add the generator and build infrastructure. by Eric Anholt · 11 years ago
  65. db667aa Import khronos API registry from SVN commit 22908 by Eric Anholt · 11 years ago