index
:
glvnd
master
GL Vendor-Neutral Dispatch library
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GLdispatch
/
vnd-glapi
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-14
Merge pull request #70 from evelikov/build-cleanups-round2
Kyle Brenneman
1
-0
/
+3
2016-03-02
Add missing files to .gitignore thoughout the project
Emil Velikov
1
-0
/
+3
2016-02-26
Fix the 32-bit build.
Kyle Brenneman
1
-0
/
+3
2016-02-25
Remove the makefile for glvnd_pthread.
Kyle Brenneman
1
-1
/
+0
2016-02-25
GLdispatch: Remove u_thread.h.
Kyle Brenneman
5
-76
/
+6
2016-02-25
Move the GLVNDPthreadFuncs struct into glvnd_pthread.c.
Kyle Brenneman
2
-10
/
+8
2016-01-25
libGLdispatch: Fix PIC on x86_64 TSD.
Robert Morell
1
-4
/
+12
2015-11-13
Generalize the export list generation scripts.
Kyle Brenneman
1
-1
/
+1
2015-11-13
libGLdispatch: Enable entrypoint patching for the x86 TSD build.
Kyle Brenneman
3
-81
/
+53
2015-11-11
libGLdispatch: Update the documentation for entry_get_public.
Kyle Brenneman
5
-9
/
+31
2015-11-11
libOpenGL.so: Only generate the entrypoints that we're going to export.
Kyle Brenneman
1
-1
/
+1
2015-11-09
libGLdispatch.so: Fixes for the public stub array.
Kyle Brenneman
1
-2
/
+10
2015-10-30
libGLdispatch: Remove the old code generation scripts.
Kyle Brenneman
69
-21954
/
+0
2015-10-30
libGLdispatch: Add new code generation scripts.
Kyle Brenneman
2
-64
/
+7
2015-10-01
libGLdispatch: Add a void* parameter to the getProcAddress callback.
Kyle Brenneman
2
-3
/
+5
2015-09-23
GLdispatch: Rename _glapi_get_dispatch and _glapi_set_dispatch.
Kyle Brenneman
6
-14
/
+36
2015-09-10
libGLdispatch: Remove entry_patch.
Kyle Brenneman
4
-28
/
+5
2015-09-10
libGLdispatch: Assign offsets to dynamic stubs up front.
Kyle Brenneman
4
-120
/
+4
2015-09-10
libGLdispatch: Remove __glDispatchGetOffset and __glDispatchSetEntry.
Kyle Brenneman
1
-6
/
+0
2015-08-11
libGLdispatch: Free the memory used for generating stub functions.
Kyle Brenneman
3
-2
/
+16
2015-08-11
libGLdispatch: Free the TSD keys from __glDispatchFini.
Kyle Brenneman
1
-13
/
+9
2015-08-11
libGLdispatch: Fix multiple calls to __glDispatchInit/Fini.
Kyle Brenneman
1
-1
/
+0
2015-08-11
libGLdispatch: Factor out most of the x86-64 and ARMv7 stub code.
Kyle Brenneman
9
-270
/
+250
2015-08-11
libGLdispatch: Put the different entrypoint types into different C files.
Kyle Brenneman
10
-56
/
+56
2015-08-11
Split u_current.c into separate TLS and TSD files.
Kyle Brenneman
4
-191
/
+167
2015-08-11
libGLdispatch: Clean up the entry code.
Kyle Brenneman
15
-597
/
+104
2015-07-31
libGLdispatch: Use separate write and execute mappings.
Kyle Brenneman
13
-69
/
+366
2015-07-29
libglvnd: Add support for ARMv7
Damien Leone
4
-1
/
+233
2015-07-24
libGLdispatch: Copy the function name for dynamic stubs.
Kyle Brenneman
3
-9
/
+59
2015-07-22
Merge pull request #38 from kbrenneman/patch-entrypoint-rework
Kyle Brenneman
3
-35
/
+169
2015-07-14
libglvnd: Allow for generating dynamic stubs for any entry point
Damien Leone
2
-8
/
+10
2015-07-13
libGLX: Remove the isClientAPI flag.
Kyle Brenneman
2
-6
/
+3
2015-06-23
libGLdispatch: Rework the __GLdispatchPatchCallbacks interface.
Kyle Brenneman
2
-5
/
+67
2015-06-23
libGLdispatch: Cleanup the internal patching interface.
Kyle Brenneman
3
-38
/
+110
2015-06-11
Remove pthreadFuncs from libgl.c and libopengl.c.
Kyle Brenneman
1
-2
/
+5
2015-06-05
libGLdispatch: Add a TSD key for the current context.
Kyle Brenneman
4
-192
/
+20
2015-06-05
libGLdispatch: Remove stub_init_once.
Kyle Brenneman
4
-19
/
+1
2015-06-05
libGLdispatch: Clean up GLAPI initialization.
Kyle Brenneman
6
-74
/
+52
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
3
-2
/
+124
2015-04-01
GLdispatch: Fix the x86 TSD build to work with multiple threads.
Kyle Brenneman
1
-9
/
+6
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
4
-26
/
+43
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
[next]