summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-03-30GLX: Fix the version number macros.Kyle Brenneman1-2/+2
2016-03-28Merge pull request #79 from kbrenneman/replace-x11glvnd-v2.Kyle Brenneman1-16/+19
2016-03-28Merge pull request #74 from kbrenneman/libglx-abi-version-1.Kyle Brenneman1-53/+44
2016-03-28GLX: A few more ABI fixes.Kyle Brenneman1-18/+21
2016-03-24Remove the x11glvnd extension.Kyle Brenneman1-16/+19
2016-03-14Merge pull request #70 from evelikov/build-cleanups-round2Kyle Brenneman1-0/+8
2016-03-10GLX: Add the patch callbacks directly to __GLXapiImports.Kyle Brenneman1-2/+2
2016-03-10GLX: Change __glx_Main to use the libGLX-allocated __GLXapiImports table.Kyle Brenneman1-25/+15
2016-03-03GLX: Change the __glx_Main function prototype.Kyle Brenneman1-4/+6
2016-03-02Add missing files to .gitignore thoughout the projectEmil Velikov1-0/+8
2016-02-29GLdispatch: Change the stub type enums.Kyle Brenneman1-16/+12
2016-02-29Rename a couple of functions in the ABI's.Kyle Brenneman1-2/+2
2016-02-25Remove the makefile for glvnd_pthread.Kyle Brenneman1-6/+5
2016-02-25Move the GLVNDPthreadFuncs struct into glvnd_pthread.c.Kyle Brenneman2-12/+8
2016-01-13Install the public header files.Kyle Brenneman1-1/+1
2015-11-13libGLdispatch: Enable entrypoint patching for the x86 TSD build.Kyle Brenneman1-6/+10
2015-11-12Don't install the unit test dummy vendor libraries.Kyle Brenneman1-1/+9
2015-09-25libGLX: Remove the GLX 1.4 functions from the ABI.Kyle Brenneman1-46/+40
2015-09-02tests: Fix getProcAddress for unknown functions.Kyle Brenneman1-6/+1
2015-08-10Merge pull request #42 from kbrenneman/glx-vendor-support-screenKyle Brenneman1-0/+6
2015-07-31libGLdispatch: Use separate write and execute mappings.Kyle Brenneman1-7/+1
2015-07-29libglvnd: Add support for ARMv7Damien Leone2-2/+59
2015-07-29libGLX: Add a function to check if a vendor library supports a given screen.Kyle Brenneman1-0/+6
2015-07-22Merge pull request #38 from kbrenneman/patch-entrypoint-reworkKyle Brenneman1-45/+26
2015-07-16Fix testglxgetprocaddress.Kyle Brenneman1-15/+0
2015-07-13libGLX: Remove the isClientAPI flag.Kyle Brenneman1-2/+1
2015-07-08testlgxmakecurrent: Replace an assert with a check and an error message.Kyle Brenneman1-1/+5
2015-06-23libGLdispatch: Rework the __GLdispatchPatchCallbacks interface.Kyle Brenneman1-45/+26
2015-05-28libGLdispatch: Work on adding x86-64 TSD stubs.Kyle Brenneman1-0/+2
2015-05-12testglxgetprocaddress: Use a valid display connection.Kyle Brenneman2-2/+11
2015-05-08tests: Don't force DISPLAY=:0, just inherit it from the environmentAdam Jackson1-2/+1
2015-04-19libGLX: Rework the ABI for object-to-vendor mappings.Kyle Brenneman1-1/+1
2015-03-18[tests] Fix testpatchentrypointsAdam Jackson1-1/+6
2015-02-06[GLdispatch] Widen dispatchStubListGeneration to 64-bitBrian Nguyen1-2/+2
2014-01-23Add testpatchentrypoints unit testBrian Nguyen3-0/+118
2014-01-23Build libGLX_patchentry.so for future entrypoint patching unit testBrian Nguyen2-3/+150
2014-01-23Define driver ABI for patching libglvnd entrypointsBrian Nguyen1-0/+1
2014-01-23[glvnd_pthread] Add GLVNDPthreadFuncs::is_singlethreaded attributeBrian Nguyen2-2/+5
2013-12-04[testglxmakecurrent] Initialize the window_info struct before possible failureBrian Nguyen1-2/+2
2013-11-26Simplify vendor-library ABI for libglxBrian Nguyen2-27/+4
2013-09-27[tests] Replace SKIP_ENV_INIT with DO_X11_TESTSBrian Nguyen5-6/+6
2013-09-27[build] distribute files needed to buildAaron Plattner2-0/+5
2013-09-26[tests] remove unused 'str' variableAaron Plattner1-1/+0
2013-09-26[build] fix more srcdir != builddir mistakesAaron Plattner1-9/+9
2013-09-26[build] fix srcdir != builddir mistakesAaron Plattner1-5/+4
2013-09-04Link libtrace.la *after* libglvnd_pthread.laAndy Ritger1-3/+3
2013-08-26[GLX_dummy] Implement selected dummy functionsBrian Nguyen2-7/+97
2013-08-26[GLX_dummy] Implement an example extension function and its dispatcherBrian Nguyen1-0/+40
2013-08-26[GLX_dummy] Implement glMakeCurrentTestResults()Brian Nguyen1-0/+19
2013-08-26[GLX_dummy] Implement the getProcAddress() callbackBrian Nguyen1-0/+22