kc3-lang/SDL/src/dynapi

Branch :


Log

Author Commit Date CI Message
7b893acd 2014-03-19 16:02:25 Don't overwrite SDL_dynapi.h in checker-buildbot.sh.
b68b6e23 2014-03-12 11:57:15 Fixed various build and runtime errors when using WinRT with VS2012.
268071d1 2014-02-13 11:08:12 Added the new function at the end so we don't break the ABI
c52c9105 2014-02-13 11:05:30 Added SDL_DXGIGetOutputInfo which returns the adapter and output indices that are used to create DX10 and DX11 devices and swap chains on a particular display. CR: SamL
c2b5da97 2014-02-04 11:38:40 Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler().
58edac3e 2014-02-02 00:53:27 Fixed bug 2374 - Update copyright for 2014... Is it that time already??
3bd0e900 2014-02-02 00: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
338bf9cc 2014-01-29 18:38:13 Add SDL_GL_ResetAttributes.
ecc0df06 2014-01-22 12:39:34 Fix detection of iOS for disabling dynamic API.
d75665c7 2014-01-08 01:07:57 Maybe fix Cygwin.
960458e5 2014-01-08 00:58:03 Patched to compile on Cygwin.
e9689e8d 2014-01-08 00:51:31 Another Android fix.
d16e6301 2014-01-08 00:46:39 Updated Dynamic API jumptable.
d5c977ad 2014-01-08 00:31:19 Patched to compile on OpenBSD.
090327e7 2013-12-09 16:03:18 Implemented the Dynamic API magic.