index
:
glvnd
master
GL Vendor-Neutral Dispatch library
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GLdispatch
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-11
Remove pthreadFuncs from libgl.c and libopengl.c.
Kyle Brenneman
1
-2
/
+5
2015-06-08
Remove the TSD key from libGLX.
Kyle Brenneman
2
-9
/
+41
2015-06-05
libGLdispatch: Add a TSD key for the current context.
Kyle Brenneman
6
-223
/
+69
2015-06-05
libGLdispatch: Remove stub_init_once.
Kyle Brenneman
4
-19
/
+1
2015-06-05
libGLdispatch: Clean up GLAPI initialization.
Kyle Brenneman
7
-79
/
+68
2015-06-04
libGLdispatch: Fix memory protection for the x86-64 TSD entrypoints.
Kyle Brenneman
1
-2
/
+1
2015-05-28
libGLdispatch: Finish x86-64 TSD stubs.
Kyle Brenneman
2
-5
/
+75
2015-05-28
libGLdispatch: Work on adding x86-64 TSD stubs.
Kyle Brenneman
1
-35
/
+21
2015-05-28
libGLdispatch: Work on adding x86-64 TSD stubs.
Kyle Brenneman
4
-2
/
+125
2015-04-01
GLdispatch: Fix the x86 TSD build to work with multiple threads.
Kyle Brenneman
3
-9
/
+19
2015-04-01
Merge branch 'master' into gldispatch-pthreads
Kyle Brenneman
1
-1
/
+1
2015-03-27
Replace a pthreads_once call with a glvnd_pthread call.
Kyle Brenneman
1
-2
/
+2
2015-03-27
Change u_thread.h to use glvnd_pthread for pthreads.
Kyle Brenneman
5
-27
/
+44
2015-03-27
Build fixes, mostly for old systems and compilers.
Kyle Brenneman
1
-1
/
+1
2015-03-25
mapi/glapi: Fix the CALL address in entry_x86_tsd.h.
Kyle Brenneman
1
-2
/
+7
2015-03-19
mapi/glapi: Fix a few errors in entry_x86_tls.h
Kyle Brenneman
1
-4
/
+5
2015-03-10
mapi/glapi: to use ElementTree instead of libxml2.
Kyle Brenneman
2
-141
/
+127
2015-02-06
[GLdispatch] Widen dispatchStubListGeneration to 64-bit
Brian Nguyen
2
-2
/
+7
2015-01-29
[GLdispatchABI.h] Add a new releasePatch() entrypoint patching callback
Brian Nguyen
2
-2
/
+17
2014-10-28
Add __glDispatch{Fini,Reset}()
Brian Nguyen
2
-7
/
+111
2014-10-28
Track number of clients using GLdispatch
Brian Nguyen
1
-5
/
+12
2014-10-28
Remove a duplicate declaration
Brian Nguyen
1
-7
/
+0
2014-01-23
[GLdispatch] Patch entrypoints on make current
Brian Nguyen
2
-2
/
+141
2014-01-23
Define driver ABI for patching libglvnd entrypoints
Brian Nguyen
4
-0
/
+85
2014-01-23
[GLdispatch] Implement API for registering top-level dispatch stubs
Brian Nguyen
2
-0
/
+83
2014-01-23
Register vendors with GLdispatch
Brian Nguyen
2
-7
/
+51
2014-01-23
Export pthreads functions from libGLdispatch, rather than libGLX
Brian Nguyen
2
-12
/
+32
2014-01-23
[GLdispatch] Track the number of current contexts
Brian Nguyen
1
-0
/
+11
2014-01-23
[GLdispatch] Implement code to restore default entrypoint stubs
Brian Nguyen
2
-21
/
+96
2014-01-23
Rename entry_patch_public() to entry_init_public()
Brian Nguyen
6
-7
/
+7
2014-01-23
[GLdispatch] entry*.h: Implement function to generate default assembly stubs
Brian Nguyen
6
-77
/
+142
2013-12-04
Unifdef USE_MGL_NAMESPACE macro
Brian Nguyen
3
-18
/
+0
2013-12-04
Re-implement libGL such that ELF symbol filtering is optional
Brian Nguyen
7
-45
/
+76
2013-11-26
Simplify vendor-library ABI for libglx
Brian Nguyen
7
-78
/
+103
2013-11-26
Disable aliasing static dispatch functions
Brian Nguyen
1
-2
/
+8
2013-11-25
Add context, dispatch parameters to __glDispatchMakeCurrent()
Brian Nguyen
2
-18
/
+21
2013-11-25
vnd-glapi: unifdef MAPI_MODE_* macros
Brian Nguyen
8
-71
/
+0
2013-11-25
Remove unused vnd-glapi files
Brian Nguyen
54
-12183
/
+11
2013-11-25
Bump max number of dynamic dispatch stubs to 4096
Brian Nguyen
3
-3
/
+3
2013-11-25
Remove superfluous glapi AM_CONDITIONAL()s
Brian Nguyen
1
-5
/
+0
2013-09-27
[build] distribute files needed to build
Aaron Plattner
2
-0
/
+6
2013-09-27
[build] make mapi a subdirectory of vnd-glapi
Aaron Plattner
148
-6
/
+6
2013-09-26
[build] fix srcdir != builddir mistakes
Aaron Plattner
2
-6
/
+6
2013-09-26
[build] reorder SUBDIRS to only recurse once
Aaron Plattner
1
-1
/
+1
2013-08-26
[mapi] mapi_abi.py: Implement a noop-gl printer
Brian Nguyen
1
-4
/
+21
2013-08-26
[mapi] Add spec file for GL 4.x entrypoints
Brian Nguyen
2
-0
/
+758
2013-08-26
[mapi] Implement glapi_init_table_from_callback()
Brian Nguyen
7
-6
/
+233
2013-08-26
[mapi] Implement _glapi_{set,get}_current()
Brian Nguyen
11
-115
/
+230
2013-08-26
[GLdispatch] Implement FixupDispatchTable() and FindProcInList()
Brian Nguyen
1
-4
/
+68
2013-08-26
[GLdispatch] Add global current dispatch table list
Brian Nguyen
1
-4
/
+22
[prev]
[next]