index
:
glvnd
master
GL Vendor-Neutral Dispatch library
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-29
GLdispatch: Change the stub type enums.
Kyle Brenneman
9
-60
/
+59
2016-02-29
Rename a couple of functions in the ABI's.
Kyle Brenneman
5
-6
/
+6
2016-02-29
GLX: Change the mapping functions to return a vendor directly.
Kyle Brenneman
4
-37
/
+25
2016-02-29
GLX: Remove the XVisualInfo to vendor mapping.
Kyle Brenneman
3
-30
/
+0
2016-02-29
GLX: Return failures from the addVendor*Mapping functions.
Kyle Brenneman
4
-29
/
+101
2016-02-29
Add a threadAttach callback for entrypoint patching.
Kyle Brenneman
3
-1
/
+26
2016-02-29
GLX: Fix a duplicate typedef.
Kyle Brenneman
1
-2
/
+2
2016-02-29
GLX: Remove the __GLXdispatchTableDynamic struct.
Kyle Brenneman
2
-43
/
+17
2016-02-29
GLX: Cleanup vendor library loading.
Kyle Brenneman
1
-102
/
+72
2016-02-26
GLX: Add support for GLX_MESA_multithread_makecurrent.
Kyle Brenneman
4
-262
/
+214
2016-02-26
Fix the 32-bit build.
Kyle Brenneman
1
-0
/
+3
2016-02-25
Remove the makefile for glvnd_pthread.
Kyle Brenneman
9
-52
/
+14
2016-02-25
GLdispatch: Remove u_thread.h.
Kyle Brenneman
5
-76
/
+6
2016-02-25
Remove the GLVNDPthreadFuncs parameter from the lkdhash.h macros.
Kyle Brenneman
3
-70
/
+79
2016-02-25
Move the GLVNDPthreadFuncs struct into glvnd_pthread.c.
Kyle Brenneman
10
-155
/
+145
2016-02-16
x11glvndserver: Use MODULEVERSIONSTRING instead of hard-coding "NVIDIA Corpor...
Aaron Plattner
1
-1
/
+1
2016-02-16
Merge pull request #65 from kwizart/avoid-version
Kyle Brenneman
1
-1
/
+1
2016-02-14
Use -avoid-version for x11glvnd in x11glvnd_la_LDFLAGS
Nicolas Chauvet
1
-1
/
+1
2016-02-11
Merge pull request #64 from felixonmars/patch-1
Kyle Brenneman
1
-2
/
+2
2016-02-11
Fix a typo: plaforms -> platforms
Felix Yan
1
-2
/
+2
2016-02-09
Merge pull request #52 from bluca/autotools_fixes
Kyle Brenneman
4
-0
/
+11
2016-02-09
Remove autogenerated sources and .pyc on clean
Luca Boccassi
2
-0
/
+5
2016-02-09
Document build dependencies in README.md
Luca Boccassi
1
-0
/
+5
2016-02-09
Check for glproto in configure.ac
Luca Boccassi
1
-0
/
+1
2016-01-25
Merge pull request #54 from rmorell/master
Kyle Brenneman
1
-4
/
+12
2016-01-25
libGLdispatch: Fix PIC on x86_64 TSD.
Robert Morell
1
-4
/
+12
2016-01-21
GLDispatch: Initialize the dispatch table from __glDispatchCheckMultithreaded.
Kyle Brenneman
3
-0
/
+20
2016-01-20
Merge pull request #51 from nwnk/foreign-api-makecurrent
Kyle Brenneman
1
-0
/
+7
2016-01-20
GLX: Refuse to transition directly from EGL to GLX contexts
Adam Jackson
1
-0
/
+7
2016-01-18
Add glxmd.h back.
Kyle Brenneman
1
-0
/
+54
2016-01-14
Remove a bunch of unused files.
Kyle Brenneman
58
-21636
/
+1
2016-01-13
Added a pkgconfig file for the public header files.
Kyle Brenneman
3
-1
/
+13
2016-01-13
Install the public header files.
Kyle Brenneman
10
-8
/
+13
2016-01-08
Merge pull request #50 from aaronp24/kde-clientstring-workaround
Kyle Brenneman
1
-1
/
+22
2016-01-08
GLX: Return dummy strings for glXGetClientString(NULL, ...)
Aaron Plattner
1
-1
/
+22
2016-01-06
Merge pull request #49 from kbrenneman/libglx-fix-glxfbconfig-abi
Kyle Brenneman
4
-224
/
+257
2016-01-06
GLX: Use an assert to check for mismatched handle-to-vendor mappings.
Kyle Brenneman
1
-2
/
+7
2016-01-04
GLX: Fix a bunch of outdated names.
Kyle Brenneman
2
-46
/
+46
2016-01-04
GLX: Don't record the display pointer for contexts and configs.
Kyle Brenneman
4
-38
/
+12
2016-01-04
GLX: Use separate hashtables for contexts and configs.
Kyle Brenneman
2
-43
/
+94
2016-01-04
GLX: Remove the screen number from the pointer-to-vendor hashtable.
Kyle Brenneman
1
-15
/
+7
2016-01-04
GLX: Remove the screen from the GLXFBConfig map in the ABI.
Kyle Brenneman
4
-41
/
+48
2016-01-04
GLX: Remove the screen from the context map in the ABI.
Kyle Brenneman
4
-33
/
+33
2016-01-04
GLX: Add the vendor pointer to the context/config mapping.
Kyle Brenneman
1
-10
/
+11
2016-01-04
GLX: Remove the screen from the drawable map in the ABI.
Kyle Brenneman
4
-43
/
+41
2016-01-04
GLX: Remove the screen from the XID mapping.
Kyle Brenneman
1
-17
/
+7
2016-01-04
GLX: Add a pointer to the vendor in the drawable mapping.
Kyle Brenneman
1
-8
/
+23
2015-12-18
GLX: Generate errors for invalid GLXFBConfigs.
Kyle Brenneman
3
-61
/
+55
2015-12-18
GLX: Generate errors for invalid contexts.
Kyle Brenneman
3
-46
/
+48
2015-12-18
GLX: Generate errors for invalid drawables.
Kyle Brenneman
3
-77
/
+80
[next]