Find a file
Brian Nguyen 51a5417cec [GLdispatch] Add global current dispatch table list
This is used for fixing up all current dispatch tables whenever a thread
calls GetProcAddress() on a function which has never been seen before by
GLdispatch. The fixup itself should be threadsafe since the dispatch
lock will be taken around all accesses to this list, and actual GL calls
won't be made to the newly-GetProcAddress()'ed function since the
address for this function hasn't been returned to the application yet.
2013-08-26 11:03:42 -07:00
include Add mesa headers from git commit fa7829c36b78b8ecc42238cbc0a02d1059320c77 2013-08-26 11:03:42 -07:00
m4 Add autotools infrastructure for libglvnd 2013-08-26 10:29:08 -07:00
src [GLdispatch] Add global current dispatch table list 2013-08-26 11:03:42 -07:00
.gitignore Initial commit 2013-08-12 13:11:45 -07:00
autogen.sh Add autotools infrastructure for libglvnd 2013-08-26 10:29:08 -07:00
configure.ac [GLdispatch] Build mapi 2013-08-26 11:03:42 -07:00
dbg_configure.sh Add autotools infrastructure for libglvnd 2013-08-26 10:29:08 -07:00
Makefile.am Add autotools infrastructure for libglvnd 2013-08-26 10:29:08 -07:00