summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+1
|\
| * Use correct DRM event context versionJonathan Liu2017-07-261-1/+1
* | eglfs_kms: Use eglCreatePlatformWindowSurfaceKwangsub Kim2017-08-012-19/+49
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
* | eglfs_kms: Decode EDID blobPier Luigi Fiorini2017-05-021-1/+1
* | eglfs_kms: Use eglGetPlatformDisplay when availableLaszlo Agocs2017-04-242-0/+31
|/
* Fix build with libdrm >= 2.4.78Thiago Macieira2017-04-171-5/+5
* Include missing errno.hAllan Sandfeld Jensen2017-03-181-0/+2
* Fix build with -no-openglPaul Olav Tvete2017-03-031-3/+4
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-10/+27
|\
| * eglfs: allow forcing an overlay planeLaszlo Agocs2016-12-031-10/+27
* | eglfs: Replace Q_DECL_OVERRIDE by overrideAlexander Volkov2016-12-075-19/+19
* | Move DRM/KMS code from eglfs into kmsconvenienceLaszlo Agocs2016-11-167-43/+51
|/
* Plugins: use const (and const APIs) moreAnton Kudryavtsev2016-10-251-1/+1
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-153-3/+3
* eglfs: Move remaining sources to under apiLaszlo Agocs2016-09-223-3/+3
* employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-7/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-2/+2
|\
| * Add X11 support for the DRIVE CXLaszlo Agocs2016-08-101-2/+2
* | eglfs: Configurable screen order in the virtual desktopLaszlo Agocs2016-08-114-11/+8
* | eglfs: Fix rotation support with the DRM backendsLaszlo Agocs2016-08-101-2/+2
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+1
| |\
| | * Compile fix: C++11 usage: Replace nullptr with Q_NULLPTRRalf Nolden2016-05-251-1/+1
* | | Install some eglfsdeviceintegration headers, as a private moduleGiulio Camuffo2016-06-033-6/+6
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-7/+80
|\|
| * eglfs: Support dynamic mouse cursor show/hide with DRM HW cursorLaszlo Agocs2016-05-112-8/+81
* | eglfs: Fix DRM+KMS backendsLaszlo Agocs2016-05-102-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-2/+7
|\|
| * Fix FPE under EGLFS_KMS if mesa-10.2.7Elena Zaretskaya2016-05-041-2/+7
* | Fix plugin name for eglfs' GBM backendLaszlo Agocs2016-05-031-1/+1
* | Multi-screen handling for the eglfs_kms_egldevice backendDominik Holland2016-04-1512-1066/+419
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-1/+1
|\|
| * Fix 2 cursors under EGLFS_KMSElena Zaretskaya2016-04-111-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+6
|\|
| * eglfs QPA: Hide the cursor when QT_QPA_EGLFS_HIDECURSOR is setAndy Shaw2016-04-011-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-4/+4
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-4/+4
* | Updated license headersJani Heikkinen2016-01-159-126/+180
* | eglfs kms: allow overriding physical display size via env variablesShawn Rutledge2015-12-171-2/+8
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-3/+3
|\|
| * eglfs: Fix the logical dpi calculation for some devicesLaszlo Agocs2015-12-021-3/+3
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-2/+2
|/
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
* Revamp signal handling in eglfs/linuxfbLaszlo Agocs2015-10-021-5/+1
* eglfs_kms: Skip disconnected outputsPier Luigi Fiorini2015-09-281-0/+6
* eglfs_kms: Subpixel antialiasing typePier Luigi Fiorini2015-09-283-0/+22
* eglfs_kms: Implement DPMS modePier Luigi Fiorini2015-07-294-3/+49
* Move eglfs-only parts back from eglconvenienceLaszlo Agocs2015-07-162-4/+4
* Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-271-0/+1