summaryrefslogtreecommitdiff
path: root/docs/README-ios.md
Commit message (Collapse)AuthorAgeFilesLines
* README-ios: added a note about enabling hidapi.Ryan C. Gordon2018-10-291-0/+16
|
* Backed out changeset 9bb50edccc46, SDL_JOYSTICK_HIDAPI is only used on iOS ↵Sam Lantinga2018-10-291-16/+0
| | | | for Steam Controller support, which is not publicly available.
* README-ios: added a note about enabling hidapi.Ryan C. Gordon2018-10-291-0/+16
|
* Fixed bug 3850 - incorrect numbering in docs/README-ios.mdSam Lantinga2017-09-261-5/+4
| | | | | | | | | | | | | | | | | | | | | Michal the numbering of the bulletpoints in: docs/README-ios.md has been mangled with: changeset 11365 a9bd2625fa01 fix: 12 2. Open SDL.xcodeproj (located in Xcode-iOS/SDL) in Xcode. 13 4. Select your desired target, and hit build. remove: 28 1. Follow step 1 above. adapt: 29 2. cd (PATH WHERE THE SDL CODE IS)/build-scripts 30 3. ./iosbuild.sh
* Added instructions for deploying to older iOS devices (thanks Sylvain!)Sam Lantinga2017-09-221-0/+17
|
* We don't need the VULKAN_SDK to build SDL with Vulkan support anymoreSam Lantinga2017-08-281-9/+6
|
* vulkan: Initial Vulkan support!Ryan C. Gordon2017-08-271-4/+9
| | | | | This work was done by Jacob Lifshay and Mark Callow; I'm just merging it into revision control.
* iOS: Added brackets to function names in README so that doxygen links them.Philipp Wiesemann2016-05-101-9/+9
|
* Fixed typo in README for iOS.Philipp Wiesemann2016-01-011-1/+1
|
* Updated some header comments and iOS documentation to better clarify ↵Alex Szpakowski2015-12-311-7/+35
| | | | high-dpi / retina support and screen-coordinate sizes versus pixel sizes.
* Added MSAA support for OpenGL ES contexts on iOS.Alex Szpakowski2015-07-191-10/+18
| | | | Note that extra steps must be taken when using glReadPixels to read the contents of the main OpenGL ES framebuffer on iOS, if multisampling is used. See the OpenGL ES section of README-ios.md for details.
* Fixed markdown formatting in READMEs.Philipp Wiesemann2014-08-151-20/+25
|
* Fixed enumeration in README.Philipp Wiesemann2014-08-151-2/+2
|
* Fixed doxygen warning and markdown formatting.Philipp Wiesemann2014-08-111-72/+72
|
* Moved documentation to docs, recreated a simple README.txt, fixed buildSam Lantinga2014-07-291-0/+225