log src/video/x11/SDL_x11opengl.c @ 4645:0375d020e7e3

age author description
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
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.
Tue, 15 Dec 2009 20:53:09 +0000 Sam Lantinga Default to allow either accelerated or not
Tue, 15 Dec 2009 20:36:31 +0000 Sam Lantinga OpenGL hardware acceleration defaults on
Sat, 10 Oct 2009 06:51:42 +0000 Sam Lantinga typo
Sat, 05 Sep 2009 07:33:54 +0000 Sam Lantinga Fixed a few issues compiling with Mac OS X 10.6
Sat, 23 May 2009 22:41:08 +0000 Sam Lantinga indent
Fri, 03 Apr 2009 17:19:05 +0000 Sam Lantinga Fixed bug #721
Tue, 24 Mar 2009 10:43:53 +0000 Sam Lantinga Date: Sun, 22 Mar 2009 12:52:29 +0000
Mon, 09 Feb 2009 05:32:12 +0000 Sam Lantinga Added test program for SDL_CreateWindowFrom()
Sat, 10 Jan 2009 21:50:26 +0000 Sam Lantinga Reverted Bob's indent checkin
Fri, 09 Jan 2009 20:43:30 +0000 Bob Pendleton I ran a global "make indent" it modified the following files.
Fri, 02 Jan 2009 15:47:49 +0000 Sam Lantinga Don't use DirectColor visuals until we implement DirectColor colormap support
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Wed, 27 Aug 2008 15:10:03 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Tue, 26 Aug 2008 02:47:26 +0000 Sam Lantinga Couriersud fixed bug #603
Wed, 27 Aug 2008 04:23:38 +0000 Darren Alton Clean up. gsoc2008_nds
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
Fri, 07 Mar 2008 17:20:37 +0000 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.
Thu, 06 Mar 2008 23:07:02 +0000 Bob Pendleton Fixed many valgrind errors. But, I broke testdyngl.
Thu, 06 Mar 2008 17:08:10 +0000 Bob Pendleton Fixing valgrind errors.
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
Wed, 15 Aug 2007 03:50:49 +0000 Sam Lantinga indent
Wed, 15 Aug 2007 03:34:14 +0000 Sam Lantinga Date: Wed, 15 Aug 2007 01:08:38 +0200
Thu, 12 Jul 2007 06:31:36 +0000 Sam Lantinga Creating a context makes it current, per the documentation.
Tue, 22 May 2007 22:13:56 +0000 Ryan C. Gordon Date: Wed, 23 May 2007 00:39:47 +0300
Sat, 29 Jul 2006 21:51:00 +0000 Sam Lantinga Simplified driver window creation code.
Sat, 29 Jul 2006 03:57:55 +0000 Sam Lantinga (none)
Sat, 29 Jul 2006 03:56:35 +0000 Sam Lantinga Don't unload the OpenGL library before the X display is closed.
Fri, 28 Jul 2006 08:46:24 +0000 Sam Lantinga We're not querying the glX attributes anymore...
Fri, 28 Jul 2006 08:43:17 +0000 Sam Lantinga Implemented X11 OpenGL support.