log src/video/SDL_renderer_sw.c @ 3427:36cf454ba065

age author description
Mon, 09 Nov 2009 05:20:11 +0000 Sam Lantinga Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested.
Fri, 30 Jan 2009 06:40:16 +0000 Sam Lantinga When creating a software texture, synchronize the surface with the texture.
Tue, 30 Dec 2008 07:14:11 +0000 Sam Lantinga SetDrawColor() and SetDrawBlendMode() are optional
Mon, 22 Dec 2008 04:52:43 +0000 Sam Lantinga Fixed crash when resizing the window with the software renderer.
Sun, 21 Dec 2008 20:17:41 +0000 Sam Lantinga Fixed clip_rect when drawing points and lines with software renderer.
Sun, 21 Dec 2008 17:39:41 +0000 Sam Lantinga Added RenderPiont() API