index
:
glvnd
master
GL Vendor-Neutral Dispatch library
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-23
[util] Add STATIC_ASSERT() and UNUSED macros to utils_misc.h
Brian Nguyen
1
-0
/
+17
2013-12-04
Add missing _GNU_SOURCE define in libglx.c
Brian Nguyen
1
-0
/
+3
2013-12-04
Unifdef USE_MGL_NAMESPACE macro
Brian Nguyen
3
-18
/
+0
2013-12-04
Add a configure option to build libGL with ELF symbol filtering
Brian Nguyen
1
-1
/
+9
2013-12-04
Re-implement libOpenGL such that ELF symbol filtering is optional
Brian Nguyen
2
-10
/
+37
2013-12-04
Re-implement libGL such that ELF symbol filtering is optional
Brian Nguyen
17
-436
/
+789
2013-11-26
[GLX] Fix-up TSD context key initialization code
Brian Nguyen
3
-29
/
+18
2013-11-26
Add missing TSD update to UntrackCurrentContext()
Brian Nguyen
1
-0
/
+3
2013-11-26
Simplify vendor-library ABI for libglx
Brian Nguyen
14
-375
/
+156
2013-11-26
Disable aliasing static dispatch functions
Brian Nguyen
1
-2
/
+8
2013-11-26
Add XCloseDisplay() hook to x11glvnd, and allow clients to register their own...
Brian Nguyen
3
-8
/
+83
2013-11-26
Use a TSD key destructor to untrack current contexts of terminated threads
Brian Nguyen
5
-14
/
+136
2013-11-25
Defer removing screen -> context mappings for current contexts
Brian Nguyen
2
-2
/
+215
2013-11-25
Don't throw X errors if an x11glvnd request fails
Brian Nguyen
2
-32
/
+39
2013-11-25
Return NULL in __glXLookupVendorByScreen() if dpy == NULL
Brian Nguyen
1
-2
/
+3
2013-11-25
Unlock the XID screen hash prior to calling AddScreenXIDMapping() from Screen...
Brian Nguyen
1
-2
/
+2
2013-11-25
Add context, dispatch parameters to __glDispatchMakeCurrent()
Brian Nguyen
4
-31
/
+33
2013-11-25
Fix glXGetConfig() error return codes
Brian Nguyen
2
-2
/
+12
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
Add glXGetProcAddressARB()
Brian Nguyen
2
-0
/
+11
2013-11-25
Install x11glvnd with the right path
Brian Nguyen
1
-5
/
+7
2013-11-25
Export correct interface version for libGL.so
Brian Nguyen
1
-1
/
+1
2013-11-25
Remove superfluous glapi AM_CONDITIONAL()s
Brian Nguyen
1
-5
/
+0
2013-09-27
[build] add $(BUILT_SOURCES) to $(CLEANFILES)
Aaron Plattner
4
-2
/
+4
2013-09-27
[build] distribute files needed to build
Aaron Plattner
7
-0
/
+27
2013-09-27
[build] make mapi a subdirectory of vnd-glapi
Aaron Plattner
148
-6
/
+6
2013-09-26
[build] fix more srcdir != builddir mistakes
Aaron Plattner
1
-1
/
+1
2013-09-26
Fix use of HASH_FIND() in RemoveScreenPointerMapping()
Brian Nguyen
1
-2
/
+2
2013-09-26
[build] fix srcdir != builddir mistakes
Aaron Plattner
5
-15
/
+15
2013-09-26
[build] reorder SUBDIRS to only recurse once
Aaron Plattner
4
-4
/
+3
2013-09-04
Check for strdup(3) failure in cacheProcAddress()
Andy Ritger
1
-0
/
+7
2013-09-04
Check strdup(3) return value in AllocDispatchIndex()
Andy Ritger
1
-0
/
+4
2013-09-04
Unlock in the __glXFetchDispatchEntry() failure path.
Andy Ritger
1
-0
/
+1
2013-08-26
Use noop-gl mapi generated header to implement GL noop stubs
Brian Nguyen
4
-4
/
+30
2013-08-26
[mapi] mapi_abi.py: Implement a noop-gl printer
Brian Nguyen
1
-4
/
+21
2013-08-26
Add libGL and libOpenGL filter libraries
Brian Nguyen
8
-4
/
+150
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
2013-08-26
[GLdispatch] First pass at implementing the GLdispatch API
Brian Nguyen
3
-26
/
+201
2013-08-26
[GLdispatch] Build mapi
Brian Nguyen
18
-42
/
+707
2013-08-26
[GLdispatch] Add mapi from MESA commit fa7829c36b78b8ecc42238cbc0a02d1059320c77
Brian Nguyen
141
-0
/
+35894
2013-08-26
Add mesa headers from git commit fa7829c36b78b8ecc42238cbc0a02d1059320c77
Brian Nguyen
48
-0
/
+16584
2013-08-26
[GLdispatch] Write pseudo-code implementations of API
Brian Nguyen
4
-9
/
+188
2013-08-26
[x11glvnd] Implement the client- and server-side code
Brian Nguyen
2
-7
/
+271
2013-08-26
[x11glvnd] Define X11 protocol for XGLVendor extension
Brian Nguyen
2
-3
/
+169
[next]