kc3-lang/SDL/src/dynapi

Branch :


Log

Author Commit Date CI Message
6101e4b2 2014-06-07 18:20:01 Added SDL_sqrtf(), SDL_tan(), SDL_tanf()
1e352d79 2014-06-06 15:45:59 Chrome's Native Client backend implementation
947a0b8b 2014-06-04 10:57:12 Ryan C. Gordon <icculus@icculus.org> 2014-05-24 01:23 -0400 Generated dynapi stuff for the new WinRT entry points. http://hg.libsdl.org/SDL/rev/d54306e2b8a7
da6d9a9f 2014-06-04 10:56:56 Added annotations to help code analysis tools CR: Bruce Dawson
45ed5ee4 2014-06-04 10:55:26 Added an API function to warp the mouse cursor in global screen space: SDL_WarpMouseGlobal()
a2710516 2014-05-24 01:23:57 Generated dynapi stuff for the new WinRT entry points.
defd90b6 2014-04-19 13:15:41 Render: Allow empty cliprect. This fixes an issue where an empty cliprect is treated the same as a NULL cliprect, causing the render backends to disable clipping. Also adds a new API, SDL_RenderIsClipEnabled(render) that allows you to differentiate between: - SDL_RenderSetClipRect(render, NULL) - SDL_Rect r = {0,0,0,0}; SDL_RenderSetClipRect(render, &r); Fixes https://bugzilla.libsdl.org/show_bug.cgi?id=2504
03afd0de 2014-04-18 12:43:04 SDL_DXGIGetOutputInfo() checks input parameters and returns a boolean value whether or not it succeeded.
3dcb451f 2014-04-09 21:29:19 Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad.
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.