log test/automated/surface/surface.c @ 5284:96a22141cf86 tip

age author description
Fri, 04 Feb 2011 19:50:56 -0800 Sam Lantinga Restored SDL_BLENDMODE_MOD for MAME
Thu, 03 Feb 2011 02:45:29 -0800 Sam Lantinga Making the API simpler, moved the surface drawing functions to the software renderer.
Wed, 02 Feb 2011 14:34:24 -0800 Sam Lantinga Fixed compiling with the latest API changes
Mon, 31 Jan 2011 23:23:57 -0800 Sam Lantinga Making the API simpler, the blend modes are "none, blend, add" and are supported by all renderers.
Sat, 08 May 2010 00:54:22 -0700 Eric Wing Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
Sun, 02 Aug 2009 18:58:03 +0000 Edgar Simo Added command line options. gsoc2009_unit_tests
Sun, 02 Aug 2009 16:01:23 +0000 Edgar Simo Merged into one big app, while keeping modular applications also. gsoc2009_unit_tests
Sun, 12 Jul 2009 11:18:59 +0000 Edgar Simo Minor fix. gsoc2009_unit_tests
Sat, 11 Jul 2009 19:21:48 +0000 Edgar Simo Using common infrastructure. gsoc2009_unit_tests
Sat, 11 Jul 2009 17:57:49 +0000 Edgar Simo Use testsur as a parameter. gsoc2009_unit_tests
Thu, 09 Jul 2009 15:01:38 +0000 Edgar Simo * Added mixture of blending modes test. gsoc2009_unit_tests
Thu, 09 Jul 2009 10:42:56 +0000 Edgar Simo Added more strict warning flags. gsoc2009_unit_tests
Thu, 09 Jul 2009 10:36:09 +0000 Edgar Simo Doing individual blend mode testing when blitting. gsoc2009_unit_tests
Thu, 09 Jul 2009 10:21:03 +0000 Edgar Simo Changed the surface blit test to test colour and alpha mod individually. gsoc2009_unit_tests
Tue, 07 Jul 2009 16:28:42 +0000 Edgar Simo Moved some code around. gsoc2009_unit_tests
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