src/dynapi


Log

Author Commit Date CI Message
Ryan C. Gordon c2b5da97 2014-02-04T11:38:40 Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler().
Sam Lantinga 58edac3e 2014-02-02T00:53:27 Fixed bug 2374 - Update copyright for 2014... Is it that time already??
Sam Lantinga 3bd0e900 2014-02-02T00:33:31 Fixed bug 2376 - no SDL_HasAVX 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
J?rgen P. Tjern? 338bf9cc 2014-01-29T18:38:13 Add SDL_GL_ResetAttributes.
Ryan C. Gordon ecc0df06 2014-01-22T12:39:34 Fix detection of iOS for disabling dynamic API.
Ryan C. Gordon d75665c7 2014-01-08T01:07:57 Maybe fix Cygwin.
Ryan C. Gordon 960458e5 2014-01-08T00:58:03 Patched to compile on Cygwin.
Ryan C. Gordon e9689e8d 2014-01-08T00:51:31 Another Android fix.
Ryan C. Gordon d16e6301 2014-01-08T00:46:39 Updated Dynamic API jumptable.
Ryan C. Gordon d5c977ad 2014-01-08T00:31:19 Patched to compile on OpenBSD.
Ryan C. Gordon 090327e7 2013-12-09T16:03:18 Implemented the Dynamic API magic.