log test/automated/surface/surface.c @ 5040:ff8873816c30

age author description
2010-05-08 Eric Wing Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
2009-08-02 Edgar Simo Added command line options. gsoc2009_unit_tests
2009-08-02 Edgar Simo Merged into one big app, while keeping modular applications also. gsoc2009_unit_tests
2009-07-12 Edgar Simo Minor fix. gsoc2009_unit_tests
2009-07-11 Edgar Simo Using common infrastructure. gsoc2009_unit_tests
2009-07-11 Edgar Simo Use testsur as a parameter. gsoc2009_unit_tests
2009-07-09 Edgar Simo * Added mixture of blending modes test. gsoc2009_unit_tests
2009-07-09 Edgar Simo Added more strict warning flags. gsoc2009_unit_tests
2009-07-09 Edgar Simo Doing individual blend mode testing when blitting. gsoc2009_unit_tests
2009-07-09 Edgar Simo Changed the surface blit test to test colour and alpha mod individually. gsoc2009_unit_tests
2009-07-07 Edgar Simo Moved some code around. gsoc2009_unit_tests
2009-07-07 Edgar Simo Added 3 new tests: loadsurface, blitting, alpha blitting. gsoc2009_unit_tests
2009-07-01 Edgar Simo Added surfarce blend rendering functions testcase. gsoc2009_unit_tests
2009-07-01 Edgar Simo Initial revision of SDL_Surface testsuite. gsoc2009_unit_tests
2009-12-23 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
2009-11-22 Sam Lantinga Fixed include paths for Visual C++
2009-11-21 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.
2009-11-21 Sam Lantinga Use 45 degree lines for the diagonal test to avoid aliasing errors in line drawing.
2009-11-17 Sam Lantinga Fixed some bugs in the automated test suite, revealed by working SDL_RenderReadPixels()
2009-09-07 Sam Lantinga Merged Edgar's code changes from Google Summer of Code 2009