summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2018-07-01made the wasapi configury option consistent with others.Ozkan Sezer1-7/+7
2018-07-01make WASAPI configurable in autofoo and cmake (default is on.)Ozkan Sezer1-1/+12
2018-06-25wayland: Keep protocol XML files in-tree.Ryan C. Gordon1-73/+19
2018-06-24wayland: Implemented xdg-wm-base support.Ryan C. Gordon1-8/+29
2018-05-05Fixed bug 4154 - Fix three empty variable tests in configureSam Lantinga1-3/+3
2018-04-23Fixed bug 4144 - CMake complains about trailing spaces in sdl2.pcSam Lantinga1-4/+11
2018-03-12Added Mac OpenGL ES configure supportSam Lantinga1-0/+19
2018-03-02Fixed bug 4101 - configure needs regenerating after changeset 11894Sam Lantinga1-2/+2
2018-02-11Fixed bug 4075 - configury adds Metal.framework to linkage even if it is not ...Sam Lantinga1-0/+2
2018-01-17SDL_log10Ethan Lee1-1/+1
2018-02-07Set rpath instead of changing environment for RPi"Guillermo A. Amaral"1-1/+1
2018-02-07wayland: Add support for xdg-shell protocol (unstable v6).Ryan C. Gordon1-1/+1
2018-01-17Make rpi video cross-compiler friendly."Guillermo A. Amaral"1-1/+45
2018-01-02configure script: Implement testing for build-time Metal SDK support.Alex Szpakowski1-2/+38
2017-12-11Check for immintrin.h before using it in SDL_cpuinfo.hSam Lantinga1-0/+14
2017-12-08configure: List Metal in video drivers.Ryan C. Gordon1-1/+2
2017-12-07Enable building the Metal renderer by default, and weak link the Metal framew...Sam Lantinga1-16/+31
2017-11-12Updated SDL's YUV support, many thanks to Adrien DescampsSam Lantinga1-0/+1
2017-11-05Updated version to 2.0.8 since SDL_image depends on itSam Lantinga1-2/+2
2017-11-04Added SDL_fmod() and SDL_fmodf()Sam Lantinga1-1/+1
2017-11-04Added float versions of SDL's math functionsSam Lantinga1-12/+19
2017-10-12Added functions to query and set the SDL memory allocation functions:Sam Lantinga1-1/+14
2017-10-12Updated version to 2.0.7Sam Lantinga1-2/+2
2017-09-29revert files I didnt mean to commit!Brandon Schaefer1-14/+1
2017-09-29wayland: Fix bug 3814 -Wmissing-field-initializersBrandon Schaefer1-1/+14
2017-09-22Added stub Steam Controller sources to Android and iOS command line buildsSam Lantinga1-0/+2
2017-09-22Removed non-existent filesSam Lantinga1-1/+0
2017-09-22Added stubs for simple Steam Controller supportSam Lantinga1-0/+2
2017-09-09Fixed bug 3760 - RWops doesn't check for integer overflow when stdio_fseek on...Sam Lantinga1-1/+1
2017-09-08Fixed bug 3805 - Why is there no --enable-video-rpi option in configure?Sam Lantinga1-32/+72
2017-09-06Fixed bug 3797 - configure check for float.hSam Lantinga1-1/+1
2017-08-30Fix QNX build - prioritize system EGL headers over the Khronos onesSam Lantinga1-1/+1
2017-08-29Fixed bug 3616 - SDL_GL_CreateContext fails with SDL_GL_CONTEXT_DEBUG_FLAG an...Sam Lantinga1-1/+1
2017-08-28We removed QuartzCore link dependency in commit d459d8934897Sam Lantinga1-6/+0
2017-08-28Fixed Vulkan configure check for Android and added one for Mac OS XSam Lantinga1-20/+41
2017-08-28Removed the need for libSDL2main.a on Android, and separated JNI initializati...Sam Lantinga1-2/+1
2017-08-28Be clear that disabling Vulkan surface support disables the entire SDL Vulkan...Sam Lantinga1-1/+1
2017-08-27vulkan: Include a copy of vulkan.h and vk_platform.h.Ryan C. Gordon1-26/+3
2017-08-27vulkan: Initial Vulkan support!Ryan C. Gordon1-1/+106
2017-08-21Fixed bug 3761 - Windows non-MinGW cmake build defines HAVE_WCSLCPY and HAVE_...Sam Lantinga1-1/+1
2017-08-21configury: check mmdeviceapi.h and audioclient.h before enabling wasapi.Sam Lantinga1-1/+17
2017-08-18Updated version to 2.0.6Sam Lantinga1-2/+2
2017-08-18Added WASAPI audio target to autoconf build processSam Lantinga1-0/+4
2017-08-18configure: Apple platforms don't need to build with -fpascal-strings anymore.Ryan C. Gordon1-2/+0
2017-08-18configure: mac and iOS should compile core/unix/*.cRyan C. Gordon1-0/+4
2017-08-14Fixed bug 2330 - Debian bug report: SDL2 X11 driver buffer overflow with larg...Sam Lantinga1-1/+3
2017-08-13Added wchar.h to fix build on some platforms with new wcs* functionsSam Lantinga1-1/+1
2017-08-13Added SDL_wcscmp()Sam Lantinga1-1/+1
2017-08-13Fixed bug 2812 - Make libSDL2main.a usable on Android via a dummy symbolSam Lantinga1-0/+2
2017-08-12Fixed bug 3208 - Minor improvements to the configure scriptSam Lantinga1-4/+4