summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.2 for release.v1.2Eric Anholt2014-05-131-1/+1
* Merge branch 'khronos-registry'Eric Anholt2014-05-132-418/+505
|\
| * Import registry from SVN 26622Eric Anholt2014-05-133-419/+536
* | Don't forget to install the wgl headers.Eric Anholt2014-05-132-0/+6
* | Move __stdcall into the parens for function pointer definitions.Eric Anholt2014-04-103-14/+18
* | Fix EGL context detection for non-GLES2-core functions.Eric Anholt2014-04-082-11/+8
* | Add a test for a failure I found with the X Server after my last fixes.Eric Anholt2014-04-083-0/+135
* | Disable the dlwrap-based tests on apple.Eric Anholt2014-03-282-2/+16
* | win32: Delay using dispatch tables until the second MakeCurrent.Eric Anholt2014-03-284-45/+55
* | Use #defines to shrink the size of gl_generated_dispatch.cEric Anholt2014-03-282-75/+108
* | Prefer non-aliased functions when resolving.Eric Anholt2014-03-284-15/+115
* | wgl: Add a test for MakeCurrent returning different function pointers.Eric Anholt2014-03-282-0/+169
* | Clean up epoxy_current_context_is_glx().Eric Anholt2014-03-271-16/+20
* | Ask glXGetProcAddress for ES symbols when we're on a GLX context.Eric Anholt2014-03-272-7/+18
* | Factor out the GLX versus EGL current context detection code.Eric Anholt2014-03-271-43/+70
* | Don't leak dlerror()s while we're trying to probe libraries.Eric Anholt2014-03-271-4/+11
* | Don't dlsym() if we failed to dlopen().Eric Anholt2014-03-271-3/+6
* | test: Add a test using GLX_EXT_create_context_es2_profile.Eric Anholt2014-03-273-0/+125
* | test: Avoid segfaulting when nvidia driver does a dlopen(RTLD_DEFAULT)Eric Anholt2014-03-271-0/+3
* | win32: Fix a C90 compiler warning.Eric Anholt2014-03-271-1/+1
* | win32: Add support for wglUseFontBitmaps().Eric Anholt2014-03-272-0/+13
* | win32: Add a test for wglUseFontBitmaps().Eric Anholt2014-03-273-0/+84
* | Add EGL_NOK_swap_region definition.Eric Anholt2014-03-271-0/+12
* | Add EGL_NOK_swap_region2 definition.Eric Anholt2014-03-271-0/+12
* | Add EGL_NOK_texture_from_pixmap definition.Eric Anholt2014-03-271-1/+7
* | Merge branch 'khronos-registry'Eric Anholt2014-03-274-436/+941
|\ \ | |/
| * Import registry from SVN 26007Eric Anholt2014-03-274-436/+973
* | Remove a debug printf that slipped in.Eric Anholt2014-03-271-2/+0
* | Avoid using eglGPA() for core funcs when the current context is GLX.Eric Anholt2014-03-191-2/+7
* | Refactor dispatch_common's EGL context detection code.Eric Anholt2014-03-191-30/+46
* | Try to use glXGPA() for core funcs if the current context is GLX.Eric Anholt2014-03-192-18/+13
* | Try to avoid looking up bootstrap functions in the wrong library.Eric Anholt2014-03-192-6/+3
* | Add a test for EGL and GLX returning different function pointers.Eric Anholt2014-03-196-75/+426
* | Import a copy of dlwrap from libfips.Eric Anholt2014-03-192-0/+310
* | Actually fix #21 (hopefully).Eric Anholt2014-03-171-1/+1
* | Add support for looking up GLES3 functions using dlsym().Eric Anholt2014-03-172-1/+23
* | Fix test build.Eric Anholt2014-03-171-2/+2
* | Catch eglBindAPI() failures in looking up bootstrap functions.Eric Anholt2014-03-172-21/+24
* | Extend the egl_without_glx test for another quirk of the platform.Eric Anholt2014-03-172-6/+58
* | Add aliases for OES_get_program_binaryFredrik Höglund2014-02-121-0/+2
* | Add aliases for APPLE_syncFredrik Höglund2014-02-121-0/+7
* | Add aliases for EXT_texture_storageFredrik Höglund2014-02-121-0/+3
* | Add alias for NV_framebuffer_multisampleFredrik Höglund2014-02-121-0/+1
* | Add aliases for OES_texture_3DFredrik Höglund2014-02-121-0/+6
* | Fix EGLDisplay parameters in epoxy functionsFredrik Höglund2014-02-122-6/+6
* | Add alias for NV_framebuffer_blitFredrik Höglund2014-02-121-0/+1
* | Add aliases for EXT_map_buffer_rangeFredrik Höglund2014-02-121-0/+2
* | Add aliases for OES_vertex_array_objectFredrik Höglund2014-02-111-0/+4
* | Add aliases for NV_instanced_arraysFredrik Höglund2014-02-111-0/+3
* | Add aliases for ANGLE_instanced_arraysFredrik Höglund2014-02-111-0/+3