Edgar Simo <bobbens@gmail.com> [Thu, 09 Jul 2009 10:42:56 +0000] rev 3722
Added more strict warning flags.
Fixed bugs/issues uncovered by warning flags.
Edgar Simo <bobbens@gmail.com> [Thu, 09 Jul 2009 10:36:09 +0000] rev 3721
Doing individual blend mode testing when blitting.
Edgar Simo <bobbens@gmail.com> [Thu, 09 Jul 2009 10:21:03 +0000] rev 3720
Changed the surface blit test to test colour and alpha mod individually.
Edgar Simo <bobbens@gmail.com> [Tue, 07 Jul 2009 16:28:42 +0000] rev 3719
Moved some code around.
Edgar Simo <bobbens@gmail.com> [Tue, 07 Jul 2009 11:25:56 +0000] rev 3718
Added 3 new tests: loadsurface, blitting, alpha blitting.
Alpha Blitting is not complete as it seems like SDL doesn't work well with alpha blitting yet.
Edgar Simo <bobbens@gmail.com> [Tue, 07 Jul 2009 09:35:08 +0000] rev 3717
Fixed my setup, putting a more universal makefile up.
Edgar Simo <bobbens@gmail.com> [Wed, 01 Jul 2009 22:03:32 +0000] rev 3716
Added surfarce blend rendering functions testcase.
Edgar Simo <bobbens@gmail.com> [Wed, 01 Jul 2009 10:22:28 +0000] rev 3715
Initial revision of SDL_Surface testsuite.
Edgar Simo <bobbens@gmail.com> [Sat, 20 Jun 2009 16:54:22 +0000] rev 3714
Test target should build if needed.
Edgar Simo <bobbens@gmail.com> [Sat, 20 Jun 2009 16:46:58 +0000] rev 3713
Better output.
Newline handling.
rwops test handles ConstMem, FP and File.