summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-07-27Changed test program to be more compatible C.Philipp Wiesemann1-3/+6
2013-07-27Removed unused variable from test program.Philipp Wiesemann1-1/+0
2013-07-27Removed unused parameter in test program.Philipp Wiesemann1-2/+2
2013-07-27Corrected words in comments of test programs.Philipp Wiesemann3-5/+5
2013-07-27Added example of using the software renderer and window surface API, contribu...Sam Lantinga2-0/+109
2013-07-25Updated the copyright year for the test programsSam Lantinga45-45/+45
2013-07-24Removed unused variables to fix warnings in test program.Philipp Wiesemann1-1/+1
2013-07-23Finished updating testoverlay2 for the new API and added it to the Visual Stu...Sam Lantinga1-165/+3
2013-07-23Updated blend semantics so blending uses the following formula:Sam Lantinga2-7/+111
2013-07-21Fixed bug 1973 - test/Makefile.in fails on Mac OS X with X11 enabled...Sam Lantinga3-3/+9
2013-07-20Replaced use of malloc()/free() with SDL_malloc()/SDL_free() in test program.Philipp Wiesemann1-6/+6
2013-07-20Removed not needed SDL_WINDOW_SHOWN from test programs.Philipp Wiesemann6-6/+6
2013-07-20Replaced use of strcmp() with SDL_strcmp() in tests.Philipp Wiesemann1-1/+1
2013-07-14Re-enabled other messagebox tests, moved the SDL_Init() call as late as possi...Sam Lantinga1-10/+11
2013-07-14Added testing of messagebox with a parent windowSam Lantinga1-3/+25
2013-07-14Fixed compiler warnings in test program by using wrapped functions.Philipp Wiesemann1-2/+2
2013-07-14Fixed compiler warning in testtimer.cRyan C. Gordon1-1/+1
2013-07-14Fixed compiler warnings in test program by using wrapped functions.Philipp Wiesemann1-7/+7
2013-07-14Fixed compiler warnings in test programs by adding return statements.Philipp Wiesemann2-0/+4
2013-07-14Fixed compiler warnings in test programs by adding includes directives.Philipp Wiesemann3-0/+4
2013-07-13Fixed compiler warnings in test programs.Philipp Wiesemann4-8/+3
2013-07-13Added missing fclose() in test program.Philipp Wiesemann1-0/+1
2013-07-13Removed unused variable and not needed assignment in test program.Philipp Wiesemann1-1/+0
2013-07-13Fixed printf() usage in test program.Philipp Wiesemann1-1/+1
2013-07-11Removed some unused variables.Ryan C. Gordon1-2/+1
2013-07-10Added release/acquire memory barriers to the atomic APISam Lantinga1-2/+2
2013-07-10Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), S...Sam Lantinga1-2/+11
2013-07-08change fsaa argument for testgl to accept a # of samples for FSAAEdward Rudd1-4/+4
2013-07-07Added automated test to validate conversion between all supported formats.Sam Lantinga1-6/+103
2013-06-27We don't want to save the alpha modulation, we want to save the blend mode.Sam Lantinga1-5/+4
2013-06-27Updated testshader for the SDL 2.0 APISam Lantinga1-24/+14
2013-06-24Better text printing for UTF-8 charactersSam Lantinga1-1/+9
2013-06-23Updated timer test and fixed performance counter on Mac OS XSam Lantinga1-15/+13
2013-06-23Update testsprite2 for visual testing: user fuzzer and add --iteration parame...Andreas Schiffler1-19/+56
2013-06-18Fixed bug 1916 - SDL_Keysym contains a deprecated field for unicode which may...Sam Lantinga1-18/+0
2013-06-13Fixed SDL building with the minimal configurationSam Lantinga1-1/+1
2013-06-05Fixed building tests on iOSSam Lantinga1-0/+1
2013-06-05We already link SDL2_test by default now.Sam Lantinga1-1/+1
2013-06-03Add missing VS2012 test projects; update VS2010 and VS2012 solutions; update ...Andreas Schiffler1-2/+2
2013-06-02Changed haptic test program to use announced effect type.Philipp Wiesemann1-1/+1
2013-06-02Fixed testnative on Mac OS X, which no longer ships X11 by default.Sam Lantinga1-4/+2
2013-05-26Fixed test description in test suite for standard library.Philipp Wiesemann1-1/+1
2013-05-24Added the beginning of automated tests for the standard C library routines.Sam Lantinga3-15/+160
2013-05-19Fixed bug 1837 - Use error extension instead of glGetError()Sam Lantinga1-0/+1
2013-05-18Deprecate test/automated and test/test-automation (replaced by test/testautom...Andreas Schiffler118-49424/+0
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga73-4751/+4751
2013-05-18Update test harness to handle test return codes; fix comment format in harnes...Andreas Schiffler1-5/+21
2013-05-15Changed spelling for consistency.Philipp Wiesemann2-12/+12
2013-05-12Fix fuzzer/fuzzer tests on 64bit Linux; remove invalid negative SDL_Scancode ...Andreas Schiffler4-34/+54
2013-05-10Fixed precedence warning in test suite for pixels.Philipp Wiesemann1-1/+1