306 Commits (ba2e7b151bb0ee97c136a44c62555a1b7be80371)
 

Author SHA1 Message Date
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
Eric Anholt 46da7790b2 test: Avoid segfaulting when nvidia driver does a dlopen(RTLD_DEFAULT) 11 years ago
Eric Anholt 7f5fc047da win32: Fix a C90 compiler warning. 11 years ago
Eric Anholt e7d3088d71 win32: Add support for wglUseFontBitmaps(). 11 years ago
Eric Anholt 5a37cf88b5 win32: Add a test for wglUseFontBitmaps(). 11 years ago
Eric Anholt e7f69038da Add EGL_NOK_swap_region definition. 11 years ago
Eric Anholt d74355fc96 Add EGL_NOK_swap_region2 definition. 11 years ago
Eric Anholt d53169404a Add EGL_NOK_texture_from_pixmap definition. 11 years ago
Eric Anholt 91d8e5f848 Merge branch 'khronos-registry' 11 years ago
Eric Anholt f762c7feb7 Import registry from SVN 26007 11 years ago
Eric Anholt 5dcdfe9d79 Remove a debug printf that slipped in. 11 years ago
Eric Anholt 847a6d50db Avoid using eglGPA() for core funcs when the current context is GLX. 11 years ago
Eric Anholt b670c84039 Refactor dispatch_common's EGL context detection code. 11 years ago
Eric Anholt e6d9bb971b Try to use glXGPA() for core funcs if the current context is GLX. 11 years ago
Eric Anholt 698185e24a Try to avoid looking up bootstrap functions in the wrong library. 11 years ago
Eric Anholt 037ac7f566 Add a test for EGL and GLX returning different function pointers. 11 years ago
Eric Anholt dae231680e Import a copy of dlwrap from libfips. 11 years ago
Eric Anholt 9efad17eb4 Actually fix #21 (hopefully). 11 years ago
Eric Anholt 14f24485e3 Add support for looking up GLES3 functions using dlsym(). 11 years ago
Eric Anholt 053ac5f457 Fix test build. 11 years ago
Eric Anholt 53b87c33e4 Catch eglBindAPI() failures in looking up bootstrap functions. 11 years ago
Eric Anholt f15c169cad Extend the egl_without_glx test for another quirk of the platform. 11 years ago
Fredrik Höglund d4ad80fb8e Add aliases for OES_get_program_binary 11 years ago
Fredrik Höglund 35e3b0a6da Add aliases for APPLE_sync 11 years ago
Fredrik Höglund 30de2e86ea Add aliases for EXT_texture_storage 11 years ago
Fredrik Höglund fea4a8feee Add alias for NV_framebuffer_multisample 11 years ago
Fredrik Höglund 64e90baf87 Add aliases for OES_texture_3D 11 years ago
Fredrik Höglund e20b3ce6c7 Fix EGLDisplay parameters in epoxy functions 11 years ago
Fredrik Höglund 87a099b141 Add alias for NV_framebuffer_blit 11 years ago
Fredrik Höglund 6c5417db46 Add aliases for EXT_map_buffer_range 11 years ago
Fredrik Höglund 8d942b8639 Add aliases for OES_vertex_array_object 11 years ago