Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-03 | switch to use SDL_PRI* macros for long long formatting everywhere. | Edward Rudd | 1 | -5/+1 | |
2014-11-30 | Fix assert format strings/parameters in testautomation modules; improve ↵ | Andreas Schiffler | 1 | -17/+8 | |
output of SDL_CompareSurfaces to aid debugging; update platform_testSetErrorInvalidInput for SDL changes | |||||
2014-03-11 | Fix bug/add test coverage for SDLTest_GenerateRunSeed helper; improve test ↵ | Andreas Schiffler | 1 | -6/+38 | |
harness adding output of repro steps for failures; improve negative test for SDL_GetError/SDL_SetError | |||||
2014-02-02 | Fixed bug 2376 - no SDL_HasAVX | Sam Lantinga | 1 | -0/+4 | |
Haneef Mubarak AVX is the successor to SSE* and is fairly widely available. As such, it really ought to be detectable. This functionality ought to be trivial to implement, and not having it means being forced to write an ugly workaround to check for AVX (so that normal SSE can be used if AVX is not available). Here is an example on detecting AVX from SO (it actually shows ways to cehck for all of teh fancy instructions): http://stackoverflow.com/questions/6121792/how-to-check-if-a-cpu-supports-the-sse3-instruction-set | |||||
2013-08-21 | OCD fixes: Adds a space after /* (glory to regular expressions!) | Gabriel Jacobo | 1 | -9/+9 | |
2013-08-20 | More non C89 compliant comments | Gabriel Jacobo | 1 | -9/+9 | |
2013-05-18 | File style cleanup for the SDL 2.0 release | Sam Lantinga | 1 | -27/+27 | |
2012-12-30 | Add testautomation to VS project; remove automated from VS project; minor ↵ | Andreas Schiffler | 1 | -16/+16 | |
update to platform suite | |||||
2012-12-22 | Added the automation test to the autoconf build system | Sam Lantinga | 1 | -0/+561 | |