log test/automated/surface/surface.c @ 3718:9d71382713b5 gsoc2009_unit_tests

age author description
Tue, 07 Jul 2009 11:25:56 +0000 Edgar Simo Added 3 new tests: loadsurface, blitting, alpha blitting. gsoc2009_unit_tests
Wed, 01 Jul 2009 22:03:32 +0000 Edgar Simo Added surfarce blend rendering functions testcase. gsoc2009_unit_tests
Wed, 01 Jul 2009 10:22:28 +0000 Edgar Simo Initial revision of SDL_Surface testsuite. gsoc2009_unit_tests
Wed, 23 Dec 2009 01:55:00 +0000 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
Sun, 22 Nov 2009 06:42:58 +0000 Sam Lantinga Fixed include paths for Visual C++
Sat, 21 Nov 2009 07:59:19 +0000 Sam Lantinga We want to be strict on software renderer tests and opaque tests, but give a decent margin for blending inaccuracy for the blended tests.
Sat, 21 Nov 2009 06:28:25 +0000 Sam Lantinga Use 45 degree lines for the diagonal test to avoid aliasing errors in line drawing.
Tue, 17 Nov 2009 05:17:11 +0000 Sam Lantinga Fixed some bugs in the automated test suite, revealed by working SDL_RenderReadPixels()
Mon, 07 Sep 2009 05:06:34 +0000 Sam Lantinga Merged Edgar's code changes from Google Summer of Code 2009