sdl2_frt/src/render
David Ludwig 25abce513d WinRT: added Win10/UWP (Universal Windows Platform) support
"UWP" appears to be Microsoft's new name for WinRT/Windows-Store APIs.

This set of changes updates SDL's WinRT backends to support the Win10 flavor
of WinRT.  It has been tested on Win10 on a desktop.  In theory, it should
also support Win10 on other devices (phone, Xbox One, etc.), however further
patches may be necessary.

This adds:
- a set of MSVC 2015 project files, for use in creating UWP apps
- modifications to various pieces of SDL, in order to compile via MSVC 2015 +
  the Win10 API set
- enables SDL_Window resizing and programmatic-fullscreen toggling, when using
  the WinRT backend
- WinRT README updates
2015-11-29 19:33:11 -05:00
..
direct3d Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
direct3d11 WinRT: added Win10/UWP (Universal Windows Platform) support 2015-11-29 19:33:11 -05:00
opengl Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
opengles Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
opengles2 Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
psp Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
software Fixed compiler warning about shadowed local variables. 2015-06-23 01:44:44 -04:00
mmx.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_d3dmath.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_d3dmath.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_render.c Changed an error return value from 0 to NULL for consistency. 2015-08-21 23:50:37 +02:00
SDL_sysrender.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_yuv_mmx.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_yuv_sw_c.h Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00
SDL_yuv_sw.c Fixed crash if initialization of EGL failed but was tried again later. 2015-06-21 17:33:46 +02:00