summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* added --enable-xinput switch for windows buildsOzkan Sezer2021-01-291-2/+2
* renamed SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H to SDL_HAVE_MACHINE_JOYSTICK_HOzkan Sezer2021-01-231-1/+1
* Fixed bug 5463 - generated Wayland interfaces are included in the library's ABISam Lantinga2021-01-141-3/+10
* [KMS/DRM] Go back to the LEGACY interface only because using planes breaks co...Manuel Alfayate Corchete2021-01-081-2/+1
* [Buildsystem] Only build KMSDRM support if EGL+OpenGL is detected by CMake.Manuel Alfayate Corchete2020-12-221-1/+20
* Fixed bug 5406 - Upstreaming DragonFlyBSD changes from DeltaPorts (patch from...Sam Lantinga2020-12-201-6/+6
* Potential fix for bug 5393 - KMSDRM: using atomic mode setting breaks GPU com...Sam Lantinga2020-12-151-1/+2
* Fixed bug 5221 - libusb isn't detected correctly in CMakeSam Lantinga2020-12-091-1/+1
* cmake: Set HAVE_VIDEO_WAYLAND_QT_TOUCH if appropriate (thanks, Michael!).Ryan C. Gordon2020-04-141-0/+1
* cmake: use check_symbol_exists, not check_function_exists (thanks, Manuel!)Ryan C. Gordon2020-04-131-9/+11
* configure: Remove wayland-protocols check from configure and CMake scripts.Ryan C. Gordon2020-04-011-1/+1
* Fixed bug 5044 - CMake messes up hidapi path when project directory contains ...Sam Lantinga2020-03-201-1/+1
* Fixed bug 4643 - Append EGL CFLAGS in CheckOpenGLESX11Sam Lantinga2020-03-021-1/+3
* hidapi: Add SDL_hidapi.c, allows support for multiple hidapi backends.Ethan Lee2019-07-311-2/+9
* cmake: Fix locating libusb header at configure-timeAndrew Eikum2019-07-311-1/+1
* cmake: Added HIDAPI support.Ryan C. Gordon2019-07-081-0/+31
* mir: Removed mir client support.Ryan C. Gordon2018-11-021-40/+0
* wayland: Keep protocol XML files in-tree.Ryan C. Gordon2018-06-251-34/+4
* cmake: Look in popular places for X11 headers, export this info properly.Ryan C. Gordon2018-06-241-5/+15
* Fixed bug 4027 - CheckLibSampleRate macro in sdlchecks.cmake never defines HA...Sam Lantinga2018-02-131-0/+2
* Fixed bug 4081 - sdlchecks.cmake: typo introduced by rev11848 breaks building...Sam Lantinga2018-02-131-1/+1
* Set rpath instead of changing environment for RPiGuillermo A. Amaral"2018-02-071-0/+2
* wayland: Add support for xdg-shell protocol (unstable v6).Ryan C. Gordon2018-02-071-1/+1
* cmake: Minor cleanup (reuse a string we already calculated).Ryan C. Gordon2018-02-071-1/+1
* Make rpi video cross-compiler friendly.Guillermo A. Amaral"2018-01-171-5/+8
* vulkan: Include a copy of vulkan.h and vk_platform.h.Ryan C. Gordon2017-08-271-19/+0
* vulkan: Initial Vulkan support!Ryan C. Gordon2017-08-271-0/+19
* cmake: whoops, Sam and I both fixed this bug at the same time. :)Ryan C. Gordon2017-08-091-2/+0
* Fixed bug 3590 - CMAKE: typos in CheckMirSam Lantinga2017-08-091-3/+3
* cmake: Don't link directly against a libpthread on Android (thanks, Anthony!).Ryan C. Gordon2017-08-091-1/+4
* Android build fixesOlli Kallioinen2017-06-081-0/+2
* Fixed bug 3690 - SDL2 KMS/DRM render context supportSam Lantinga2017-08-021-0/+43
* Fixed bug 3688 - cmake / pthread check related patch proposalSam Lantinga2017-07-101-2/+2
* jack: Initial shot at a JACK audio target.Ryan C. Gordon2017-06-081-0/+30
* Added configure and cmake support for libsamplerateSam Lantinga2017-01-061-0/+23
* cmake: Now generates Wayland protocol source bits like the configure script.Ryan C. Gordon2016-10-111-1/+77
* Fixed bug 3043 - fix alsa configury and cmake checksSam Lantinga2016-10-071-1/+3
* Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags requ...Jukka Jylänki2016-09-131-6/+9
* CMake: Don't link directly to libGL on Unix.Ryan C. Gordon2016-01-031-1/+0
* configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test.Ryan C. Gordon2015-06-081-8/+0
* CMake: fix CHECK_OBJC_SOURCE_COMPILES to work with GCC (thanks, Ivan!).Ryan C. Gordon2015-04-071-1/+1
* Whoops, lost a newline in here.Ryan C. Gordon2015-03-201-1/+2
* Several corrections to the CMake project files (thanks, Ozkan!).Ryan C. Gordon2015-03-201-5/+8
* CMake project files no longer force you to link against Wayland or Mir libs.Ryan C. Gordon2015-03-201-5/+48
* CMake: Replace "else(condition)" with "else()", etc.Ryan C. Gordon2014-12-131-130/+130
* Fixed syntax error in cmake file.Philipp Wiesemann2014-10-171-1/+1
* Expanded the iMX6 video driver into a general Vivante video driver that works...Sam Lantinga2014-10-151-11/+22
* Freescale i.MX6 video drivermastermind2014-09-101-0/+20
* Fixed bug 2683 - Raspberry PI support using CMakeSam Lantinga2014-08-161-0/+29
* Fixed bug 2618 - incomplete pthread-based lock support should be removedSam Lantinga2014-07-071-7/+0