log src/video/x11/SDL_x11gl.c @ 4310:c878006a5948 SDL-1.2

age author description
2009-10-10 Ryan C. Gordon Cache the swap control setting, even on Mesa. SDL-1.2
2009-10-10 Ryan C. Gordon Fixed incorrect return value test for SGI swap control. SDL-1.2
2009-09-29 Ryan C. Gordon Make SDL_GL_GetAttribute(SDL_GL_SWAP_CONTROL) work with GLX_SGI_swap_control. SDL-1.2
2009-09-12 Ryan C. Gordon Patched X11 code to compile on Mac OS X 10.6 SDK. SDL-1.2
2008-12-08 Sam Lantinga Updated copyright date SDL-1.2
2007-08-06 Ryan C. Gordon Set an error message when SDL_GL_SetAttribute() fails because we can't support SDL-1.2
2007-07-08 Sam Lantinga Applied patch from OpenBSD ports package SDL-1.2
2007-05-22 Ryan C. Gordon Check correct glX extension name for swap_control, but it doesn't look like SDL-1.2
2007-01-14 Patrice Mandin Add error message if not using SDL_LoadObject SDL-1.2
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-06-24 Sam Lantinga Fixed bug #260
2006-06-20 Sam Lantinga Fixed bug #232
2006-05-16 Sam Lantinga Use the correct parameter for GLX_VISUAL_CAVEAT_EXT
2006-04-27 Sam Lantinga Implemented bug #5
2006-04-27 Sam Lantinga Implemented bug #2, 117:
2006-06-24 Sam Lantinga Merged SDL_GL_SWAP_CONTROL fix from SDL 1.2 SDL-1.3
2006-06-20 Sam Lantinga Fixed bug #232 SDL-1.3
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-04-27 Sam Lantinga SDL-trunk-1.3-merge-1 SDL-1.3
2006-03-22 Sam Lantinga GLX_STEREO doesn't have a parameter
2006-03-22 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-19 Sam Lantinga Use only safe string functions
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-01 Sam Lantinga Merged useful fixes from 1.3 branch
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-13 Ryan C. Gordon Don't trample SDL_LoadObject()'s error message in GL loader.
2006-01-13 Ryan C. Gordon Make error message meaningful if dlopen() fails on libX11.
2005-12-08 Sam Lantinga Fixed compile warnings with gcc 4
2005-11-23 Ryan C. Gordon Seperate glX from HAVE_OPENGL, for platforms that have both an X server and
2005-11-22 Ryan C. Gordon X11 driver now chooses "libGL.so.1" as a default when a NULL is passed to
2005-11-05 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
2005-05-16 Sam Lantinga Support SDL_VIDEO_X11_NODIRECTCOLOR for OpenGL visuals
2004-02-26 Sam Lantinga IRIX doesn't have a GL library versioning system
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2003-08-06 Sam Lantinga *** empty log message ***
2003-07-22 Sam Lantinga Merged in Ryan's multisample code for MacOS, and changed the constants to match.
2003-07-22 Sam Lantinga Date: Thu, 24 Apr 2003 15:13:47 -0400
2003-07-09 Sam Lantinga Fixed incorrect prototype for glXQueryExtensionsString()
2003-07-01 Ryan C. Gordon Removed direct dependency on OpenGL (call current_video->glGetString() instead
2003-06-28 Sam Lantinga Date: Sun, 11 May 2003 19:59:06 +0300
2003-01-20 Sam Lantinga Enable the glXGetProcAddressARB code (fixes problems with NVidia drivers)
2002-08-19 Sam Lantinga Added SDL_GL_STEREO for stereoscopic OpenGL contexts
2002-03-06 Sam Lantinga Updated copyright information for 2002
2001-12-14 Sam Lantinga Updated the source with the correct e-mail address
2001-09-13 Sam Lantinga Do proper typecasting so this compiles on IRIX
2001-07-31 Sam Lantinga Oops, that wasn't right...
2001-07-14 Sam Lantinga SDL GL dynamic loading fix for OpenBSD
2001-05-11 Sam Lantinga Oops, the OpenBSD fix didn't.
2001-05-10 Sam Lantinga Date: Wed, 9 May 2001 18:03:20 -0600
2001-04-26 Sam Lantinga Initial revision