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
|
Fri, 15 Feb 2013 08:47:44 -0800 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Mon, 11 Feb 2013 18:18:34 -0800 |
Sam Lantinga |
Fixed compiler warnings
|
file |
diff |
annotate
|
Mon, 11 Feb 2013 17:02:13 -0800 |
Sam Lantinga |
Workaround for NVIDIA bug in glXSwapIntervalEXT.
|
file |
diff |
annotate
|
Mon, 21 Jan 2013 02:50:11 -0500 |
Ryan C. Gordon |
Cleaned out a few C++ single-line comments.
|
file |
diff |
annotate
|
Mon, 31 Dec 2012 19:16:52 -0500 |
Edward Rudd |
Corrected call to glXMakeCurrent() when setting a NULL context.
|
file |
diff |
annotate
|
Thu, 11 Oct 2012 09:41:43 -0700 |
Michael Sartain |
Add GLX_X_VISUAL_TYPE_EXT so created window will use DirectColor if available (instead of TrueColor).
|
file |
diff |
annotate
|
Sun, 30 Sep 2012 01:08:48 -0700 |
Sam Lantinga |
The gl_data is optional for the driver, so don't early out of the context delete call if it doesn't exist.
|
file |
diff |
annotate
|
Sun, 12 Aug 2012 11:16:24 -0700 |
Sam Lantinga |
Fixed bug 1565 - some small GL context creation enhancements
|
file |
diff |
annotate
|
Wed, 01 Aug 2012 20:29:36 -0400 |
Ryan C. Gordon |
Add support for (GLX|WGL)_EXT_swap_control_tear.
|
file |
diff |
annotate
|
Fri, 20 Jul 2012 13:33:15 -0400 |
Ryan C. Gordon |
Fixed some minor compiler warnings.
|
file |
diff |
annotate
|
Thu, 19 Jul 2012 09:36:58 -0700 |
Sam Lantinga |
More OpenGL ES fixes from Scott Percival
|
file |
diff |
annotate
|
Wed, 18 Jul 2012 15:17:27 -0700 |
Sam Lantinga |
Improved simultaneous support for OpenGL and OpenGL ES
|
file |
diff |
annotate
|
Wed, 11 Jul 2012 22:20:02 -0400 |
Ryan C. Gordon |
Patched to compile on FreeBSD 8.2.
|
file |
diff |
annotate
|
Wed, 11 Jul 2012 22:04:19 -0400 |
Ryan C. Gordon |
Removed unused variable to silence compiler warning.
|
file |
diff |
annotate
|
Mon, 20 Feb 2012 23:37:57 -0500 |
Sam Lantinga |
Add OpenGL 3.X context creation support
|
file |
diff |
annotate
|
Tue, 07 Feb 2012 02:11:42 -0500 |
Ryan C. Gordon |
Removed GLX_BUFFER_SIZE attribute; it doesn't do anything with GLX_RGBA.
|
file |
diff |
annotate
|
Tue, 07 Feb 2012 02:11:15 -0500 |
Ryan C. Gordon |
Replaced some assert macros with SDL_assert.
|
file |
diff |
annotate
|
Sat, 07 Jan 2012 21:02:39 -0800 |
Sam Lantinga |
The #define was asking to use dlopen(), but the code wasn't doing it.
|
file |
diff |
annotate
|
Sat, 07 Jan 2012 23:33:15 -0500 |
Sam Lantinga |
Fixed bug 1313 - Segfault on SDL_CreateWindow when gl lib cannot be loaded
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Mon, 31 Oct 2011 05:56:58 -0400 |
Sam Lantinga |
Lots of fixes importing SDL source wholesale into a new iOS project
|
file |
diff |
annotate
|
Thu, 13 Oct 2011 01:08:30 -0400 |
Ryan C. Gordon |
Fixed a whole slew of compiler warnings that -Wall exposed.
|
file |
diff |
annotate
|
Mon, 22 Aug 2011 02:26:11 -0400 |
Ryan C. Gordon |
Apparently glXSwapIntervalEXT() _does_ return a value.
|
file |
diff |
annotate
|
Mon, 18 Jul 2011 14:55:24 -0700 |
Ryan C. Gordon |
Patched to compile on older GLX headers.
|
file |
diff |
annotate
|
Mon, 18 Jul 2011 14:34:19 -0700 |
Ryan C. Gordon |
Added support for GLX_EXT_swap_control, and cleaned up some other extensions.
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 13:03:26 -0700 |
Sam Lantinga |
SDL 1.3 is now under the zlib license.
|
file |
diff |
annotate
|
Thu, 24 Feb 2011 17:52:47 -0800 |
Sam Lantinga |
Fixed bug 1145 (GL Context creation fails for OpenGL 3.2 + Alpha buffer with X11 BadMatch)
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 14:44:25 -0800 |
Sam Lantinga |
Window coordinates are in the global space and windows are not tied to a particular display.
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 12:14:37 -0800 |
Sam Lantinga |
Be explicit about what display you're querying. The default display is 0.
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 11:39:08 -0800 |
Sam Lantinga |
Removed gamma support since it wasn't widely used and not well supported.
|
file |
diff |
annotate
|
Tue, 18 Jan 2011 14:57:39 -0800 |
Sam Lantinga |
Fixed build against 10.4 SDK
|
file |
diff |
annotate
|
Tue, 18 Jan 2011 14:26:30 -0800 |
Sam Lantinga |
Fixed compiler error with the latest Xcode package
|
file |
diff |
annotate
|
Sun, 18 Jul 2010 11:18:36 -0700 |
Sam Lantinga |
Fixed bug 1006
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
file |
diff |
annotate
|
Thu, 21 Jan 2010 06:21:52 +0000 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
file |
diff |
annotate
|
Tue, 15 Dec 2009 20:53:09 +0000 |
Sam Lantinga |
Default to allow either accelerated or not
|
file |
diff |
annotate
|
Tue, 15 Dec 2009 20:36:31 +0000 |
Sam Lantinga |
OpenGL hardware acceleration defaults on
|
file |
diff |
annotate
|
Sat, 10 Oct 2009 06:51:42 +0000 |
Sam Lantinga |
typo
|
file |
diff |
annotate
|
Sat, 05 Sep 2009 07:33:54 +0000 |
Sam Lantinga |
Fixed a few issues compiling with Mac OS X 10.6
|
file |
diff |
annotate
|
Sat, 23 May 2009 22:41:08 +0000 |
Sam Lantinga |
indent
|
file |
diff |
annotate
|
Fri, 03 Apr 2009 17:19:05 +0000 |
Sam Lantinga |
Fixed bug #721
|
file |
diff |
annotate
|
Tue, 24 Mar 2009 10:43:53 +0000 |
Sam Lantinga |
Date: Sun, 22 Mar 2009 12:52:29 +0000
|
file |
diff |
annotate
|
Mon, 09 Feb 2009 05:32:12 +0000 |
Sam Lantinga |
Added test program for SDL_CreateWindowFrom()
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 21:50:26 +0000 |
Sam Lantinga |
Reverted Bob's indent checkin
|
file |
diff |
annotate
|
Fri, 09 Jan 2009 20:43:30 +0000 |
Bob Pendleton |
I ran a global "make indent" it modified the following files.
|
file |
diff |
annotate
|
Fri, 02 Jan 2009 15:47:49 +0000 |
Sam Lantinga |
Don't use DirectColor visuals until we implement DirectColor colormap support
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 15:10:03 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
file |
diff |
annotate
|
Tue, 26 Aug 2008 02:47:26 +0000 |
Sam Lantinga |
Couriersud fixed bug #603
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 04:23:38 +0000 |
Darren Alton |
Clean up.
gsoc2008_nds
|
file |
diff |
annotate
|
Fri, 07 Mar 2008 23:57:15 +0000 |
Bob Pendleton |
In testdyngl.c the event type was being anded (&) with SDL_KEYDOWN and if the result was none zero the program was quiting. This is very weird because it was
|
file |
diff |
annotate
|
Fri, 07 Mar 2008 17:20:37 +0000 |
Bob Pendleton |
more valgrind errors fixed. Plus I ran make indent which changed a few files.
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 23:07:02 +0000 |
Bob Pendleton |
Fixed many valgrind errors. But, I broke testdyngl.
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 17:08:10 +0000 |
Bob Pendleton |
Fixing valgrind errors.
|
file |
diff |
annotate
|
Sat, 01 Mar 2008 20:34:36 +0000 |
Bob Pendleton |
Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in
|
file |
diff |
annotate
|
Wed, 15 Aug 2007 03:50:49 +0000 |
Sam Lantinga |
indent
|
file |
diff |
annotate
|
Wed, 15 Aug 2007 03:34:14 +0000 |
Sam Lantinga |
Date: Wed, 15 Aug 2007 01:08:38 +0200
|
file |
diff |
annotate
|
Thu, 12 Jul 2007 06:31:36 +0000 |
Sam Lantinga |
Creating a context makes it current, per the documentation.
|
file |
diff |
annotate
|
Tue, 22 May 2007 22:13:56 +0000 |
Ryan C. Gordon |
Date: Wed, 23 May 2007 00:39:47 +0300
|
file |
diff |
annotate
|
Sat, 29 Jul 2006 21:51:00 +0000 |
Sam Lantinga |
Simplified driver window creation code.
|
file |
diff |
annotate
|
Sat, 29 Jul 2006 03:57:55 +0000 |
Sam Lantinga |
(none)
|
file |
diff |
annotate
|
Sat, 29 Jul 2006 03:56:35 +0000 |
Sam Lantinga |
Don't unload the OpenGL library before the X display is closed.
|
file |
diff |
annotate
|
Fri, 28 Jul 2006 08:46:24 +0000 |
Sam Lantinga |
We're not querying the glX attributes anymore...
|
file |
diff |
annotate
|
Fri, 28 Jul 2006 08:43:17 +0000 |
Sam Lantinga |
Implemented X11 OpenGL support.
|
file |
diff |
annotate
|