summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Imported Upstream version 1.3.1debian-tarball-importsEric Anholt2015-07-154-1143/+1168
|\
| * Bump to version 1.3.1 for release.v1.3.1Eric Anholt2015-07-151-1/+1
| * Also drop the publishing of epoxy_conservative_egl_version()Eric Anholt2015-07-151-1/+1
* | Imported Upstream version 1.3Eric Anholt2015-07-1543-912/+145944
|\ \ | |/
| * Bump version to 1.3 for release.v1.3Eric Anholt2015-07-151-1/+1
| * Add some missing spacing in generated code.Eric Anholt2015-07-151-0/+1
| * Use a concatenated string for enum descriptions.Eric Anholt2015-07-151-5/+16
| * Use __attribute__((packed)) to reduce our data size.Eric Anholt2015-07-153-24/+15
| * Emit APIENTRY for typedefs that use it.Eric Anholt2015-07-151-0/+2
| * Merge branch 'khronos-registry'Eric Anholt2015-07-152-9/+75
| |\
| | * Import registry from SVN 31705Eric Anholt2015-07-152-9/+75
| * | Fix epoxy_egl_get_current_gl_context_api() on non-conformant ES.Yaron Cohen-Tal2015-07-151-0/+20
| * | Look for GL 1.1 functions in win32's OpenGL32.dll.Eric Anholt2015-07-151-1/+1
| * | Update README for the dropping of X11 on OSX.Eric Anholt2015-07-151-5/+0
| * | src/dispatch_common.c: Remove Unneeded PUBLIC AnnotationChun-wei Fan2015-06-171-1/+1
| * | test/wgl_per_context_funcptrs.c: Fix build on Visual StudioChun-wei Fan2015-06-051-7/+7
| * | Fix generated code for building on MSVC 2013Chun-wei Fan2015-06-051-4/+12
| * | Put the callspec after the return type for MSVC.Chun-wei Fan2015-06-053-13/+13
| * | Avoid empty struct intializer on MSVC.Chun-wei Fan2015-06-051-0/+2
| * | Port the library_init() constructor to MSVC.Chun-wei Fan2015-06-051-2/+21
| * | Fix public headers for building in Visual StudioChun-wei Fan2015-06-052-5/+5
| * | Use the provider enum to tie-break sorting by function provider name.Eric Anholt2015-06-051-1/+1
| * | Merge remote-tracking branch 'airlied/master'Eric Anholt2015-06-053-113/+1080
| |\ \
| | * \ Merge branch 'khronos-registry'Dave Airlie2015-05-053-113/+1080
| | |\ \ | | | |/
| | | * Import registry from SVN 31039Dave Airlie2015-05-053-113/+1080
| * | | Merge pull request #42 from cicku/patch-1Eric Anholt2015-06-051-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Update the homepage URLChristopher Meng2015-03-041-1/+1
| |/ /
| * | Merge branch 'khronos-registry'Eric Anholt2015-01-104-549/+3593
| |\ \ | | |/
| | * Import registry from SVN 29350Eric Anholt2015-01-104-549/+3593
| * | wgl: Fix an extra break statement.Eric Anholt2015-01-101-1/+0
| * | Merge remote-tracking branch 'sonicadvance/OSX-NoX11Support'Eric Anholt2015-01-102-2/+2
| |\ \
| | * | Adds support for OS X without X11.Ryan Houdek2014-05-282-2/+2
| * | | Avoid name conflicts between pkgconfig's EGL_LIBS and a temporary var.tempEric Anholt2014-06-131-6/+6
| * | | Fix context type detection if we find eglGetCurrentContext().Eric Anholt2014-06-131-1/+1
| * | | Use the EGL pkgconfig for finding eglplatform.h.Eric Anholt2014-06-133-1/+5
| * | | tests: Fix the passing of the "-z now" arg to the linker.Eric Anholt2014-06-131-1/+1
| * | | Add a control file for Travis CI.Eric Anholt2014-06-131-0/+13
| * | | Remove a C99ism from dispatch.Eric Anholt2014-06-131-1/+2
| * | | Merge pull request #27 from Sonicadvance1/Android-SupportEric Anholt2014-06-132-7/+30
| |\ \ \ | | |/ / | |/| |
| | * | Adds support for Android.Ryan Houdek2014-05-282-7/+30
| |/ /
* | | Imported Upstream version 1.2Eric Anholt2014-05-1328-1018/+3166
|\ \ \ | |/ /
| * | 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