summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms
Commit message (Expand)AuthorAgeFilesLines
* eglfs/kms: Add drm atomic zpos property handlingLionel CHAZALLON2018-05-031-0/+4
* eglfs/kms: also set windowing properties on planesLionel CHAZALLON2018-04-091-0/+4
* eglfs/kms: Add framebuffer scaling ability with KMS atomicLionel CHAZALLON2018-04-041-0/+8
* eglfs/kms: Add DRM atomic ModeSettingLionel CHAZALLON2018-03-171-11/+23
* eglfs/kms: Add DRM/KMS atomic supportLionel CHAZALLON2018-03-051-15/+50
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-193-16/+16
* eglfs_kms: Remove unused virtuals and move flip callbackLaszlo Agocs2017-09-195-36/+29
* eglfs_kms: Move out window subclass from integrationLaszlo Agocs2017-09-194-56/+153
* kms: Rename the plane index workaround vars appropriatelyLaszlo Agocs2017-09-191-15/+0
* eglfs_kms: Add headless mode for DRM render nodesLaszlo Agocs2017-09-054-7/+18
* eglfs_kms: Output cloning supportLaszlo Agocs2017-09-054-24/+141
* eglfs_kms: Add support for formats other than XRGB8888Laszlo Agocs2017-09-051-7/+23
* eglfs_kms: Skip modesetting when current is good enoughLaszlo Agocs2017-09-051-25/+42
* eglfs_kms: Lift the one window per screen ever limitationLaszlo Agocs2017-09-053-8/+17
* eglfs_kms: remove unused codeLaszlo Agocs2017-09-052-20/+1
* eglfs_kms: Remove useless log entry for each QOffscreenSurfaceLaszlo Agocs2017-09-051-1/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+2
|\
| * kms: Send enter and leave events to all screensPier Luigi Fiorini2017-08-201-0/+2
* | 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