log src/video/x11/SDL_x11gl.c @ 1402:d910939febfa

age author description
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Sun, 19 Feb 2006 23:46:34 +0000 Sam Lantinga Use only safe string functions
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Wed, 01 Feb 2006 08:17:54 +0000 Sam Lantinga Merged useful fixes from 1.3 branch
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Fri, 13 Jan 2006 02:36:35 +0000 Ryan C. Gordon Don't trample SDL_LoadObject()'s error message in GL loader.
Fri, 13 Jan 2006 02:32:07 +0000 Ryan C. Gordon Make error message meaningful if dlopen() fails on libX11.
Thu, 08 Dec 2005 14:21:17 +0000 Sam Lantinga Fixed compile warnings with gcc 4
Wed, 23 Nov 2005 11:46:36 +0000 Ryan C. Gordon Seperate glX from HAVE_OPENGL, for platforms that have both an X server and
Tue, 22 Nov 2005 09:05:15 +0000 Ryan C. Gordon X11 driver now chooses "libGL.so.1" as a default when a NULL is passed to
Sat, 05 Nov 2005 19:53:37 +0000 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
Mon, 16 May 2005 08:23:34 +0000 Sam Lantinga Support SDL_VIDEO_X11_NODIRECTCOLOR for OpenGL visuals
Thu, 26 Feb 2004 20:49:45 +0000 Sam Lantinga IRIX doesn't have a GL library versioning system
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Wed, 06 Aug 2003 21:54:32 +0000 Sam Lantinga *** empty log message ***
Tue, 22 Jul 2003 15:33:28 +0000 Sam Lantinga Merged in Ryan's multisample code for MacOS, and changed the constants to match.
Tue, 22 Jul 2003 15:10:06 +0000 Sam Lantinga Date: Thu, 24 Apr 2003 15:13:47 -0400
Wed, 09 Jul 2003 15:32:21 +0000 Sam Lantinga Fixed incorrect prototype for glXQueryExtensionsString()
Tue, 01 Jul 2003 16:35:54 +0000 Ryan C. Gordon Removed direct dependency on OpenGL (call current_video->glGetString() instead
Sat, 28 Jun 2003 17:27:33 +0000 Sam Lantinga Date: Sun, 11 May 2003 19:59:06 +0300
Mon, 20 Jan 2003 00:25:28 +0000 Sam Lantinga Enable the glXGetProcAddressARB code (fixes problems with NVidia drivers)
Mon, 19 Aug 2002 17:58:08 +0000 Sam Lantinga Added SDL_GL_STEREO for stereoscopic OpenGL contexts
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Thu, 13 Sep 2001 16:41:03 +0000 Sam Lantinga Do proper typecasting so this compiles on IRIX
Tue, 31 Jul 2001 00:26:32 +0000 Sam Lantinga Oops, that wasn't right...
Sat, 14 Jul 2001 19:11:26 +0000 Sam Lantinga SDL GL dynamic loading fix for OpenBSD
Fri, 11 May 2001 00:35:31 +0000 Sam Lantinga Oops, the OpenBSD fix didn't.
Thu, 10 May 2001 20:31:51 +0000 Sam Lantinga Date: Wed, 9 May 2001 18:03:20 -0600
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision