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.
|