log src/video/SDL_renderer_sw.c @ 3363:90aec03bf9fd

age author description
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
Sat, 20 Dec 2008 13:55:45 +0000 Sam Lantinga indent
Sat, 20 Dec 2008 13:53:54 +0000 Sam Lantinga Fixed crash in software line drawing
Sat, 20 Dec 2008 13:14:28 +0000 Sam Lantinga Added stubs for software implementations of blending fills and line drawing
Sat, 20 Dec 2008 12:00:00 +0000 Sam Lantinga Date: Fri, 19 Dec 2008 20:17:35 +0100
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sun, 30 Nov 2008 23:42:33 +0000 Sam Lantinga Fixed the list of supported YUV formats
Sun, 30 Nov 2008 21:58:23 +0000 Sam Lantinga Implemented the X11 (non-OpenGL) renderer, no alpha or scaling available.
Sat, 29 Nov 2008 00:11:35 +0000 Sam Lantinga Fixed SW_SetTextureScaleMode()
Tue, 25 Nov 2008 02:21:53 +0000 Sam Lantinga indent
Mon, 24 Nov 2008 23:25:36 +0000 Sam Lantinga Added software fallback for YUV overlay code when YUV textures aren't available.