index
:
glvnd
master
GL Vendor-Neutral Dispatch library
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GLdispatch
/
GLdispatch.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-28
Merge pull request #74 from kbrenneman/libglx-abi-version-1.
Kyle Brenneman
1
-0
/
+75
2016-03-24
GLdispatch: Rename the API state structures.
Kyle Brenneman
1
-44
/
+58
2016-03-10
GLX: Add the patch callbacks directly to __GLXapiImports.
Kyle Brenneman
1
-0
/
+75
2016-01-13
Install the public header files.
Kyle Brenneman
1
-1
/
+1
2015-10-01
libGLdispatch: Add a void* parameter to the getProcAddress callback.
Kyle Brenneman
1
-7
/
+14
2015-09-10
libGLdispatch: Remove __glDispatchGetOffset and __glDispatchSetEntry.
Kyle Brenneman
1
-22
/
+0
2015-07-23
libGLdispatch: Move internal variables out of __GLdispatchAPIState.
Kyle Brenneman
1
-10
/
+0
2015-07-23
libGLdispatch: Add a pointer for internal data to __GLdispatchAPIState.
Kyle Brenneman
1
-0
/
+16
2015-07-22
Merge pull request #38 from kbrenneman/patch-entrypoint-rework
Kyle Brenneman
1
-18
/
+0
2015-07-16
libGLdispatch: Disallow __glDispatchMakeCurrent with a current API state.
Kyle Brenneman
1
-0
/
+8
2015-07-10
libGLdispatch: Add an ABI version number.
Kyle Brenneman
1
-0
/
+23
2015-06-23
libGLdispatch: Cleanup the internal patching interface.
Kyle Brenneman
1
-18
/
+0
2015-06-15
libGLdispatch: Remove the pthreads table from __glDispatchInit.
Kyle Brenneman
1
-2
/
+1
2015-06-12
Remove __GLdispatchAPIState::context.
Kyle Brenneman
1
-23
/
+6
2015-06-12
Remove __GLdispatchAPIState::id.
Kyle Brenneman
1
-6
/
+0
2015-06-08
Remove the TSD key from libGLX.
Kyle Brenneman
1
-0
/
+17
2015-06-05
libGLdispatch: Add a TSD key for the current context.
Kyle Brenneman
1
-17
/
+2
2015-04-01
GLdispatch: Fix the x86 TSD build to work with multiple threads.
Kyle Brenneman
1
-0
/
+6
2014-10-28
Add __glDispatch{Fini,Reset}()
Brian Nguyen
1
-0
/
+11
2014-01-23
[GLdispatch] Patch entrypoints on make current
Brian Nguyen
1
-1
/
+8
2014-01-23
[GLdispatch] Implement API for registering top-level dispatch stubs
Brian Nguyen
1
-0
/
+24
2014-01-23
Register vendors with GLdispatch
Brian Nguyen
1
-4
/
+27
2013-11-26
Simplify vendor-library ABI for libglx
Brian Nguyen
1
-20
/
+3
2013-11-25
Add context, dispatch parameters to __glDispatchMakeCurrent()
Brian Nguyen
1
-3
/
+5
2013-08-26
[mapi] Implement _glapi_{set,get}_current()
Brian Nguyen
1
-12
/
+2
2013-08-26
[GLdispatch] Write pseudo-code implementations of API
Brian Nguyen
1
-2
/
+23
2013-08-26
Add GLdispatch DSO
Brian Nguyen
1
-0
/
+185