log

age author description
2006-07-25 Sam Lantinga Implemented OpenGL support on Mac OS X
2006-07-24 Ryan C. Gordon Patch from 1.2 branch...fix compilation on Qtopia video target (reference
2006-07-24 Sam Lantinga Implemented Mac OS X video mode selection.
2006-07-24 Sam Lantinga Implemented Cocoa window support
2006-07-23 Sam Lantinga Whoops, that's a while loop. :)
2006-07-23 Sam Lantinga The Mac OS X Cocoa video driver is under construction...
2006-07-23 Sam Lantinga Fixed compiler warnings
2006-07-23 Sam Lantinga Added an environment variable to select which driver the software renderer will use.
2006-07-23 Sam Lantinga Fixed crash with multiple windows
2006-07-22 Sam Lantinga OpenGL renderer is feature complete!
2006-07-22 Sam Lantinga Added SDL_GL_ExtensionSupported()
2006-07-22 Sam Lantinga Query the maximum texture size for the D3D renderer.
2006-07-22 Sam Lantinga If the OpenGL renderer is selected for a non-OpenGL window, recreate the window with OpenGL enabled.
2006-07-22 Sam Lantinga Switch OpenGL contexts when switching render contexts.
2006-07-22 Sam Lantinga Fixed OpenGL blend modes, added power of 2 texture code
2006-07-22 Sam Lantinga Bug fixes to the OpenGL renderer
2006-07-22 Sam Lantinga Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.
2006-07-19 Sam Lantinga Fixed to compile while the OpenGL renderer is under construction
2006-07-19 Sam Lantinga Starting on the OpenGL renderer...
2006-07-19 Sam Lantinga Implemented scaling in the D3D renderer
2006-07-19 Sam Lantinga Implemented blend modes in the D3D renderer
2006-07-19 Sam Lantinga Implemented multi-window OpenGL program with test framework.
2006-07-18 Sam Lantinga Added a test program framework for easy initialization.
2006-07-17 Sam Lantinga Implemented Windows OpenGL support
2006-07-16 Sam Lantinga Setting up the OpenGL support
2006-07-16 Sam Lantinga Create a fake desktop mode for windowed mode apps
2006-07-16 Sam Lantinga Fixed building on Mac OS X without the Carbon and Cocoa video drivers
2006-07-15 Sam Lantinga Look at environment variables in SDL_VideoInit() and SDL_AudioInit()
2006-07-15 Sam Lantinga Implemented fully featured dummy renderer
2006-07-15 Sam Lantinga Streamlined the API a bit and optimized the software renderer.
2006-07-14 Sam Lantinga Changed the name of the dummy renderer
2006-07-14 Sam Lantinga Prefer the D3D renderer over GDI, at least for testing.
2006-07-14 Sam Lantinga Yay! D3D renderer works!
2006-07-14 Sam Lantinga More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...
2006-07-13 Sam Lantinga Updated Visual C++ 2005 project
2006-07-13 Sam Lantinga Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.
2006-07-12 Sam Lantinga First stab at a D3D renderer, only 30FPS so far... ?
2006-07-12 Sam Lantinga debug cleanup
2006-07-12 Sam Lantinga Playing around, trying to find a fast path with GDI
2006-07-12 Sam Lantinga Solved the performance problems by introducing the concept of a single-buffered
2006-07-10 Sam Lantinga Updated the snapshot build target to reflect the new source location
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-07-06 Patrice Mandin sdl.pc is in build directory, not source
2006-06-27 Sam Lantinga Include sdl.pc in the development RPM release-1.2.11
2006-06-27 Sam Lantinga Added 1.2.11 patch notes
2006-06-26 Sam Lantinga Fixed libiconv detection
2006-06-26 Sam Lantinga Fixed problem with nasm hidden visibility detection
2006-06-26 Sam Lantinga Almost added Mac OS X nasm support
2006-06-26 Sam Lantinga ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------
2006-06-25 Sam Lantinga Updated version to SDL 1.2.1
2006-06-25 Sam Lantinga Updated the version to 1.2.11
2006-06-25 Sam Lantinga (none)
2006-06-25 Sam Lantinga Fixed including stdint.h with gcc on Win32
2006-06-24 Sam Lantinga Fix for bug #240
2006-06-24 Sam Lantinga Fixed bug #258
2006-06-24 Sam Lantinga Fixed bug #255
2006-06-24 Sam Lantinga Fixed bug #260
2006-06-23 Sam Lantinga Default the X11 dynamically loading on if the OS loader loads libraries
2006-06-23 Ryan C. Gordon Swizzle ALSA channels for 5.1 output to match DirectSound and CoreAudio.
2006-06-23 Sam Lantinga Fixed bug #69