summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
Commit message (Expand)AuthorAgeFilesLines
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-4/+4
* streamline libdl detection and linkingOswald Buddenhagen2017-02-271-2/+0
* Ensure a pixel density of at least 1 for Qt::AA_EnableHighDpiScalingJocelyn Turcotte2017-01-231-1/+1
* eglfs/deviceintegration: Ensure eglfs_kms_support is added only onceFriedemann Kleint2016-12-141-2/+2
* Plugins: use QStringBuilder moreAnton Kudryavtsev2016-12-121-7/+3
* eglfs: Add missing overrideAlexander Volkov2016-12-071-1/+1
* eglfs: allow forcing an overlay planeLaszlo Agocs2016-12-035-28/+89
* eglfs: allow forcing an explicit connector index on DRM/KMSLaszlo Agocs2016-12-031-0/+13
* eglfs: improve EGLStream loggingLaszlo Agocs2016-12-031-1/+3
* eglfs: make it possible to configure the EGLStream FIFO lengthLaszlo Agocs2016-12-011-3/+20
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-243-4/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-233-4/+4
| |\
| | * eglfs: Avoid unexpectedly flushing QPA input eventsLaszlo Agocs2016-11-222-2/+2
| | * eglfs: fix eglfs_mali compile for odroid-maliPeter Seiderer2016-11-191-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-5/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-6/+8
| |\|
| | * Do not guard tslib with evdevLaszlo Agocs2016-11-101-6/+8
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-012-2/+3
|\| |
| * | eglfs: Cast to EGLNativeDisplayType in EGLDevice backendLaszlo Agocs2016-10-281-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+2
| |\|
| | * Fix UB (ininited pointer read) in qt_egl_device_integration()Marc Mutz2016-10-211-0/+1
* | | Replace PKGCONFIG+=foo usages with QMAKE_USELars Knoll2016-10-261-2/+1
* | | Plugins: use const (and const APIs) moreAnton Kudryavtsev2016-10-252-2/+2
* | | Fix change-of-sign warnings caught by ICC 17Thiago Macieira2016-10-231-1/+1
* | | rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-1/+1
* | | port to modularized platformsupport librariesOswald Buddenhagen2016-10-1524-39/+51
* | | eglfs: clean up includes in the shared kms codeLaszlo Agocs2016-10-141-4/+1
* | | eglfs: Fix deformed mouse cursor imageLaszlo Agocs2016-10-131-2/+4
* | | eglfs: Add Virtual and DSI connector types for DRMLaszlo Agocs2016-10-111-1/+3
* | | eglfs: make qeglfsglobal.h privateLaszlo Agocs2016-09-2211-10/+21
* | | eglfs: Move remaining sources to under apiLaszlo Agocs2016-09-2225-33/+65
* | | eglfs: Add missing virtual layout setting for DRM/KMSLaszlo Agocs2016-09-222-17/+41
* | | Modularize configure.json/.priLars Knoll2016-09-151-0/+1
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-7/+7
* | | Rework privateFeatureLars Knoll2016-08-191-9/+9
* | | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-194-22/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-169-16/+17
|\| |
| * | Add X11 support for the DRIVE CXLaszlo Agocs2016-08-109-16/+17
* | | remove redundant LIBS += -lGALOswald Buddenhagen2016-08-122-2/+0
* | | evdevtouch: Enable touch in multi-screen eglfs environmentsLaszlo Agocs2016-08-111-0/+3
* | | eglfs: Configurable screen order in the virtual desktopLaszlo Agocs2016-08-1113-74/+84
* | | eglfs: Fix rotation support with the DRM backendsLaszlo Agocs2016-08-107-11/+13
* | | eglfs: Add basic support for controlling how the virtual desktop is formedLaszlo Agocs2016-08-103-5/+34
* | | eglfs: Add physicalWidth and height overrides to KMS configLaszlo Agocs2016-08-102-10/+20
* | | eglfs: Support virtual desktops in the OpenGL cursorLaszlo Agocs2016-08-109-76/+198
* | | eglfs: Fix QT_QPA_EGLFS_ROTATION with the KMS/DRM screeenLaszlo Agocs2016-08-101-3/+23
* | | eglfs: Enable virtual desktop with EGLDevice as wellLaszlo Agocs2016-08-104-8/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-2/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+16
| |\|
| | * raspberry pi: manage eglfs display id with env varcharlycha2016-08-041-2/+16