Commit Graph

  • f5ce42e3fe egl: Be somewhat aware of EGL client extensions Adam Jackson 2016-09-23 03:22:21 -0400
  • 7e9e12f41d fixes 'cd error' in autogen.sh Martin Castillo 2016-02-26 18:54:23 +0100
  • 91916269e5 egl: Fix the query for the current context's API Adam Jackson 2016-10-18 11:08:12 -0400
  • ad1f9204a2 Avoid C99 declaration after statement Emmanuele Bassi 2016-12-07 15:12:15 +0000
  • f62c9d92d0 dlwrap: add GLIBC_2.4 version to be able to run tests from ARM Olivier Blin 2015-09-21 13:04:50 +0200
  • c2e09ebde9 support newer/larger gl.xml Daniel Wolf 2015-09-21 23:09:23 -0400
  • c45cc5f821 Check for NULL extensions string Yaron Cohen-Tal 2016-07-29 17:55:49 +0300
  • f887dcf79b nVidia glx.h uses __glx_h__; define that too. Bryan Kadzban 2016-09-06 22:28:39 -0700
  • 407f579f2d src/gen_dispatch.py: Make Generated Code Build Under C89 Chun-wei Fan 2015-07-28 18:35:59 +0800
  • 8dead45cb3 Revert all changes since 8bbc0d40 Emmanuele Bassi 2016-12-07 14:45:14 +0000
  • 0aa9d1bc83 Merge pull request #93 from ebassi/clean-autofoo-build Yaron Cohen-Tal 2016-11-08 09:52:59 +0200
  • cc5e0157eb Merge pull request #92 from ebassi/force-rebuild Yaron Cohen-Tal 2016-11-08 09:51:40 +0200
  • d5dfe2bd96 build: Drop autogenerated autotools files from Git Emmanuele Bassi 2016-11-07 20:20:04 +0000
  • 04387bc188 build: Force replacing autotools generated files Emmanuele Bassi 2016-11-07 19:34:01 +0000
  • ced192c30b egl: Fix the query for the current context's API Adam Jackson 2016-10-18 11:08:12 -0400
  • 15898325c1 Merge pull request #3 from RobotCaleb/patch-2 Yaron Cohen-Tal 2016-10-08 11:17:58 +0300
  • c8fb7dd27d Update README.md Caleb Anderson 2016-10-07 22:14:37 -0600
  • 1814f06490 Update README.md Caleb Anderson 2016-09-29 01:21:44 -0600
  • 594e2e082a Merge pull request #2 from BryanKadzban/master Yaron Cohen-Tal 2016-09-07 17:28:47 +0300
  • 58610268fe nVidia glx.h uses __glx_h__; define that too. Bryan Kadzban 2016-09-06 22:28:39 -0700
  • b8d609e8f9 Fox some X server not supporting any OpenGL feature, glXQueryExtensionsString will return NULL and causes the function to fail. Thanx to Emmanuel Stapf (manus@eiffel.com) for the original patch. Yaron Cohen-Tal 2016-07-29 17:55:49 +0300
  • c342cba2a1 Add glibc versions 2.2 and 2.3 to "dlwrap_real_dlsym". Yaron Cohen-Tal 2015-11-05 17:51:01 +0200
  • d81ab07f0b Update pregenerated files. Yaron Cohen-Tal 2015-11-03 10:12:50 +0200
  • 6e3fa879cf Merge branch "oncer/half_aliases_fix". Yaron Cohen-Tal 2015-11-03 10:11:45 +0200
  • 4509aafdd2 add glBindRenderbufferEXT to half_aliases Simon Parzer 2015-11-03 01:32:56 +0100
  • a4ead97cfd Make "epoxy_current_context_is_egl" visible. Yaron Cohen-Tal 2015-10-31 20:31:42 +0200
  • 8d58c89064 Fix "epoxy_egl_get_current_gl_context_api" to use "eglQueryContext" with "EGL_CONTEXT_CLIENT_TYPE" as "attribute". Yaron Cohen-Tal 2015-09-21 19:58:03 +0300
  • b3b8bd9af7 Fix "epoxy_glx_version" to handle the case when GLX is not active on the display. Yaron Cohen-Tal 2015-09-29 11:57:55 +0300
  • 7d1c96c85f Update pregenerated files. Yaron Cohen-Tal 2015-09-22 20:14:37 +0300
  • 6fe6b8e2d4 Merge branch "nephatrine/registry-support". Yaron Cohen-Tal 2015-09-22 10:02:44 +0300
  • 262a623452 support newer/larger gl.xml Daniel Wolf 2015-09-21 23:09:23 -0400
  • 2bf2468502 Merge branch "blino/master". Yaron Cohen-Tal 2015-09-21 14:15:44 +0300
  • fe7a96e077 dlwrap: add GLIBC_2.4 version to be able to run tests from ARM Olivier Blin 2015-09-21 13:04:50 +0200
  • 4b6d637ae0 Update "README.md". Yaron Cohen-Tal 2015-09-05 10:37:14 +0300
  • 2af1715fbf Fix "FindGLESv1.cmake" and "FindGLESv2.cmake". Yaron Cohen-Tal 2015-09-04 12:51:13 +0300
  • 44d51f2844 Fix support for a static build of Epoxy. Add support building and running tests with CMake. Add support for linking with the static run-time library with MSVC. Yaron Cohen-Tal 2015-09-03 23:17:39 +0300
  • 64e2ee2ca8 Fix a bug in which "DllMain" isn't called when using the static version of Epoxy in Windows. Yaron Cohen-Tal 2015-08-30 15:32:07 +0300
  • dd695faee3 Remove redundant code in "epoxy_get_bootstrap_proc_address". Yaron Cohen-Tal 2015-08-30 10:41:48 +0300
  • ec2f42f01a Add support for building static libs with CMake. Fix file permissions. Update documentation about building static libs and about using OpenGL ES / EGL. Yaron Cohen-Tal 2015-08-27 18:47:50 +0300
  • 62e384129b Add some files to the repo so that it's possible to build without running "autogen.sh". Yaron Cohen-Tal 2015-08-26 21:40:01 +0300
  • 06fd4a271a Add support for CMake (no support for building/running the tests yet). Fix support for Android. Add built-in support for building with EGL support (using "khrplatform.h" and "eglplatform.h" which are distributed together with Epoxy, and should work with any platform). Yaron Cohen-Tal 2015-08-03 21:07:37 +0300
  • 540952010b Fix tests to work with some OpenGL ES / EGL implementations. Yaron Cohen-Tal 2015-07-19 20:55:36 +0300
  • 4c4a6e49ca Fix support of some OpenGL ES and EGL implementations, specifically on Windows. Yaron Cohen-Tal 2015-07-18 13:03:01 +0300
  • c976864bc9 src/gen_dispatch.py: Make Generated Code Build Under C89 Chun-wei Fan 2015-07-28 18:35:59 +0800
  • b527c5f01f Add new header file "common.h" to the installed files. Yaron Cohen-Tal 2015-07-19 20:59:13 +0300
  • 90c6158d61 Unite defenitions "PUBLIC" and "EPOXY_IMPORTEXPORT" and add it where appropriate. Fix tests build errors. Yaron Cohen-Tal 2015-07-19 12:59:31 +0300
  • 773dd02f59 Added makefiles to build with MSVC 2013, and fixed errors and warnings. Yaron Cohen-Tal 2015-07-18 12:00:06 +0300
  • 8bbc0d40c6 Make the glx_alias_prefer_same_name test work, and hook it up. Eric Anholt 2015-07-16 11:24:34 -0700
  • c8cd4b7e0c Add missing files in the make dist. Eric Anholt 2015-07-16 11:20:11 -0700
  • e2c33af5bf Bump to version 1.3.1 for release. Eric Anholt 2015-07-15 16:46:36 -0700
  • 35016b7589 Also drop the publishing of epoxy_conservative_egl_version() Eric Anholt 2015-07-15 16:44:44 -0700
  • 118565cd8e Bump version to 1.3 for release. Eric Anholt 2015-07-15 16:13:12 -0700
  • 585c703699 Add some missing spacing in generated code. Eric Anholt 2015-07-15 15:42:37 -0700
  • b2c00a18af Use a concatenated string for enum descriptions. Eric Anholt 2015-07-15 15:37:26 -0700
  • d4620b7dd3 Use __attribute__((packed)) to reduce our data size. Eric Anholt 2015-07-15 14:46:55 -0700
  • 62861d12f9 Emit APIENTRY for typedefs that use it. Eric Anholt 2015-07-15 14:26:43 -0700
  • 8154c0efd3 Merge branch 'khronos-registry' Eric Anholt 2015-07-15 14:08:43 -0700
  • 5987e1ef1a Import registry from SVN 31705 Eric Anholt 2015-07-15 14:07:59 -0700
  • a7c270f8e2 Fix epoxy_egl_get_current_gl_context_api() on non-conformant ES. Yaron Cohen-Tal 2015-07-09 13:44:52 +0300
  • 227d1312e6 Look for GL 1.1 functions in win32's OpenGL32.dll. Eric Anholt 2015-07-15 13:52:56 -0700
  • 8ce3e5f14f Update README for the dropping of X11 on OSX. Eric Anholt 2015-07-15 13:42:43 -0700
  • d9df59df71 src/dispatch_common.c: Remove Unneeded PUBLIC Annotation Chun-wei Fan 2015-06-17 09:38:53 +0800
  • a2a51904b0 test/wgl_per_context_funcptrs.c: Fix build on Visual Studio Chun-wei Fan 2015-06-05 14:07:35 +0800
  • e9f68fe3a3 Fix generated code for building on MSVC 2013 Chun-wei Fan 2015-06-05 14:06:23 +0800
  • 7d5e8e9d56 Put the callspec after the return type for MSVC. Chun-wei Fan 2015-06-05 17:38:26 -0700
  • e242497728 Avoid empty struct intializer on MSVC. Chun-wei Fan 2015-06-05 17:37:01 -0700
  • 95ecc2d1a1 Port the library_init() constructor to MSVC. Chun-wei Fan 2015-06-05 14:03:51 +0800
  • d88c639e63 Fix public headers for building in Visual Studio Chun-wei Fan 2015-06-05 13:56:33 +0800
  • 136cf85424 Use the provider enum to tie-break sorting by function provider name. Eric Anholt 2015-06-05 17:19:07 -0700
  • b9fbcaf0e2 Merge remote-tracking branch 'airlied/master' Eric Anholt 2015-06-05 16:58:26 -0700
  • 6411628392 Merge pull request #42 from cicku/patch-1 Eric Anholt 2015-06-05 16:52:45 -0700
  • eeda3a5a6d Merge branch 'khronos-registry' Dave Airlie 2015-05-05 16:03:00 +1000
  • 85e5100d67 Import registry from SVN 31039 Dave Airlie 2015-05-05 16:02:01 +1000
  • b7e921da13 Update the homepage URL Christopher Meng 2015-03-04 10:37:02 +0800
  • 20062c25e7 Merge branch 'khronos-registry' Eric Anholt 2015-01-10 11:59:51 +1300
  • e9ce388f74 Import registry from SVN 29350 Eric Anholt 2015-01-10 11:59:10 +1300
  • 135f7bf104 wgl: Fix an extra break statement. Eric Anholt 2015-01-10 11:18:50 +1300
  • 363d57a9de Merge remote-tracking branch 'sonicadvance/OSX-NoX11Support' Eric Anholt 2015-01-10 10:29:17 +1300
  • b2ae054b3a Avoid name conflicts between pkgconfig's EGL_LIBS and a temporary var. Eric Anholt 2014-06-13 15:54:29 -0700
  • 0096b79923 Fix context type detection if we find eglGetCurrentContext(). Eric Anholt 2014-06-13 15:00:31 -0700
  • d56f21c494 Use the EGL pkgconfig for finding eglplatform.h. Eric Anholt 2014-06-13 14:59:37 -0700
  • 27298ee31b tests: Fix the passing of the "-z now" arg to the linker. Eric Anholt 2014-06-13 14:41:41 -0700
  • 4a76cb97f8 Add a control file for Travis CI. Eric Anholt 2014-06-13 13:43:20 -0700
  • 28c9c471b2 Remove a C99ism from dispatch. Eric Anholt 2014-06-10 14:16:06 -0700
  • 4d64234e05 Merge pull request #27 from Sonicadvance1/Android-Support Eric Anholt 2014-06-13 13:55:01 -0700
  • e3051481cc Adds support for OS X without X11. Ryan Houdek 2014-05-04 22:52:12 -0500
  • c791612b0a Adds support for Android. Ryan Houdek 2014-05-04 19:05:34 -0500
  • 7422de5b4b Bump version to 1.2 for release. Eric Anholt 2014-05-13 17:22:08 -0700
  • 5f88ca5cd6 Merge branch 'khronos-registry' Eric Anholt 2014-05-13 13:41:14 -0700
  • 3f402f6052 Import registry from SVN 26622 Eric Anholt 2014-05-13 13:41:00 -0700
  • c7a91844de Don't forget to install the wgl headers. Eric Anholt 2014-05-13 12:30:48 -0700
  • 568533441f Move __stdcall into the parens for function pointer definitions. Eric Anholt 2014-04-10 13:30:05 -0700
  • 6eb075c70e Fix EGL context detection for non-GLES2-core functions. Eric Anholt 2014-04-08 23:47:54 -0700
  • bb94003b78 Add a test for a failure I found with the X Server after my last fixes. Eric Anholt 2014-04-08 23:47:25 -0700
  • 756dcaf6a5 Disable the dlwrap-based tests on apple. Eric Anholt 2014-03-28 16:38:19 -0700
  • 3e09de7550 win32: Delay using dispatch tables until the second MakeCurrent. Eric Anholt 2014-03-19 14:18:26 -0700
  • 370c49d5cd Use #defines to shrink the size of gl_generated_dispatch.c Eric Anholt 2014-03-28 12:49:28 -0700
  • 11a946cbf5 Prefer non-aliased functions when resolving. Eric Anholt 2014-03-28 14:27:29 -0700
  • ea12f935c1 wgl: Add a test for MakeCurrent returning different function pointers. Eric Anholt 2014-03-28 12:06:47 -0700
  • b1d875ef0b Clean up epoxy_current_context_is_glx(). Eric Anholt 2014-03-27 19:18:24 -0700