index
:
glvnd
master
GL Vendor-Neutral Dispatch library
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-07
GLESv1: Statically export glPointSizePointerOES.
HEAD
master
Kyle Brenneman
1
-3
/
+9
2016-04-06
GLX: Ignore passing NULL to glXDestroyContext
Kyle Brenneman
1
-1
/
+11
2016-04-05
GLX: Add app_error_check.c to libGLX.
Kyle Brenneman
2
-0
/
+3
2016-04-04
Merge pull request #83 from 1ace/master
Kyle Brenneman
3
-3
/
+3
2016-04-03
Fix spelling mistakes
Eric Engestrom
3
-3
/
+3
2016-04-01
GLX: Don't call into the vendor library from __glXFini.
Kyle Brenneman
1
-6
/
+19
2016-03-30
GLX: Fix the version number macros.
Kyle Brenneman
2
-5
/
+13
2016-03-30
Merge pull request #80 from kbrenneman/app-error-check-setting
Kyle Brenneman
6
-9
/
+173
2016-03-30
Merge pull request #77 from nwnk/public_entry_visibility
Kyle Brenneman
4
-0
/
+8
2016-03-29
Add support for reporting application errors.
Kyle Brenneman
6
-9
/
+173
2016-03-28
Merge pull request #79 from kbrenneman/replace-x11glvnd-v2.
Kyle Brenneman
14
-1205
/
+317
2016-03-28
Merge pull request #74 from kbrenneman/libglx-abi-version-1.
Kyle Brenneman
16
-288
/
+475
2016-03-28
GLX: A few more ABI fixes.
Kyle Brenneman
2
-23
/
+26
2016-03-24
Remove the x11glvnd extension.
Kyle Brenneman
9
-1107
/
+19
2016-03-24
GLX: Use GLX_EXT_libglvnd instead of x11glvnd.
Kyle Brenneman
4
-27
/
+46
2016-03-24
GLX: Add functions for the GLX_EXT_libglvnd extension.
Kyle Brenneman
3
-1
/
+247
2016-03-24
GLX: Move the display pointer to __GLXdisplayInfo.
Kyle Brenneman
3
-8
/
+9
2016-03-24
GLX: Remove __glXFreeDisplay.
Kyle Brenneman
2
-22
/
+0
2016-03-24
GLX: Use XESetCloseDisplay for the close display callback.
Kyle Brenneman
5
-81
/
+37
2016-03-24
GLdispatch: Rename the API state structures.
Kyle Brenneman
5
-195
/
+211
2016-03-21
Merge pull request #71 from evelikov/use-glproto
Kyle Brenneman
3
-2776
/
+1
2016-03-21
Merge pull request #72 from evelikov/remove-elf-filtering
Kyle Brenneman
4
-53
/
+2
2016-03-14
Fix an uninitialized variable in glXGetFBConfigs.
Kyle Brenneman
1
-1
/
+1
2016-03-14
Merge pull request #70 from evelikov/build-cleanups-round2
Kyle Brenneman
14
-1663
/
+68
2016-03-10
GLX: Add the patch callbacks directly to __GLXapiImports.
Kyle Brenneman
7
-123
/
+175
2016-03-10
GLX: Change __glx_Main to use the libGLX-allocated __GLXapiImports table.
Kyle Brenneman
5
-62
/
+87
2016-03-09
GLdispatch: Emit public_entry_{start,end} as hidden symbols
Adam Jackson
4
-0
/
+8
2016-03-03
GLX: Change libGLX to use its own copy of the __GLXapiImports struct.
Kyle Brenneman
1
-2
/
+29
2016-03-03
GLX: Change the __glx_Main function prototype.
Kyle Brenneman
3
-29
/
+45
2016-03-02
Bump the package version to 0.1.0.
Kyle Brenneman
1
-1
/
+1
2016-03-02
GLX: Change the ABI version number to a (major, minor) pair.
Kyle Brenneman
1
-1
/
+11
2016-03-02
Update a comment in GLdispatchABI.h.
Kyle Brenneman
1
-2
/
+2
2016-03-02
Remove auxiliary ELF symbol filtering
Emil Velikov
4
-51
/
+2
2016-03-02
Remove unneeded entries from toplevel .gitignore
Emil Velikov
1
-36
/
+8
2016-03-02
Add missing files to .gitignore thoughout the project
Emil Velikov
9
-0
/
+29
2016-03-02
configure.ac: remove unneeded AC_PATH_X
Emil Velikov
1
-3
/
+0
2016-03-02
configure.ac: remove unneeded AC_CHECK_HEADERS call
Emil Velikov
1
-1
/
+0
2016-03-02
configure.ac: remove useless AC_CHECK_FUNCS line
Emil Velikov
1
-1
/
+0
2016-03-02
configure.ac: remove posix type checks
Emil Velikov
1
-3
/
+0
2016-03-02
configure.ac: remove malloc/realloc function checks
Emil Velikov
1
-2
/
+0
2016-03-02
configure.ac: remove checks for types/keywords part of the C99 standard
Emil Velikov
1
-5
/
+0
2016-03-02
configure.ac: make use of MKDIR_P macro
Emil Velikov
2
-5
/
+6
2016-03-02
configure.ac: remove unneeded AC_PROG_AWK
Emil Velikov
1
-1
/
+0
2016-03-02
configure.ac: use standard macro to set compiler C99 mode
Emil Velikov
1
-1
/
+6
2016-03-02
configure.ac: check for python2.7 exectable
Emil Velikov
1
-1
/
+1
2016-03-02
configure.ac: fix comment typo
Emil Velikov
1
-1
/
+1
2016-03-02
configure.ac: remove unused conditionals
Emil Velikov
1
-6
/
+0
2016-03-02
configure.ac: remove sparc asm handling
Emil Velikov
1
-12
/
+0
2016-02-29
GLdispatch: Change the stub type enums.
Kyle Brenneman
9
-60
/
+59
2016-02-29
Rename a couple of functions in the ABI's.
Kyle Brenneman
5
-6
/
+6
[next]