183 Commits (5a37cf88b5a71c450caf9bb94a0d9b379baa0781)
 

Author SHA1 Message Date
Eric Anholt 34d7b3d872 Fix signedness warning on OS X build of the testsuite. 11 years ago
Eric Anholt 708c31a406 Disable EGL on OS X. 11 years ago
Eric Anholt 940438fae3 Use X11_CFLAGS during the build so we find the right xlib headers. 11 years ago
Eric Anholt 847ba1acdf Add an appropriate error message if libX11 is missing. 11 years ago
Eric Anholt 6c0e0423f6 Add build instructions to the readme. 11 years ago
Eric Anholt 57280133e6 Update the README for WGL support. 11 years ago
Eric Anholt 6e8977a177 Link the library with -Bsymbolic. 11 years ago
Eric Anholt 1e443b2daf Use ifuncs on Linux to avoid dispatch table overhead. 11 years ago
Eric Anholt 6553c08752 Fix compiler warning in glx_static. 11 years ago
Eric Anholt 22ce76fe0b Make glx_static report skip if it was built non-static. 11 years ago
Eric Anholt 2206e6e302 Add a testcase for trying to use libepoxy as a static library. 11 years ago
Eric Anholt 85dc3821fe Move the unwrapped logic to function setup. 11 years ago
Eric Anholt 8a56585dcb Make func.alias_name always have the name of our alias. 11 years ago
Eric Anholt f843d63da2 Reduce the overhead of the dispatch table usage. 11 years ago
Eric Anholt ca14052cfe Add a test for basic functionality on win32. 11 years ago
Eric Anholt 1d746bfeb2 Add dispatch generation for wgl. 11 years ago
Eric Anholt f4992e1518 Use get_core_proc_address() on win32. 11 years ago
Eric Anholt 4eaf4bfe21 Fill in the begin/end counting on win32. 11 years ago
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