65 Commits (b128dd9b253b1586458ecb78276eb1b1a74ad4e3)
 

Author SHA1 Message Date
Eric Anholt b128dd9b25 Move the check for whether to dlsym or GPA on linux to the common C code. 11 years ago
Eric Anholt d73f06fb45 Use ``` on a bunch of code in the README. 11 years ago
Eric Anholt edf5aedb6f Rewrite a lot of the README. 11 years ago
Carl Worth 880b6b39a5 Convert list of items to an actual list 11 years ago
Carl Worth eb5f6ac74e Fix "include" examples to use Github-flavored code block 11 years ago
Eric Anholt bfd687da89 Port tests directory to win32. 11 years ago
Eric Anholt 259136845d Start porting the GL dispatch code to win32. 11 years ago
Eric Anholt 0e7b9c0939 Fix generation of redundant typedefs. 11 years ago
Eric Anholt 60ea7c38a2 Move GLX/EGL dispatch code using those API types to separate files. 11 years ago
Eric Anholt 906d5b6e3a Conditionalize building the EGL and GLX dispatch code. 11 years ago
Eric Anholt 0d7d26537d Conditionalize building GLX and EGL tests and headers. 11 years ago
Eric Anholt 19053c4d6f Fix out of tree build 11 years ago
Eric Anholt 43acf7b021 Fix make distcheck. 11 years ago
Eric Anholt 01ce694073 Add a compile-time test for missing #defines. 11 years ago
Eric Anholt 08101c5145 Add some more defines that are present in normal gl.h 11 years ago
Eric Anholt 26ca6ac8e8 Add missing #defines for GL versions and extensions. 11 years ago
Eric Anholt 1626703ca5 Add a missing ATI enum token to the registry. 11 years ago
Eric Anholt 604d9a085e Remove incorrect alias for BindVertexArray. 11 years ago
Eric Anholt f097de94eb Add support for GLES extensions. 11 years ago
Eric Anholt 9b8ac73231 Improve the quality of the missing providers output. 11 years ago
Eric Anholt 8d208fff51 Print the missing provider information to stderr. 11 years ago
Eric Anholt 0983996e49 Fix calling new entrypoints from within glBegin()/glEnd(). 11 years ago
Eric Anholt 9ffa5d25c4 Add a test for a bug when called during glBegin()/glEnd(). 11 years ago
Eric Anholt 4d0d93b1c0 Fix indentation in generated code 11 years ago
Eric Anholt 1cb041fbaa Fix a compiler warning in the previous commit. 11 years ago
Eric Anholt 8bb5a2545e Fix extension detection on core GL contexts. 11 years ago
Eric Anholt 20f03e65c4 Add a new test for our public API against a core context. 11 years ago
Eric Anholt a258cdcffe Pull a helper function from piglit. 11 years ago
Eric Anholt f2d5248e3d Add missing .gitignore bits for EGL 11 years ago
Eric Anholt c6df72b7d0 Drop a bit of commented out python. 11 years ago
Eric Anholt 0270c80008 Add support for EGL. 11 years ago
Eric Anholt 111c54992b Drop the installed _common.h headers. 11 years ago
Eric Anholt 2be86a9a9c Add .gitignore for the built tests. 11 years ago
Eric Anholt 2ba8d853b4 Add some more gl.h definitions that might be used by applications. 11 years ago
Eric Anholt 725b8cfc81 Add C++ guards. 11 years ago
Eric Anholt de70a2a0ab Fix a similar bug to HEAD~2, this time in epoxy_has_glx_extension(). 11 years ago
Eric Anholt 7603c144db Add a failing testcase for the public API of epoxy_has_glx_extension. 11 years ago
Eric Anholt 0f67bf3f11 Fix bug in public entrypoint for epoxy_glx_version() 11 years ago
Eric Anholt 14f822ee91 Add a testcase for a bug in the public API. 11 years ago
Eric Anholt 2f811c543f Clean up loader setup for GLX. 11 years ago
Eric Anholt 5f60534bac Fix up an unfinished comment 11 years ago
Eric Anholt 617fd39b5b Add a test for including system GL headers after epoxy. 11 years ago
Eric Anholt 689abf4d4d Fix including system glx.h after our glx.h 11 years ago
Eric Anholt 106298f2f9 Add a little more testing of our public GLX API. 11 years ago
Eric Anholt 42fd4b607a Fix generation of the function pointer typedefs. 11 years ago
Eric Anholt 4564d31489 Use self.target instead of mucking around with the filename. 11 years ago
Eric Anholt 502eaccfd4 Add whitespace in generated code after the enum strings. 11 years ago
Eric Anholt 2203a31ed2 Make function resolving be data-driven. 11 years ago
Eric Anholt a82e54aafa Make a table full of strings describing our providers. 11 years ago
Eric Anholt 6c1e0e38f3 Fix building from a clean source tree. 11 years ago