586 Commits (1c51cfbbe1e17f5e9763d43924ae934bb203e8b0)
 

Author SHA1 Message Date
Eric Anholt 62861d12f9 Emit APIENTRY for typedefs that use it. 9 years ago
Eric Anholt 8154c0efd3 Merge branch 'khronos-registry' 9 years ago
Eric Anholt 5987e1ef1a Import registry from SVN 31705 9 years ago
Yaron Cohen-Tal a7c270f8e2 Fix epoxy_egl_get_current_gl_context_api() on non-conformant ES. 9 years ago
Eric Anholt 227d1312e6 Look for GL 1.1 functions in win32's OpenGL32.dll. 9 years ago
Eric Anholt 8ce3e5f14f Update README for the dropping of X11 on OSX. 9 years ago
Chun-wei Fan d9df59df71 src/dispatch_common.c: Remove Unneeded PUBLIC Annotation 9 years ago
Chun-wei Fan a2a51904b0 test/wgl_per_context_funcptrs.c: Fix build on Visual Studio 9 years ago
Chun-wei Fan e9f68fe3a3 Fix generated code for building on MSVC 2013 9 years ago
Chun-wei Fan 7d5e8e9d56 Put the callspec after the return type for MSVC. 9 years ago
Chun-wei Fan e242497728 Avoid empty struct intializer on MSVC. 9 years ago
Chun-wei Fan 95ecc2d1a1 Port the library_init() constructor to MSVC. 9 years ago
Chun-wei Fan d88c639e63 Fix public headers for building in Visual Studio 9 years ago
Eric Anholt 136cf85424 Use the provider enum to tie-break sorting by function provider name. 9 years ago
Eric Anholt b9fbcaf0e2 Merge remote-tracking branch 'airlied/master' 9 years ago
Eric Anholt 6411628392 Merge pull request #42 from cicku/patch-1 9 years ago
Dave Airlie eeda3a5a6d Merge branch 'khronos-registry' 10 years ago
Dave Airlie 85e5100d67 Import registry from SVN 31039 10 years ago
Christopher Meng b7e921da13 Update the homepage URL 10 years ago
Eric Anholt 20062c25e7 Merge branch 'khronos-registry' 10 years ago
Eric Anholt e9ce388f74 Import registry from SVN 29350 10 years ago
Eric Anholt 135f7bf104 wgl: Fix an extra break statement. 10 years ago
Eric Anholt 363d57a9de Merge remote-tracking branch 'sonicadvance/OSX-NoX11Support' 10 years ago
Eric Anholt b2ae054b3a Avoid name conflicts between pkgconfig's EGL_LIBS and a temporary var. 10 years ago
Eric Anholt 0096b79923 Fix context type detection if we find eglGetCurrentContext(). 10 years ago
Eric Anholt d56f21c494 Use the EGL pkgconfig for finding eglplatform.h. 10 years ago
Eric Anholt 27298ee31b tests: Fix the passing of the "-z now" arg to the linker. 10 years ago
Eric Anholt 4a76cb97f8 Add a control file for Travis CI. 10 years ago
Eric Anholt 28c9c471b2 Remove a C99ism from dispatch. 10 years ago
Eric Anholt 4d64234e05 Merge pull request #27 from Sonicadvance1/Android-Support 10 years ago
Ryan Houdek e3051481cc Adds support for OS X without X11. 10 years ago
Ryan Houdek c791612b0a Adds support for Android. 10 years ago
Eric Anholt 7422de5b4b Bump version to 1.2 for release. 11 years ago
Eric Anholt 5f88ca5cd6 Merge branch 'khronos-registry' 11 years ago
Eric Anholt 3f402f6052 Import registry from SVN 26622 11 years ago
Eric Anholt c7a91844de Don't forget to install the wgl headers. 11 years ago
Eric Anholt 568533441f Move __stdcall into the parens for function pointer definitions. 11 years ago
Eric Anholt 6eb075c70e Fix EGL context detection for non-GLES2-core functions. 11 years ago
Eric Anholt bb94003b78 Add a test for a failure I found with the X Server after my last fixes. 11 years ago
Eric Anholt 756dcaf6a5 Disable the dlwrap-based tests on apple. 11 years ago
Eric Anholt 3e09de7550 win32: Delay using dispatch tables until the second MakeCurrent. 11 years ago
Eric Anholt 370c49d5cd Use #defines to shrink the size of gl_generated_dispatch.c 11 years ago
Eric Anholt 11a946cbf5 Prefer non-aliased functions when resolving. 11 years ago
Eric Anholt ea12f935c1 wgl: Add a test for MakeCurrent returning different function pointers. 11 years ago
Eric Anholt b1d875ef0b Clean up epoxy_current_context_is_glx(). 11 years ago
Eric Anholt db5b939f98 Ask glXGetProcAddress for ES symbols when we're on a GLX context. 11 years ago
Eric Anholt b251e3ae33 Factor out the GLX versus EGL current context detection code. 11 years ago
Eric Anholt d48978c084 Don't leak dlerror()s while we're trying to probe libraries. 11 years ago
Eric Anholt 72187a29c2 Don't dlsym() if we failed to dlopen(). 11 years ago
Eric Anholt e230042ffe test: Add a test using GLX_EXT_create_context_es2_profile. 11 years ago