log

age author description
Mon, 14 Dec 2009 23:43:57 +0000 Sam Lantinga Added svn checkout install step
Mon, 14 Dec 2009 23:29:37 +0000 Sam Lantinga The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.
Mon, 14 Dec 2009 06:52:17 +0000 Sam Lantinga Implemented read/write pixels for the X11 renderer
Mon, 14 Dec 2009 06:35:59 +0000 Sam Lantinga Added a test to check the read/write pixels API
Mon, 14 Dec 2009 06:35:27 +0000 Sam Lantinga Added support for SDL_PIXELFORMAT_RGB24 and SDL_PIXELFORMAT_BGR24 to SDL_PixelFormatEnumToMasks()
Mon, 14 Dec 2009 04:19:00 +0000 Sam Lantinga Added a BLENDMODE_MASK pixel shader so render tests succeed
Sun, 13 Dec 2009 08:00:25 +0000 Sam Lantinga The SDL_PaletteWatch structure is really internal-only.
Sun, 13 Dec 2009 06:21:22 +0000 Sam Lantinga Name the audio callback for documentation clarity.
Sun, 13 Dec 2009 06:19:32 +0000 Sam Lantinga Note that the WritePixels call is unsupported right now.
Sun, 13 Dec 2009 05:37:06 +0000 Sam Lantinga Fixed windows.h include
Sat, 12 Dec 2009 20:31:28 +0000 Sam Lantinga Fixed line drawing for D3D
Sat, 12 Dec 2009 20:30:25 +0000 Sam Lantinga Minor documentation fix
Sat, 12 Dec 2009 04:01:40 +0000 Sam Lantinga Finished implementing RenderReadPixels()
Sat, 12 Dec 2009 01:04:57 +0000 Sam Lantinga Removed the obsolete testcdrom target
Sat, 12 Dec 2009 00:55:13 +0000 Sam Lantinga Fixed building on iPhone
Sat, 12 Dec 2009 00:08:45 +0000 Sam Lantinga Allow points to be outside the window bounds, stress testing the clipping code.
Sat, 12 Dec 2009 00:08:02 +0000 Sam Lantinga Added mouse position for button handling
Sat, 12 Dec 2009 00:07:26 +0000 Sam Lantinga minor notes to self
Fri, 11 Dec 2009 09:59:36 +0000 Sam Lantinga Fixed X11 line implementation - clip lines that are going to go outside the window.
Fri, 11 Dec 2009 09:57:54 +0000 Sam Lantinga Make sure we fully clip the first point before starting to adjust the second point.
Fri, 11 Dec 2009 09:22:34 +0000 Sam Lantinga Added an automated test for rectangle routines, currently only testing line clipping.
Fri, 11 Dec 2009 09:13:51 +0000 Sam Lantinga Fixed constness in RenderRects() parameter
Fri, 11 Dec 2009 08:03:43 +0000 Sam Lantinga Fixed bug #896
Thu, 10 Dec 2009 09:27:23 +0000 Sam Lantinga X11 driver compiles again, lines are not yet implemented
Thu, 10 Dec 2009 08:28:26 +0000 Sam Lantinga Switch to mixed case for consistency with other enumerations
Wed, 09 Dec 2009 15:56:56 +0000 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
Mon, 07 Dec 2009 10:08:24 +0000 Sam Lantinga Hey, those automated tests are coming in handy! Fixed GDI rendering semantics
Mon, 07 Dec 2009 09:44:55 +0000 Sam Lantinga Implemented RenderReadPixels() and RenderWritePixels() for GDI renderer.
Mon, 07 Dec 2009 08:02:20 +0000 Sam Lantinga This fixes the OpenGL rendering test, at least with my ATI card...
Mon, 07 Dec 2009 08:01:58 +0000 Sam Lantinga Fixed crash initializing the dummy driver