Sam Lantinga <slouken@libsdl.org> [Sun, 21 Dec 2008 08:28:25 +0000] rev 2898
Share code between fill and line drawing
Added general RGB surface format fallbacks to drawing code
Fixed issues with destination surface alpha channel
Sam Lantinga <slouken@libsdl.org> [Sun, 21 Dec 2008 08:24:32 +0000] rev 2897
Added test program to verify fill functionality
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Dec 2008 23:19:20 +0000] rev 2896
Date: Sat, 20 Dec 2008 23:25:19 +0100
From: Couriersud
Subject: 32 & 16 bit versions of blendrect and blendline
attached are 32, 16 and 15 bit versions of the blendrect and blendline
functionality. There was an issue with the bresenham alg. in drawline
which I also fixed.
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Dec 2008 23:10:20 +0000] rev 2895
indent
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Dec 2008 18:56:35 +0000] rev 2894
Added missing return
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Dec 2008 18:40:30 +0000] rev 2893
Turn on line antialiasing (requires blending to be enabled)
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Dec 2008 18:26:06 +0000] rev 2892
Add a few test pattern lines
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Dec 2008 13:55:45 +0000] rev 2891
indent
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Dec 2008 13:54:19 +0000] rev 2890
Placeholder for line drawing algorithm (current code doesn't work)
Sam Lantinga <slouken@libsdl.org> [Sat, 20 Dec 2008 13:53:54 +0000] rev 2889
Fixed crash in software line drawing