index
:
glvnd
master
GL Vendor-Neutral Dispatch library
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-14
Merge pull request #70 from evelikov/build-cleanups-round2
Kyle Brenneman
1
-0
/
+8
2016-03-02
Add missing files to .gitignore thoughout the project
Emil Velikov
1
-0
/
+8
2016-02-25
Remove the makefile for glvnd_pthread.
Kyle Brenneman
1
-6
/
+5
2016-02-25
Move the GLVNDPthreadFuncs struct into glvnd_pthread.c.
Kyle Brenneman
2
-12
/
+8
2016-01-13
Install the public header files.
Kyle Brenneman
1
-1
/
+1
2015-11-13
libGLdispatch: Enable entrypoint patching for the x86 TSD build.
Kyle Brenneman
1
-6
/
+10
2015-11-12
Don't install the unit test dummy vendor libraries.
Kyle Brenneman
1
-1
/
+9
2015-09-25
libGLX: Remove the GLX 1.4 functions from the ABI.
Kyle Brenneman
1
-46
/
+40
2015-09-02
tests: Fix getProcAddress for unknown functions.
Kyle Brenneman
1
-6
/
+1
2015-08-10
Merge pull request #42 from kbrenneman/glx-vendor-support-screen
Kyle Brenneman
1
-0
/
+6
2015-07-31
libGLdispatch: Use separate write and execute mappings.
Kyle Brenneman
1
-7
/
+1
2015-07-29
libglvnd: Add support for ARMv7
Damien Leone
2
-2
/
+59
2015-07-29
libGLX: Add a function to check if a vendor library supports a given screen.
Kyle Brenneman
1
-0
/
+6
2015-07-22
Merge pull request #38 from kbrenneman/patch-entrypoint-rework
Kyle Brenneman
1
-45
/
+26
2015-07-16
Fix testglxgetprocaddress.
Kyle Brenneman
1
-15
/
+0
2015-07-13
libGLX: Remove the isClientAPI flag.
Kyle Brenneman
1
-2
/
+1
2015-07-08
testlgxmakecurrent: Replace an assert with a check and an error message.
Kyle Brenneman
1
-1
/
+5
2015-06-23
libGLdispatch: Rework the __GLdispatchPatchCallbacks interface.
Kyle Brenneman
1
-45
/
+26
2015-05-28
libGLdispatch: Work on adding x86-64 TSD stubs.
Kyle Brenneman
1
-0
/
+2
2015-05-12
testglxgetprocaddress: Use a valid display connection.
Kyle Brenneman
2
-2
/
+11
2015-05-08
tests: Don't force DISPLAY=:0, just inherit it from the environment
Adam Jackson
1
-2
/
+1
2015-04-19
libGLX: Rework the ABI for object-to-vendor mappings.
Kyle Brenneman
1
-1
/
+1
2015-03-18
[tests] Fix testpatchentrypoints
Adam Jackson
1
-1
/
+6
2015-02-06
[GLdispatch] Widen dispatchStubListGeneration to 64-bit
Brian Nguyen
1
-2
/
+2
2014-01-23
Add testpatchentrypoints unit test
Brian Nguyen
3
-0
/
+118
2014-01-23
Build libGLX_patchentry.so for future entrypoint patching unit test
Brian Nguyen
2
-3
/
+150
2014-01-23
Define driver ABI for patching libglvnd entrypoints
Brian Nguyen
1
-0
/
+1
2014-01-23
[glvnd_pthread] Add GLVNDPthreadFuncs::is_singlethreaded attribute
Brian Nguyen
2
-2
/
+5
2013-12-04
[testglxmakecurrent] Initialize the window_info struct before possible failure
Brian Nguyen
1
-2
/
+2
2013-11-26
Simplify vendor-library ABI for libglx
Brian Nguyen
2
-27
/
+4
2013-09-27
[tests] Replace SKIP_ENV_INIT with DO_X11_TESTS
Brian Nguyen
5
-6
/
+6
2013-09-27
[build] distribute files needed to build
Aaron Plattner
2
-0
/
+5
2013-09-26
[tests] remove unused 'str' variable
Aaron Plattner
1
-1
/
+0
2013-09-26
[build] fix more srcdir != builddir mistakes
Aaron Plattner
1
-9
/
+9
2013-09-26
[build] fix srcdir != builddir mistakes
Aaron Plattner
1
-5
/
+4
2013-09-04
Link libtrace.la *after* libglvnd_pthread.la
Andy Ritger
1
-3
/
+3
2013-08-26
[GLX_dummy] Implement selected dummy functions
Brian Nguyen
2
-7
/
+97
2013-08-26
[GLX_dummy] Implement an example extension function and its dispatcher
Brian Nguyen
1
-0
/
+40
2013-08-26
[GLX_dummy] Implement glMakeCurrentTestResults()
Brian Nguyen
1
-0
/
+19
2013-08-26
[GLX_dummy] Implement the getProcAddress() callback
Brian Nguyen
1
-0
/
+22
2013-08-26
[GLX_dummy] Define glMakeCurrentTestResults()
Brian Nguyen
3
-11
/
+150
2013-08-26
[tests] Add testx11glvndproto and testglxnscreens subtests
Brian Nguyen
6
-1
/
+426
2013-08-26
[tests] Add testglxqueryversion subtest
Brian Nguyen
3
-1
/
+74
2013-08-26
[tests] Add testglxgetclientstr subtest
Brian Nguyen
3
-1
/
+79
2013-08-26
[tests] Add testglxmcoldlink subtest
Brian Nguyen
2
-2
/
+24
2013-08-26
[tests] Add make current subtests
Brian Nguyen
8
-1
/
+454
2013-08-26
[tests] Add testglxgetprocaddress subtest
Brian Nguyen
3
-0
/
+138
2013-08-26
[tests] Add a GLX_dummy dummy vendor library
Brian Nguyen
4
-0
/
+440
2013-08-26
[tests] Add basic test infrastructure
Brian Nguyen
6
-0
/
+264