aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform
AgeCommit message (Collapse)Author
2018-04-25Create cmake/platform/linux/{gbm,rbpi}.cmake for FreeBSDTobias Kortkamp
Signed-off-by: Tobias Kortkamp <tobik@FreeBSD.org>
2018-04-25[cmake] add LibInputLukas Rusak
2018-04-18handle limit color setting per platformWolfgang Haupt
Remove the limited color setting from the generic settings.xml and add it to the platforms that support limited range. Create missing platform xml's for x11 and wayland.
2018-04-05[cmake] move rbpi platform defines into platform fileRechi
2018-02-25[Settings] Allow s/w decode for GBM platformpeak3d
2018-02-12[GBM] Add meson / allow single plane modepeak3d
2018-01-24[AML] define MESA_EGL_NO_X11_HEADERS to detect correct egl_platformpeak3d
2018-01-16Revert "[cmake] [wayland] Require wayland-protocols >= 1.12 for xdg_wm_base"Philipp Kerling
This reverts commit 6b1e800e11ab82b544b4ff1883b789547d5cc01c.
2018-01-14[cmake] [wayland] Require wayland-protocols >= 1.12 for xdg_wm_basePhilipp Kerling
2018-01-14[cmake] [wayland] Bump waylandpp dependency to 0.2.2Philipp Kerling
2018-01-08[cmake] Fix freebsd wayland includePhilipp Kerling
2018-01-05Merge pull request #13096 from pkerling/wayland-fixesWolfgang Schupp
Wayland fixes
2018-01-04added: pass render system to use to add-onsnotspiff
wayland can use either gl or gles and we need to know which in add-ons
2018-01-04[cmake] [wayland] Specify minimum version requirements for waylandpp and ↵Philipp Kerling
xkbcommon waylandpp 0.1.5 for const-correct cursor functions xkbcommon 0.4.1 for xkb_state_key_get_utf32
2018-01-04[cmake] Reorganize Wayland detectionPhilipp Kerling
This now requires pkgconfig for correct operation. This should not be a problem since wayland is only used on UNIX platforms anyway.
2018-01-04[cmake][wayland] Deduplicate identical CMake file for BSD and LinuxPhilipp Kerling
2017-12-22[cmake] merge FindOpenGLES3.cmake and FindOpenGLES.cmakeLukas Rusak
2017-11-09Merge pull request #11665 from bkuhls/cmake_findiconvWolfgang Schupp
[cmake] iconv is a required dependency
2017-11-06[cmake] FreeBSD platform changes for 30c3e25Ahto Taat
2017-11-03Merge pull request #12990 from lrusak/imx-removalLukas Rusak
[linux] remove imx platform
2017-11-03iconv is a required dependencyRechi
2017-11-02[win10] add uwp to cmakeDale Stammen
2017-11-01[linux] remove imx platformLukas Rusak
2017-09-18[cmake] require glx when using vdpauLukas Rusak
2017-09-09Add missing libzip dependency for AndroidPhilipp Kerling
2017-08-16Integrate Wayland into build system and windowingPhilipp Kerling
2017-08-02[win32] add new define `TARGET_WINDOWS_DESKTOP`Anton Fedchin
2017-07-17Merge pull request #12021 from lrusak/rpi-cleanupLukas Rusak
[linux] treat rbpi as linux not a separate platform
2017-07-15[cmake] move rpi platformLukas Rusak
2017-07-15[cmake] remove CORE_SYSTEM_NAME rbpiLukas Rusak
2017-07-13Merge pull request #12461 from lrusak/cmake-cleanupLukas Rusak
[cmake] cleanup FindOpenGLES.cmake
2017-07-10[cmake][android] require EGLLukas Rusak
2017-07-10[cmake] gbm requires opengles3 when vaapi is enabledLukas Rusak
2017-07-10[cmake] allow building gbm with vaapiLukas Rusak
2017-07-05[cmake] allow building with gbmLukas Rusak
2017-06-01[cmake] add FindGLX.cmake and fix system.h definesLukas Rusak
2017-05-27[cmake] add support for platformChristian Fetzer
2017-02-24[cmake|win] get rid of _USE_32BIT_TIME_TRechi
2016-12-21[cmake] Move to root folder: Move filesh.udo