Commit Graph

  • 0597bf6e99 Fixed bug 3993 - altivec.h include in SDL_cpuinfo.h breaks compilation with -std=c++11 Sam Lantinga 2017-12-12 16:25:43 -08:00
  • ca7297668a Fixed bug 3996 - Corrupted or over-released critical section on SDL_Quit (SDL_event_watchers_lock) Sam Lantinga 2017-12-12 16:10:20 -08:00
  • 2afc0b7fa5 Add the ability to set SDL to handle Return as 'hide IME' on Android softkeyboard. (thanks Rachel!) Sam Lantinga 2017-12-12 12:52:23 -08:00
  • e8bbbb37f1 Added support for Android video textures Sam Lantinga 2017-12-12 12:52:17 -08:00
  • bed7fd8066 Merged latest changes from rel/streaming_client Sam Lantinga 2017-12-12 12:52:09 -08:00
  • 527a8eb058 Renamed Xcode build targets so it's easier to copy files out of build directories on the command line Also enabled bitcode, which is needed for App Store builds Sam Lantinga 2017-12-12 12:14:55 -08:00
  • 638d4fe3f8 Added SDL_uikitmetalview.m to the tvOS project Sam Lantinga 2017-12-12 11:29:00 -08:00
  • e0d0184f09 Fixed bug 3999 - Build failed when try to build with configure script for Android Sam Lantinga 2017-12-11 14:44:34 -08:00
  • f1ec8a5f4c Check for immintrin.h before using it in SDL_cpuinfo.h Sam Lantinga 2017-12-11 12:00:12 -08:00
  • 1b16618b13 Fixed Windows gcc build Sam Lantinga 2017-12-11 11:47:52 -08:00
  • 7ac46a7449 The newer compilers generate the property boilerplate automatically Sam Lantinga 2017-12-11 11:34:53 -08:00
  • 358e4d9c7e Fixed Mac OS X build Sam Lantinga 2017-12-11 11:02:51 -08:00
  • ab06f570a8 Workaround for bug 3931 - spurious SDL_MOUSEMOTION events with SDL_HINT_MOUSE_RELATIVE_MODE_WARP 1 since Windows 10 Fall Creators update Sam Lantinga 2017-12-10 09:17:33 -08:00
  • baae74c857 Added SDL_WinRTGetDeviceFamily() to find out what type of device your application is running on (thanks Daniel Knobe!) Sam Lantinga 2017-12-10 09:10:02 -08:00
  • 3ae9768935 Added the Metal framework to several iOS tests Sam Lantinga 2017-12-10 09:09:27 -08:00
  • c2cc9c166c Backed out using pixel texture coordinates, it had weird visual side effects Sam Lantinga 2017-12-09 19:48:38 -08:00
  • 8aad49238b Fixed normalized coordinates when the viewport is set Sam Lantinga 2017-12-09 19:41:08 -08:00
  • 441d309551 Added support for linear sampling and pixel coordinates in the metal renderer Sam Lantinga 2017-12-09 15:00:41 -08:00
  • 1c43705bab Fixed compiler warning Sam Lantinga 2017-12-09 13:05:56 -08:00
  • f55c998891 Fixed pixel positioning and size for the Metal renderer Sam Lantinga 2017-12-09 12:58:41 -08:00
  • 7dac177cd1 metal: fixed render target support. Ryan C. Gordon 2017-12-09 03:28:23 -05:00
  • 85d12d8f21 metal: Added some comments and FIXMEs. Ryan C. Gordon 2017-12-09 03:27:52 -05:00
  • dbce1341d5 audio: fixed typo in Doxygen comment. Ryan C. Gordon 2017-12-09 03:24:01 -05:00
  • bcf1e62289 Removed duplicate entry for SDL_wasapi.h Sam Lantinga 2017-12-08 16:12:53 -08:00
  • 686fc0937e metal: Cleaned up some reference count politics. Ryan C. Gordon 2017-12-08 18:26:26 -05:00
  • 7cb8b50ad8 hints: Add "metal" to the list of SDL_RENDER_DRIVER hints. Ryan C. Gordon 2017-12-08 17:43:57 -05:00
  • cf3d450313 Added SDL_RenderGetMetalLayer() and SDL_RenderGetMetalCommandEncoder() Sam Lantinga 2017-12-08 14:30:10 -08:00
  • c403c0fa9a Fixed Metal renderer memory leak Sam Lantinga 2017-12-08 13:20:20 -08:00
  • 81a33985e1 metal: Don't check if Metal is available if targeting modern macOS versions. Ryan C. Gordon 2017-12-08 14:03:36 -05:00
  • b733dcc208 Minor cleanup Sam Lantinga 2017-12-08 12:02:23 -08:00
  • 5182c23c6b Fixed minor memory leak in the Metal renderer Sam Lantinga 2017-12-08 11:35:19 -08:00
  • cac4e31261 Added check for failure of D3D_ActivateRenderer() Sam Lantinga 2017-12-08 11:34:32 -08:00
  • 127841f315 Fixed compiler warning Sam Lantinga 2017-12-08 11:33:27 -08:00
  • 1a1cd8c143 Fixed bug 1878 - Scaled texture draws with filtering produce wrapping artifacts. Sam Lantinga 2017-12-08 11:09:05 -08:00
  • 7472963805 configure: List Metal in video drivers. Ryan C. Gordon 2017-12-08 00:49:35 -05:00
  • dc04f290a3 Defer getting the next drawable until we actually start rendering This works better for games where there may be a bunch of simulation logic that needs to be run before the next rendering pass, and prevents blocking if the next drawable is busy. Sam Lantinga 2017-12-08 08:58:02 -08:00
  • 104decd16d Fixed runtime errors on iOS Sam Lantinga 2017-12-07 18:08:51 -08:00
  • ba9c336e04 Fixed building for simulators or older iOS SDKs Sam Lantinga 2017-12-07 17:47:01 -08:00
  • 6deb1e7595 Fixed compiling Metal renderer on iOS Sam Lantinga 2017-12-07 17:12:03 -08:00
  • 1ae73a2be8 Added iOS and OSX versions of the Metal shaders Sam Lantinga 2017-12-07 16:08:47 -08:00
  • b2859af6df Enable building the Metal renderer by default, and weak link the Metal framework so the SDL library is safe to use on older Macs Also generate iOS versions of the Metal shaders Sam Lantinga 2017-12-07 16:08:09 -08:00
  • 2a2c8d42ca Initial shot at a renderer target for Apple's Metal API. Ryan C. Gordon 2016-04-21 03:16:44 -04:00
  • cadf3e44ca The Metal view is a full SDL_uikitview to support multi-touch Sam Lantinga 2017-12-07 09:35:28 -08:00
  • ef6e629d39 cocoa: Added two missing files from hg changeset da7ba330ec68. Ryan C. Gordon 2017-12-06 16:37:55 -05:00
  • 351d6d4784 audio: Port WASAPI to WinRT, remove XAudio2 backend. Ryan C. Gordon 2017-12-06 12:24:32 -05:00
  • 083fe066d5 winrt: Patched to compile on Ryan's workstation. :) Ryan C. Gordon 2017-12-06 13:48:51 -05:00
  • 47506fe1de Fixed bug 3974 - Fix SDL_WarpMouseInWindow on both KMSDRM and RaspberryPi drivers Sam Lantinga 2017-12-04 20:37:01 -08:00
  • 57ebc72714 Fixed bug 3975 - Add GLES2 support for macOS via ANGLE library Sam Lantinga 2017-12-04 20:35:01 -08:00
  • 7914725bfc Removed spurious debug output Sam Lantinga 2017-12-04 20:26:09 -08:00
  • 5a735da968 Fixed SDL_Log not working on windows if the output is being redirected. Olli Kallioinen 2017-12-04 19:28:03 +02:00
  • 14452e9550 Fixed typos (thanks Martin!) Sam Lantinga 2017-12-04 20:21:52 -08:00
  • 67950e101e Fixed name of eglCreatePbufferSurface function Sam Lantinga 2017-12-03 20:27:08 -08:00
  • e943d1ce5a Fixed bug 3945 - Add eglCreatePbufferSurface function Sam Lantinga 2017-12-03 20:25:55 -08:00
  • 25df5a5ac9 Non-resizable windows need to have their window rect set to the client rect Sam Lantinga 2017-11-28 18:31:18 -08:00
  • 88e3562ba0 Use the included Khronos headers on Android so we can create Core OpenGL contexts when building with older SDK Sam Lantinga 2017-11-27 15:07:07 -08:00
  • 8758b7bf15 Fixed bug 3980 - Fix for KMSDRM driver where cursor would not be shown on some gfx hardware because of unsupported cursor size Sam Lantinga 2017-11-24 12:03:28 -08:00
  • 5f38b5d705 Fixed bug 3979 - Failed to link with "multiple definition of `scalbln'" error on both MinGW and MinGW-w64 by CMake Sam Lantinga 2017-11-24 03:01:07 -08:00
  • f776997afc Fixed some compiler warnings Sam Lantinga 2017-11-21 21:58:27 -08:00
  • ac4b491b20 Disabled spurious Visual Studio warnings in the uClibc math code Sam Lantinga 2017-11-21 21:51:33 -08:00
  • 1c0c90323c Fixed bug 3976 - SDL drivers may leak driverdata memory due to ignoring return value of SDL_AddDisplayMode Sam Lantinga 2017-11-21 21:30:47 -08:00
  • 688bc2858a Steam Virtual GamePad config for macOS Ethan Lee 2017-11-20 13:59:43 -05:00
  • 3ac8adbae3 Fixed bug 3973 - Include of stdint is needed to build on linux, mingw and possibly android Sam Lantinga 2017-11-20 00:06:37 -08:00
  • a4b33d7451 Fixed bug 3959 - cmake build broken by commit 11702 (7fdbffd47c0e) due to typo Sam Lantinga 2017-11-20 00:03:23 -08:00
  • dba9979f44 Added support for aarch64 memory barrier instruction Sam Lantinga 2017-11-19 23:36:54 -08:00
  • 8fb3885c3c Fixed bug 3964 - YUV to RGB in video/SDL_yuv.c is broken for any output format of type ABGR8888 or BGR888 Sam Lantinga 2017-11-17 11:03:02 -08:00
  • cd89efb8b9 Fixed building yuv_rgb.h when stdint.h isn't available (thanks Ozkan!) Sam Lantinga 2017-11-17 10:55:58 -08:00
  • 4764f7a45c Fixed building YUV test programs (thanks Ozkan!) Sam Lantinga 2017-11-17 10:54:46 -08:00
  • a6a4e27ae8 Updated SDL's YUV support, many thanks to Adrien Descamps Sam Lantinga 2017-11-12 22:51:12 -08:00
  • c317ab978f Fixed Android build error on older SDK Sam Lantinga 2017-11-12 10:59:05 -08:00
  • 20364769e0 Fixed typo in comment Sam Lantinga 2017-11-11 17:21:47 -08:00
  • 846d008036 Only include Intel intrinsics header on x86 and x64 Sam Lantinga 2017-11-11 16:20:00 -08:00
  • 4026db8c7e Replaced the intrinsics header with the single header that includes all intrinsics so we can use AVX, etc. Sam Lantinga 2017-11-10 14:22:21 -08:00
  • 5501bcc834 macOS: Fix an OS-generated warning printed to stdout on launch in bundled apps. Alex Szpakowski 2017-11-09 22:24:09 -04:00
  • fcb77f9848 Back out the following commits which are causing Dota 2 Exclusive Fullscreen to fail on AMD-based Macs. The details of why this is being reverted are at: https://bugzilla.libsdl.org/show_bug.cgi?id=3949 Sam Lantinga 2017-11-08 14:17:23 -08:00
  • 9f4e4be8e0 Fixed bug 3943 - General SDL_HINT_VIDEO_DOUBLE_BUFFER hint support Brandon Schaefer 2017-11-07 09:10:32 -08:00
  • 5cc46f3d30 mouse: remove assert for unimplemented platforms (thanks, tomwardio!). Ryan C. Gordon 2017-11-06 15:29:24 -05:00
  • bbb22a75c8 Updated version to 2.0.8 since SDL_image depends on it Sam Lantinga 2017-11-05 01:17:24 -07:00
  • c5429bd975 Fixed bug 3939 - Remove static vm_error and vm_event from SDL_x11modes.c Sam Lantinga 2017-11-04 22:06:40 -07:00
  • 50e422adfe Fixed bug 3917 - Android, issues with getManifestEnvironmentVariable Sam Lantinga 2017-11-04 22:03:28 -07:00
  • 2c5724ef5d Updated version to 2.0.8 since SDL_image depends on it Sam Lantinga 2017-11-04 21:58:48 -07:00
  • afbba1822c Fixed compiling on Windows with HAVE_LIBC enabled Sam Lantinga 2017-11-04 18:01:03 -07:00
  • 34a8cf767c Fixed compiler warnings after uClibc code update Sam Lantinga 2017-11-04 17:39:28 -07:00
  • bcdf8b916b Added SDL_fmod() and SDL_fmodf() Sam Lantinga 2017-11-04 17:35:03 -07:00
  • 6cf065753c Updated math code from the uClibc 0.9.33 release Sam Lantinga 2017-11-04 15:53:19 -07:00
  • 34502143d9 Added float versions of SDL's math functions Sam Lantinga 2017-11-04 15:34:14 -07:00
  • bba90a6562 Fixed using libunwind on iOS, where it's only available on the simulator (thanks Vit!) Sam Lantinga 2017-11-04 09:44:29 -07:00
  • 758156a765 Fixed bug 3917 - Android, issues with getManifestEnvironmentVariable Sam Lantinga 2017-11-04 09:37:29 -07:00
  • 7334a2a1b5 Fixed bug 3940 - Add support for EGL_SURFACE_TYPE Sam Lantinga 2017-11-04 09:07:33 -07:00
  • bf3e363d4b Raspberry Pi: fix ES 1/PVR support & autodetect Mesa driver * The brcmGLESv2 vendor library also supports ES PVR/1 profiles * Fallback to standard Mesa libraries if the VC4 driver is loaded Conn O'Griofa 2017-11-04 09:04:19 -07:00
  • 547448df6f SDL_video: try to bootstrap KMSDRM before RPI video driver Allow better coexistence between RPI's vendor libraries and VC4 mesa driver. Conn O'Griofa 2017-11-04 09:03:20 -07:00
  • 7abef33c5b Android configure-based build fixes (thanks Vit!) Sam Lantinga 2017-11-04 09:00:40 -07:00
  • 1724313349 Emscripten: use cursor hotspot the cursor's hotspot simply wasn't translated to it's CSS equivalent, yet see https://developer.mozilla.org/en-US/docs/Web/CSS/cursor?v=example#Syntax. no explicit hotspot if (0|0) for compatibility with Edge and IE, which indeed don't support custom hot spots Johannes Bader 2017-11-04 11:16:49 +00:00
  • bb8c3a9cc2 Make SDL fullscreen windows on Android actually fullscreen Sam Lantinga 2017-11-02 10:41:55 -07:00
  • c954b53830 Fixed bug 3935 - Not find joysticks if android run 24-48 days. Sam Lantinga 2017-11-02 08:48:14 -07:00
  • 522901b88d Fixed bug 3933 - Android, no need of the listener thread Sam Lantinga 2017-11-02 08:46:14 -07:00
  • 1475e6984a Fixed bug 3917 - Android, issues with getManifestEnvironmentVariable Sam Lantinga 2017-11-01 19:19:21 -07:00
  • 8c46580231 Allow the activity to persist through connecting or disconnecting a keyboard Sam Lantinga 2017-11-01 18:41:11 -07:00
  • 62c3acaf9f Moved the meta-data into the right section Sam Lantinga 2017-11-01 18:40:11 -07:00
  • 54a0245b70 Fixed bug 3926 - SDL_main export Sam Lantinga 2017-11-01 17:41:25 -07:00
  • 9192c93e90 Fixed bug 3932 - Android, GetDisplayDPI release local reference Sam Lantinga 2017-11-01 17:30:02 -07:00