summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-12Add aliases for OES_get_program_binaryHEADmasterFredrik Höglund1-0/+2
2014-02-12Add aliases for APPLE_syncFredrik Höglund1-0/+7
2014-02-12Add aliases for EXT_texture_storageFredrik Höglund1-0/+3
2014-02-12Add alias for NV_framebuffer_multisampleFredrik Höglund1-0/+1
2014-02-12Add aliases for OES_texture_3DFredrik Höglund1-0/+6
2014-02-12Fix EGLDisplay parameters in epoxy functionsFredrik Höglund2-6/+6
2014-02-12Add alias for NV_framebuffer_blitFredrik Höglund1-0/+1
2014-02-12Add aliases for EXT_map_buffer_rangeFredrik Höglund1-0/+2
2014-02-11Add aliases for OES_vertex_array_objectFredrik Höglund1-0/+4
2014-02-11Add aliases for NV_instanced_arraysFredrik Höglund1-0/+3
2014-02-11Add aliases for ANGLE_instanced_arraysFredrik Höglund1-0/+3
2014-02-06Bump version to 1.1 for release.Eric Anholt1-1/+1
2014-02-06Add limited support for the KHRONOS_* defines from khrplatform.h.Eric Anholt1-0/+11
2014-02-06Fix a bad error message in an EGL test.Eric Anholt1-1/+1
2014-02-06Add missing '\n's to wgl test errors.Eric Anholt1-2/+2
2014-02-06Fix some silly line-wrapping in a printf.Eric Anholt1-2/+1
2014-02-06Add a missing \n on an error message.Eric Anholt1-1/+1
2014-02-06Use the same typedefs as upstream khrplatform.h in a couple cases.Eric Anholt1-2/+2
2014-02-06Add a test that khrplatform.h (if present) agrees with us.Eric Anholt6-0/+195
2014-02-06Define the rest of the khrplatform.h types, and prevent its inclusion.Eric Anholt1-2/+14
2014-02-01Merge branch 'khronos-registry'Eric Anholt2-19/+42
2014-02-01Add missing dependency on libdl.Eric Anholt1-0/+1
2014-02-01List X11_LIBS after lib{egl,glx}_common.Matt Turner1-10/+10
2014-02-01Use LDADD instead of LDFLAGS/DEPENDENCIES.Matt Turner2-23/+17
2014-02-01Import registry from SVN 25146Eric Anholt2-19/+43
2014-01-31Fix a missing \n on printing out failure to dlsym().Eric Anholt1-1/+1
2014-01-31Enable compiler warnings in the tests.Eric Anholt1-0/+2
2014-01-31Fix compiler warnings in the tests.Eric Anholt5-16/+23
2014-01-31Add a COPYING file describing the two licenses for the project code.Eric Anholt1-0/+50
2014-01-31Fix using epoxy on systems with only EGL and GLES1 or GLES2.Eric Anholt4-5/+72
2014-01-31Test for using GLES1/2 without GLX installed.Eric Anholt3-0/+132
2014-01-31Fix typo in gles2 dlsym setupEric Anholt1-1/+1
2014-01-30Add missing make dist of gen_dispatch.py.Eric Anholt1-0/+4
2014-01-30Fix a typo in the Makefile.am.Eric Anholt1-3/+3
2014-01-30Declare a private dependency on libdl.Eric Anholt2-0/+4
2014-01-28Do a trivial sort on the enums generated.Eric Anholt1-2/+10
2014-01-22Add support for Mesa's GLES1 implementation.Eric Anholt2-2/+2
2014-01-22Make headerguards check for double-inclusion of our own headers.Eric Anholt1-0/+4
2014-01-22Avoid polluting the compiler's namespace with our own stuff.Eric Anholt4-12/+12
2014-01-22Fix the definition of ALL_ATTRIB_BITS.Eric Anholt1-1/+1
2014-01-20Merge branch 'registry'Eric Anholt3-392/+918
2014-01-20Import registry from SVN 24778.Eric Anholt3-394/+924
2013-12-27Add missing provider for eglCreateImageKHR.Eric Anholt1-0/+2
2013-12-27Add missing aliases for OES_mapbuffer to desktop's buffer mapping.Eric Anholt1-0/+3
2013-12-17Include the README in the distributed tarball.Eric Anholt1-0/+1
2013-12-17Work around README.md rendering on github.Eric Anholt1-2/+2
2013-12-17win32: Convert the API to being based on function pointers, like Linux.Eric Anholt6-28/+38
2013-12-17win32: Expose the dispatch table reset funtion in the public API.Eric Anholt3-7/+28
2013-12-17win32: Reset all dispatch tables to re-resolve on any wglMakeCurrent.Eric Anholt4-9/+63
2013-12-17Drop the PLATFORM_HAS_EGL check in epoxy_egl_dlsym().Eric Anholt1-4/+0