summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-04-03Fix spelling mistakesEric Engestrom1-1/+1
2016-03-30GLX: Fix the version number macros.Kyle Brenneman1-3/+11
2016-03-28Merge pull request #74 from kbrenneman/libglx-abi-version-1.Kyle Brenneman2-110/+186
2016-03-28GLX: A few more ABI fixes.Kyle Brenneman1-5/+5
2016-03-21Merge pull request #71 from evelikov/use-glprotoKyle Brenneman2-2776/+0
2016-03-10GLX: Add the patch callbacks directly to __GLXapiImports.Kyle Brenneman2-82/+78
2016-03-10GLX: Change __glx_Main to use the libGLX-allocated __GLXapiImports table.Kyle Brenneman2-20/+29
2016-03-03GLX: Change the __glx_Main function prototype.Kyle Brenneman1-13/+28
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-02-29GLdispatch: Change the stub type enums.Kyle Brenneman1-10/+37
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 Brenneman1-15/+12
2016-02-29GLX: Remove the XVisualInfo to vendor mapping.Kyle Brenneman1-4/+0
2016-02-29GLX: Return failures from the addVendor*Mapping functions.Kyle Brenneman1-3/+8
2016-02-29Add a threadAttach callback for entrypoint patching.Kyle Brenneman2-1/+22
2016-02-29build: use system glproto headersEmil Velikov2-2776/+0
2016-02-25Remove the GLVNDPthreadFuncs parameter from the lkdhash.h macros.Kyle Brenneman1-16/+25
2016-01-18Add glxmd.h back.Kyle Brenneman1-0/+54
2016-01-14Remove a bunch of unused files.Kyle Brenneman9-5051/+0
2016-01-13Install the public header files.Kyle Brenneman3-0/+488
2015-03-27Build fixes, mostly for old systems and compilers.Kyle Brenneman1-0/+54
2014-10-28Add LKDHASH_TEARDOWN() macro to handle hash table cleanupBrian Nguyen1-0/+43
2014-01-23[util] Add STATIC_ASSERT() and UNUSED macros to utils_misc.hBrian Nguyen1-12/+0
2013-11-25Remove redundant GLfixed typedefBrian Nguyen1-2/+1
2013-08-26Add mesa headers from git commit fa7829c36b78b8ecc42238cbc0a02d1059320c77Brian Nguyen4-0/+787
2013-08-26Add lkdhash.hBrian Nguyen1-0/+43
2013-08-26Add glvnd_list.hBrian Nguyen1-0/+482
2013-08-26Add mesa GL headers from git commit fa7829c36b78b8ecc42238cbc0a02d1059320c77Brian Nguyen16-0/+24336