Commit graph

  • 5e7b46e880 utils: Add cJSON.h to noinst_HEADERS. Kyle Brenneman 2016-08-30 14:08:01 -0600
  • af24248798 EGL: Add -Wno-misleading-indentation for cJSON. Kyle Brenneman 2016-08-30 13:26:30 -0600
  • 3053b22f3e EGL: Change __EGLapiImports to use (void *) for function pointers. Kyle Brenneman 2016-08-30 13:22:59 -0600
  • 6c4f5ef9f7 EGL: Fix a few errors in EGL_KHR_debug. Kyle Brenneman 2016-08-19 17:34:04 -0600
  • f7fbc4bb8b GLX: Keep track of the displays passed to glXMakeCurrent. Kyle Brenneman 2016-08-04 11:18:17 -0600
  • bc73761509 Change the package version to 0.1.999. Kyle Brenneman 2016-08-05 12:52:03 -0600
  • 1cdf246082 EGL: Trim the dispatch stub list. Kyle Brenneman 2016-08-01 11:38:03 -0600
  • 67dcf4a14f EGL: Check the version number in the JSON files. Kyle Brenneman 2016-07-27 15:23:42 -0600
  • 4f7138cc31 EGL: Check for some client extensions when loading the vendors. Kyle Brenneman 2016-07-27 11:15:36 -0600
  • 93ac333b93 EGL: Improve eglGetDisplay platform guessing. Kyle Brenneman 2016-07-06 15:08:09 -0600
  • d448232036 EGL: Fix a crash in __eglGetVendorFromDevice. Kyle Brenneman 2016-07-06 15:31:56 -0600
  • f42d89dd99 EGL: Rework the current rendering API. Kyle Brenneman 2016-07-05 14:41:50 -0600
  • bb63d820df GLX: Fix a deadlock in teardown Kyle Brenneman 2016-07-13 10:09:17 -0600
  • 7dabba8940 util: Add trylock functions to glnvd_pthread. Kyle Brenneman 2016-07-13 09:57:16 -0600
  • 013285314c GLdispatch: Remove an incorrect assert. Kyle Brenneman 2016-07-11 11:31:27 -0600
  • 31c5e7f602 EGL: Implement EGL_KHR_debug. Kyle Brenneman 2016-06-07 12:24:10 -0600
  • b72018f59a EGL: Initial implementation of libEGL. Kyle Brenneman 2015-10-01 12:51:21 -0600
  • 382eb05efa Checked in a copy of the cJSON library. Kyle Brenneman 2015-12-02 15:18:23 -0700
  • 3c97019e89 Checked in the EGL headers. Kyle Brenneman 2015-10-01 12:49:08 -0600
  • 82c37ca46b util: Add functions for splitting a string into tokens. Kyle Brenneman 2015-11-18 16:19:15 -0700
  • 73b38ce822 tests: Fix testpatchentrypoints. Kyle Brenneman 2016-06-22 11:22:16 -0600
  • fc61f5488f util: Add a local implementation of vsprintf(3). Kyle Brenneman 2016-06-07 12:23:00 -0600
  • 093f0485da Update the README file. Kyle Brenneman 2016-06-09 13:12:29 -0600
  • 1b30d15333 GLdispatch: Don't unpatch entrypoints in __glDispatchLoseCurrent. Kyle Brenneman 2016-05-24 15:52:42 -0600
  • d0ced9a2e3 GLX: Fix a couple of errors. Kyle Brenneman 2016-05-27 11:47:59 -0600
  • bb67f11d40 tests: Merge the dummy and patchentry libraries. Kyle Brenneman 2016-04-05 15:55:50 -0600
  • 198b0b0897 tests: Expand the MakeCurrent tests to the GLXFBConfig-based functions. Kyle Brenneman 2016-03-29 15:12:40 -0600
  • 5ba6f0af96 tests: Implement glXCreateContextAttribsARB in GLX_dummy. Kyle Brenneman 2016-03-29 13:19:36 -0600
  • 95447fb2b1 tests: Clean up the function arrays in GLX_dummy. Kyle Brenneman 2016-03-29 13:12:11 -0600
  • 8f71ae24a8 tests: Add more GLX functions to GLX_dummy. Kyle Brenneman 2016-03-29 12:22:58 -0600
  • 39d111ff31 Merge pull request #90 from kwizart/master Kyle Brenneman 2016-05-20 10:30:46 -0600
  • bc13ec00c1 Remove uneeded xorg-server dependency Nicolas Chauvet 2016-05-20 17:20:55 +0200
  • a82982d93a Merge branch 'libglx-glXGetProcAddress-fixes' Kyle Brenneman 2016-05-18 14:17:39 -0600
  • 17f5566087 GLX: Some additional cleanup for the GLX dispatch table. Kyle Brenneman 2016-05-17 10:26:31 -0600
  • 968349de93 GLX: Move the vendor GLX dispatch table to winsys_dispatch.c. Kyle Brenneman 2016-05-03 16:25:49 -0600
  • edd36498c5 Add functions to keep track of a vendor library's GLX functions. Kyle Brenneman 2016-05-03 16:24:58 -0600
  • 39070d4e59 GLX: Clean up __glXFetchDispatchEntry. Kyle Brenneman 2016-05-03 15:06:11 -0600
  • b6a1d5a5b5 GLX: Fix a race condition in the glXGetProcAddress cache. Kyle Brenneman 2016-05-03 14:27:22 -0600
  • 774c9b25cb GLX: Assign indices to the GLX dispatch functions defined in libGLX. Kyle Brenneman 2016-05-03 14:12:05 -0600
  • 8167e35e53 GLX: Use winsys_dispatch to keep track of GLX dispatch stubs. Kyle Brenneman 2016-05-03 12:31:27 -0600
  • 4d20b1826b Add helper functions for keeping track of the window-system dispatch stubs. Kyle Brenneman 2016-05-02 11:48:28 -0600
  • 509de0dbc8 Remove the reference to glx.h from libopengl.c. Kyle Brenneman 2016-03-24 12:13:19 -0600
  • d41548599e Merge pull request #84 from kbrenneman/fix-automake-warnings Kyle Brenneman 2016-05-11 11:16:57 -0600
  • 2f27586a4e Remove unused file src/OpenGL/entrypoint_common.mk. Kyle Brenneman 2016-05-04 12:11:30 -0600
  • a635c722a5 GLX: Remove __glXDispatchNoopPtr. Kyle Brenneman 2016-05-04 10:44:23 -0600
  • 26cfae955b GLX: Remove references to __glXDispatchNoopPtr. Kyle Brenneman 2016-05-04 10:36:11 -0600
  • 8277115b22 Merge pull request #87 from phomes/master Kyle Brenneman 2016-04-26 13:42:06 -0600
  • b0b4e351b3 GLX: fix a read after free Thomas Hindoe Paaboel Andersen 2016-04-24 22:50:40 +0200
  • ca02a90f22 GLdispatch: trivial indentation fix Thomas Hindoe Paaboel Andersen 2016-04-23 20:45:57 +0200
  • fa2add82a0 Move vnd-glapi/mapi/* to vnd-glapi. Kyle Brenneman 2016-04-04 18:21:29 -0600
  • 65440c051e GLESv1: Statically export glPointSizePointerOES. Kyle Brenneman 2016-04-07 12:55:25 -0600
  • 87ce484d49 Move trace.[ch] into the src/utils directory. Kyle Brenneman 2016-04-05 13:38:58 -0600
  • 56cb81e164 Fix the remaining subdir-objects warnings. Kyle Brenneman 2016-04-04 18:32:28 -0600
  • 8ade0512f7 Remove the MAPI_PREFIX variable from configure.ac. Kyle Brenneman 2016-04-04 18:14:27 -0600
  • 79e5a1cef8 Move the vnd-glapi builds into the vnd-glapi Makefile. Kyle Brenneman 2016-04-04 18:05:25 -0600
  • d79a1484ac Fix some autoconf warnings. Kyle Brenneman 2016-04-04 16:57:56 -0600
  • 5a69af6f77 GLX: Ignore passing NULL to glXDestroyContext Kyle Brenneman 2016-04-05 13:02:02 -0600
  • cc0892bb1c GLX: Add app_error_check.c to libGLX. Kyle Brenneman 2016-04-05 12:58:17 -0600
  • 2b668b0f7b Merge pull request #83 from 1ace/master Kyle Brenneman 2016-04-04 15:43:08 -0600
  • 3c87d939aa Fix spelling mistakes Eric Engestrom 2016-04-03 16:14:15 +0100
  • b7d7542967 GLX: Don't call into the vendor library from __glXFini. Kyle Brenneman 2016-04-01 09:18:33 -0600
  • c5bcda3b84 GLX: Fix the version number macros. Kyle Brenneman 2016-03-30 16:39:13 -0600
  • 3402e11588 Merge pull request #80 from kbrenneman/app-error-check-setting Kyle Brenneman 2016-03-30 12:49:35 -0600
  • c4d3d7ee15 Merge pull request #77 from nwnk/public_entry_visibility Kyle Brenneman 2016-03-30 12:47:25 -0600
  • e2d44985d8 Add support for reporting application errors. Kyle Brenneman 2016-03-22 10:42:19 -0600
  • d7f4370dde Merge pull request #79 from kbrenneman/replace-x11glvnd-v2. Kyle Brenneman 2016-03-28 17:44:05 -0600
  • 95a5bfcdfb Merge pull request #74 from kbrenneman/libglx-abi-version-1. Kyle Brenneman 2016-03-28 17:40:51 -0600
  • 86585e3bb0 GLX: A few more ABI fixes. Kyle Brenneman 2016-03-28 17:26:32 -0600
  • 1d7ab91b76 Remove the x11glvnd extension. Kyle Brenneman 2016-03-14 15:26:01 -0600
  • 547daaf228 GLX: Use GLX_EXT_libglvnd instead of x11glvnd. Kyle Brenneman 2016-03-14 15:21:41 -0600
  • 4c7a1b18e6 GLX: Add functions for the GLX_EXT_libglvnd extension. Kyle Brenneman 2016-03-07 16:31:09 -0700
  • 3f2f59cb0e GLX: Move the display pointer to __GLXdisplayInfo. Kyle Brenneman 2016-03-07 14:52:08 -0700
  • 3c6d7d753c GLX: Remove __glXFreeDisplay. Kyle Brenneman 2016-03-07 14:50:11 -0700
  • 3f4674f8f6 GLX: Use XESetCloseDisplay for the close display callback. Kyle Brenneman 2016-03-07 13:52:19 -0700
  • 5c8e632906 GLdispatch: Rename the API state structures. Kyle Brenneman 2016-03-04 13:01:34 -0700
  • af2aeb0b42 Merge pull request #71 from evelikov/use-glproto Kyle Brenneman 2016-03-21 14:47:05 -0600
  • ca26fee143 Merge pull request #72 from evelikov/remove-elf-filtering Kyle Brenneman 2016-03-21 11:44:08 -0600
  • 4ecdb3dd8c Fix an uninitialized variable in glXGetFBConfigs. Kyle Brenneman 2016-03-14 13:55:16 -0600
  • f1c345f3a3 Merge pull request #70 from evelikov/build-cleanups-round2 Kyle Brenneman 2016-03-14 11:27:55 -0600
  • 3a84276f63 GLX: Add the patch callbacks directly to __GLXapiImports. Kyle Brenneman 2016-03-10 16:36:45 -0700
  • da7ae346e3 GLX: Change __glx_Main to use the libGLX-allocated __GLXapiImports table. Kyle Brenneman 2016-03-03 14:29:13 -0700
  • 1c72d7a730 GLdispatch: Emit public_entry_{start,end} as hidden symbols Adam Jackson 2016-03-09 15:04:04 -0500
  • 3887b8e90e GLX: Change libGLX to use its own copy of the __GLXapiImports struct. Kyle Brenneman 2016-03-03 13:50:24 -0700
  • 58d8dcaeb0 GLX: Change the __glx_Main function prototype. Kyle Brenneman 2016-03-03 11:11:11 -0700
  • b45f4d8efb Bump the package version to 0.1.0. Kyle Brenneman 2016-03-02 12:53:48 -0700
  • 74f7b27b77 GLX: Change the ABI version number to a (major, minor) pair. Kyle Brenneman 2016-03-02 12:46:39 -0700
  • 82f731010b Update a comment in GLdispatchABI.h. Kyle Brenneman 2016-03-02 11:08:33 -0700
  • f3d64458cb Remove auxiliary ELF symbol filtering Emil Velikov 2016-03-02 11:31:24 +0000
  • 7f0d45dfe7 Remove unneeded entries from toplevel .gitignore Emil Velikov 2016-03-02 02:54:30 +0000
  • b07853c4fe Add missing files to .gitignore thoughout the project Emil Velikov 2016-03-02 02:42:00 +0000
  • 6116bdbd1a configure.ac: remove unneeded AC_PATH_X Emil Velikov 2016-02-29 14:19:53 +0000
  • f3485dcd45 configure.ac: remove unneeded AC_CHECK_HEADERS call Emil Velikov 2016-02-29 14:18:45 +0000
  • 5b9db62f9a configure.ac: remove useless AC_CHECK_FUNCS line Emil Velikov 2016-02-29 14:17:47 +0000
  • 2fbcbffa40 configure.ac: remove posix type checks Emil Velikov 2016-02-29 14:15:54 +0000
  • ffda7817e8 configure.ac: remove malloc/realloc function checks Emil Velikov 2016-02-23 19:48:58 +0000
  • b892c6b9e3 configure.ac: remove checks for types/keywords part of the C99 standard Emil Velikov 2016-02-23 19:41:31 +0000
  • db3a046fd4 configure.ac: make use of MKDIR_P macro Emil Velikov 2016-01-20 14:46:33 +0200
  • 465db5d495 configure.ac: remove unneeded AC_PROG_AWK Emil Velikov 2016-01-20 12:20:00 +0200
  • 3866ac6b84 configure.ac: use standard macro to set compiler C99 mode Emil Velikov 2016-01-20 12:17:25 +0200
  • 9746e800cd configure.ac: check for python2.7 exectable Emil Velikov 2016-01-20 11:09:47 +0200