summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-07GLESv1: Statically export glPointSizePointerOES.HEADmasterKyle Brenneman1-3/+9
2016-04-06GLX: Ignore passing NULL to glXDestroyContextKyle Brenneman1-1/+11
2016-04-05GLX: Add app_error_check.c to libGLX.Kyle Brenneman2-0/+3
2016-04-04Merge pull request #83 from 1ace/masterKyle Brenneman3-3/+3
2016-04-03Fix spelling mistakesEric Engestrom3-3/+3
2016-04-01GLX: Don't call into the vendor library from __glXFini.Kyle Brenneman1-6/+19
2016-03-30GLX: Fix the version number macros.Kyle Brenneman2-5/+13
2016-03-30Merge pull request #80 from kbrenneman/app-error-check-settingKyle Brenneman6-9/+173
2016-03-30Merge pull request #77 from nwnk/public_entry_visibilityKyle Brenneman4-0/+8
2016-03-29Add support for reporting application errors.Kyle Brenneman6-9/+173
2016-03-28Merge pull request #79 from kbrenneman/replace-x11glvnd-v2.Kyle Brenneman14-1205/+317
2016-03-28Merge pull request #74 from kbrenneman/libglx-abi-version-1.Kyle Brenneman16-288/+475
2016-03-28GLX: A few more ABI fixes.Kyle Brenneman2-23/+26
2016-03-24Remove the x11glvnd extension.Kyle Brenneman9-1107/+19
2016-03-24GLX: Use GLX_EXT_libglvnd instead of x11glvnd.Kyle Brenneman4-27/+46
2016-03-24GLX: Add functions for the GLX_EXT_libglvnd extension.Kyle Brenneman3-1/+247
2016-03-24GLX: Move the display pointer to __GLXdisplayInfo.Kyle Brenneman3-8/+9
2016-03-24GLX: Remove __glXFreeDisplay.Kyle Brenneman2-22/+0
2016-03-24GLX: Use XESetCloseDisplay for the close display callback.Kyle Brenneman5-81/+37
2016-03-24GLdispatch: Rename the API state structures.Kyle Brenneman5-195/+211
2016-03-21Merge pull request #71 from evelikov/use-glprotoKyle Brenneman3-2776/+1
2016-03-21Merge pull request #72 from evelikov/remove-elf-filteringKyle Brenneman4-53/+2
2016-03-14Fix an uninitialized variable in glXGetFBConfigs.Kyle Brenneman1-1/+1
2016-03-14Merge pull request #70 from evelikov/build-cleanups-round2Kyle Brenneman14-1663/+68
2016-03-10GLX: Add the patch callbacks directly to __GLXapiImports.Kyle Brenneman7-123/+175
2016-03-10GLX: Change __glx_Main to use the libGLX-allocated __GLXapiImports table.Kyle Brenneman5-62/+87
2016-03-09GLdispatch: Emit public_entry_{start,end} as hidden symbolsAdam Jackson4-0/+8
2016-03-03GLX: Change libGLX to use its own copy of the __GLXapiImports struct.Kyle Brenneman1-2/+29
2016-03-03GLX: Change the __glx_Main function prototype.Kyle Brenneman3-29/+45
2016-03-02Bump the package version to 0.1.0.Kyle Brenneman1-1/+1
2016-03-02GLX: Change the ABI version number to a (major, minor) pair.Kyle Brenneman1-1/+11
2016-03-02Update a comment in GLdispatchABI.h.Kyle Brenneman1-2/+2
2016-03-02Remove auxiliary ELF symbol filteringEmil Velikov4-51/+2
2016-03-02Remove unneeded entries from toplevel .gitignoreEmil Velikov1-36/+8
2016-03-02Add missing files to .gitignore thoughout the projectEmil Velikov9-0/+29
2016-03-02configure.ac: remove unneeded AC_PATH_XEmil Velikov1-3/+0
2016-03-02configure.ac: remove unneeded AC_CHECK_HEADERS callEmil Velikov1-1/+0
2016-03-02configure.ac: remove useless AC_CHECK_FUNCS lineEmil Velikov1-1/+0
2016-03-02configure.ac: remove posix type checksEmil Velikov1-3/+0
2016-03-02configure.ac: remove malloc/realloc function checksEmil Velikov1-2/+0
2016-03-02configure.ac: remove checks for types/keywords part of the C99 standardEmil Velikov1-5/+0
2016-03-02configure.ac: make use of MKDIR_P macroEmil Velikov2-5/+6
2016-03-02configure.ac: remove unneeded AC_PROG_AWKEmil Velikov1-1/+0
2016-03-02configure.ac: use standard macro to set compiler C99 modeEmil Velikov1-1/+6
2016-03-02configure.ac: check for python2.7 exectableEmil Velikov1-1/+1
2016-03-02configure.ac: fix comment typoEmil Velikov1-1/+1
2016-03-02configure.ac: remove unused conditionalsEmil Velikov1-6/+0
2016-03-02configure.ac: remove sparc asm handlingEmil Velikov1-12/+0
2016-02-29GLdispatch: Change the stub type enums.Kyle Brenneman9-60/+59
2016-02-29Rename a couple of functions in the ABI's.Kyle Brenneman5-6/+6