summaryrefslogtreecommitdiff
path: root/src
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-03Fix spelling mistakesEric Engestrom1-1/+1
2016-04-01GLX: Don't call into the vendor library from __glXFini.Kyle Brenneman1-6/+19
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 Brenneman12-1188/+298
2016-03-28Merge pull request #74 from kbrenneman/libglx-abi-version-1.Kyle Brenneman12-124/+244
2016-03-24Remove the x11glvnd extension.Kyle Brenneman7-1090/+0
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 Brenneman1-0/+1
2016-03-21Merge pull request #72 from evelikov/remove-elf-filteringKyle Brenneman3-20/+2
2016-03-14Fix an uninitialized variable in glXGetFBConfigs.Kyle Brenneman1-1/+1
2016-03-14Merge pull request #70 from evelikov/build-cleanups-round2Kyle Brenneman7-5/+17
2016-03-10GLX: Add the patch callbacks directly to __GLXapiImports.Kyle Brenneman4-39/+95
2016-03-10GLX: Change __glx_Main to use the libGLX-allocated __GLXapiImports table.Kyle Brenneman2-17/+43
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 Brenneman1-12/+11
2016-03-02Remove auxiliary ELF symbol filteringEmil Velikov3-20/+2
2016-03-02Add missing files to .gitignore thoughout the projectEmil Velikov6-0/+12
2016-03-02configure.ac: make use of MKDIR_P macroEmil Velikov1-5/+5
2016-02-29GLdispatch: Change the stub type enums.Kyle Brenneman7-34/+10
2016-02-29Rename a couple of functions in the ABI's.Kyle Brenneman2-2/+2
2016-02-29GLX: Change the mapping functions to return a vendor directly.Kyle Brenneman3-22/+13
2016-02-29GLX: Remove the XVisualInfo to vendor mapping.Kyle Brenneman2-26/+0
2016-02-29GLX: Return failures from the addVendor*Mapping functions.Kyle Brenneman3-26/+93
2016-02-29Add a threadAttach callback for entrypoint patching.Kyle Brenneman1-0/+4
2016-02-29GLX: Fix a duplicate typedef.Kyle Brenneman1-2/+2
2016-02-29GLX: Remove the __GLXdispatchTableDynamic struct.Kyle Brenneman2-43/+17
2016-02-29GLX: Cleanup vendor library loading.Kyle Brenneman1-102/+72
2016-02-29build: use system glproto headersEmil Velikov1-0/+1
2016-02-26GLX: Add support for GLX_MESA_multithread_makecurrent.Kyle Brenneman4-262/+214
2016-02-26Fix the 32-bit build.Kyle Brenneman1-0/+3
2016-02-25Remove the makefile for glvnd_pthread.Kyle Brenneman7-45/+9
2016-02-25GLdispatch: Remove u_thread.h.Kyle Brenneman5-76/+6
2016-02-25Remove the GLVNDPthreadFuncs parameter from the lkdhash.h macros.Kyle Brenneman2-54/+54
2016-02-25Move the GLVNDPthreadFuncs struct into glvnd_pthread.c.Kyle Brenneman8-143/+137
2016-02-16x11glvndserver: Use MODULEVERSIONSTRING instead of hard-coding "NVIDIA Corpor...Aaron Plattner1-1/+1
2016-02-14Use -avoid-version for x11glvnd in x11glvnd_la_LDFLAGSNicolas Chauvet1-1/+1
2016-02-09Remove autogenerated sources and .pyc on cleanLuca Boccassi2-0/+5
2016-01-25libGLdispatch: Fix PIC on x86_64 TSD.Robert Morell1-4/+12
2016-01-21GLDispatch: Initialize the dispatch table from __glDispatchCheckMultithreaded.Kyle Brenneman3-0/+20