log src/video/x11/SDL_x11opengl.c @ 5073:1e94e68525d5

age author description
2011-01-18 Sam Lantinga Fixed build against 10.4 SDK
2011-01-18 Sam Lantinga Fixed compiler error with the latest Xcode package
2010-07-18 Sam Lantinga Fixed bug 1006
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2009-12-15 Sam Lantinga Default to allow either accelerated or not
2009-12-15 Sam Lantinga OpenGL hardware acceleration defaults on
2009-10-10 Sam Lantinga typo
2009-09-05 Sam Lantinga Fixed a few issues compiling with Mac OS X 10.6
2009-05-23 Sam Lantinga indent
2009-04-03 Sam Lantinga Fixed bug #721
2009-03-24 Sam Lantinga Date: Sun, 22 Mar 2009 12:52:29 +0000
2009-02-09 Sam Lantinga Added test program for SDL_CreateWindowFrom()
2009-01-10 Sam Lantinga Reverted Bob's indent checkin
2009-01-09 Bob Pendleton I ran a global "make indent" it modified the following files.
2009-01-02 Sam Lantinga Don't use DirectColor visuals until we implement DirectColor colormap support
2008-12-08 Sam Lantinga Updated copyright date
2008-08-27 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-08-26 Sam Lantinga Couriersud fixed bug #603
2008-08-27 Darren Alton Clean up. gsoc2008_nds
2008-03-07 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
2008-03-07 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.
2008-03-06 Bob Pendleton Fixed many valgrind errors. But, I broke testdyngl.
2008-03-06 Bob Pendleton Fixing valgrind errors.
2008-03-01 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
2007-08-15 Sam Lantinga indent
2007-08-15 Sam Lantinga Date: Wed, 15 Aug 2007 01:08:38 +0200
2007-07-12 Sam Lantinga Creating a context makes it current, per the documentation.
2007-05-22 Ryan C. Gordon Date: Wed, 23 May 2007 00:39:47 +0300
2006-07-29 Sam Lantinga Simplified driver window creation code.
2006-07-29 Sam Lantinga (none)
2006-07-29 Sam Lantinga Don't unload the OpenGL library before the X display is closed.
2006-07-28 Sam Lantinga We're not querying the glX attributes anymore...
2006-07-28 Sam Lantinga Implemented X11 OpenGL support.