Fri, 20 May 2016 22:15:28 +0200 |
Philipp Wiesemann |
X11: Fixed typos in error messages and source comments.
|
file |
diff |
annotate
|
Wed, 11 May 2016 21:11:12 +0200 |
Philipp Wiesemann |
X11: Fixed SDL_GL_GetSwapInterval() returning -1 if interval is unknown.
|
file |
diff |
annotate
|
Sat, 02 Jan 2016 10:10:34 -0800 |
Sam Lantinga |
Updated copyright to 2016
|
file |
diff |
annotate
|
Tue, 28 Jul 2015 00:12:50 -0400 |
Ryan C. Gordon |
x11: Catch fatal X errors when calling glXMakeCurrent().
|
file |
diff |
annotate
|
Tue, 26 May 2015 06:27:46 -0700 |
Sam Lantinga |
Updated the copyright year to 2015
|
file |
diff |
annotate
|
Mon, 06 Apr 2015 00:11:58 -0400 |
Ryan C. Gordon |
X11: Always specify "True" if setting GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB.
|
file |
diff |
annotate
|
Mon, 06 Apr 2015 00:10:54 -0400 |
Ryan C. Gordon |
This function can be static.
|
file |
diff |
annotate
|
Fri, 06 Mar 2015 16:03:40 +0000 |
Marc Di Luzio |
Allow setting of GL_CONTEXT_RELEASE_BEHAVIOR when creating the GL context when GLX_ARB_context_flush_control is available.
|
file |
diff |
annotate
|
Tue, 17 Feb 2015 23:00:46 -0500 |
Ryan C. Gordon |
X11: Don't create a window and GL context to look up the glX extension string.
|
file |
diff |
annotate
|
Tue, 17 Feb 2015 22:59:56 -0500 |
Ryan C. Gordon |
glX HasExtension(): check for NULL ext string first.
|
file |
diff |
annotate
|
Mon, 02 Feb 2015 01:05:41 -0500 |
Ryan C. Gordon |
X11: Fixes for OpenGL 3.0 and later context creation.
|
file |
diff |
annotate
|
Sat, 28 Jun 2014 19:51:26 -0700 |
Sam Lantinga |
Fixed null terminating the X11 error string
|
file |
diff |
annotate
|
Tue, 03 Jun 2014 21:13:00 -0700 |
Jørgen P. Tjernø |
X11: Provide specific X error when SDL_GL_CreateContext fails.
|
file |
diff |
annotate
|
Thu, 01 Jan 1970 04:04:21 +0000 |
Sam Lantinga |
Fixed crash if the OpenGL library hasn't been loaded yet
|
file |
diff |
annotate
|
Sun, 02 Feb 2014 00:53:27 -0800 |
Sam Lantinga |
Fixed bug 2374 - Update copyright for 2014...
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 23:56:17 -0500 |
Ryan C. Gordon |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
file |
diff |
annotate
|
Sun, 20 Oct 2013 21:18:05 -0400 |
Ryan C. Gordon |
Added SDL_GL_FRAMEBUFFER_SRGB_CAPABLE (thanks, David!).
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 01:36:41 -0400 |
Ryan C. Gordon |
Don't supply duplicate X11 symbols inside SDL.
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 15:02:32 -0300 |
Gabriel Jacobo |
Fixes bug #2040, prepare SDL_GL_CONTEXT_EGL for deprecation on v2.1
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 08:29:21 -0700 |
Sam Lantinga |
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 10:12:16 -0300 |
Gabriel Jacobo |
Fixes for -Wdeclaration-after-statement
|
file |
diff |
annotate
|
Mon, 19 Aug 2013 16:29:46 -0300 |
Gabriel Jacobo |
Fixes bug #2037, common EGL code for Android and X11
|
file |
diff |
annotate
|
Tue, 23 Jul 2013 19:20:03 -0700 |
Sam Lantinga |
Fix for recent GLX error bug
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 01:12:15 -0400 |
Ryan C. Gordon |
Minor indentation clean up.
|
file |
diff |
annotate
|
Thu, 11 Jul 2013 23:05:02 -0700 |
Sam Lantinga |
Fixed cast of the OpenGL context type
|
file |
diff |
annotate
|
Thu, 11 Jul 2013 22:59:20 -0700 |
Sam Lantinga |
Fixed bug 1946 - OpenGL contexts in threads
|
file |
diff |
annotate
|
Sat, 18 May 2013 14:17:52 -0700 |
Sam Lantinga |
File style cleanup for the SDL 2.0 release
|
file |
diff |
annotate
|
Sun, 31 Mar 2013 12:48:50 -0400 |
Ryan C. Gordon |
Make SDL_SetError and friends unconditionally return -1.
|
file |
diff |
annotate
|
Sun, 10 Mar 2013 09:07:23 -0700 |
Sam Lantinga |
Fixed bug 1749 - SDL_GL_CreateContext() causes fatal X11 protocol errors that should just be caught instead
|
file |
diff |
annotate
|
Fri, 01 Mar 2013 11:27:01 -0800 |
Sam Lantinga |
Remove XSync from X11_GL_MakeCurrent() function
|
file |
diff |
annotate
|