summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms
Commit message (Expand)AuthorAgeFilesLines
* eglfs_kms: Do not skip the initial SetCrtcLaszlo Agocs2020-08-031-8/+3
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-131-1/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-065-7/+7
* Move the EDID parser into QtGuiFriedemann Kleint2020-07-012-2/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-1/+1
* Fix crash in QEglFSKmsGbmCursor::setPos() when cursor is disabledShawn Rutledge2020-05-051-1/+1
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-271-1/+1
* Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-0/+1
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-9/+4
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-271-3/+3
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-247-56/+74
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
| * eglfs: kms: Read page flip events on a dedicated threadLaszlo Agocs2019-11-144-33/+17
| * eglfs: kms: Fix hw cursor with multiple screensLaszlo Agocs2019-11-144-12/+48
| * eglfs: kms: Make threaded atomic drm workLaszlo Agocs2019-11-131-9/+7
* | Regenerate src/*Alexandru Croitor2019-11-141-1/+1
* | Regenerate everything under ./srcAlexandru Croitor2019-11-121-1/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-14/+27
|\|
| * Eliminate the last QList<QPoint> in QtBase production codeMarc Mutz2019-09-131-2/+2
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-12/+25
| |\
| | * Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-201-12/+25
| | |\
| | | * eglfs/kms: Re-enable drm/gbm format overrides in the config fileLaszlo Agocs2019-08-151-12/+25
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-0/+3
|\| | |
| * | | eglfs/kms: Add drm atomic blend_op property handlingPaul Olav Tvete2019-08-221-0/+3
* | | | Regenerate platforms plugins part 2Alexandru Croitor2019-10-081-3/+0
* | | | Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-051-11/+18
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-1/+4
|\| | |
| * | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-241-0/+3
| |\|
| | * eglfs: Call destroy() from dtors of concrete windowsUlf Hermann2019-04-161-0/+3
* | | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-2/+2
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-165-8/+30
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-152-1/+4
| |\|
| | * eglfs: avoid breaking builds without EGL_EXT_platform_baseLaszlo Agocs2019-02-122-1/+4
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-0/+2
| |\|
| | * eglfs_kms: Fix build with -no-openglGatis Paeglis2019-01-221-0/+2
| * | Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-1/+1
| |/
| * Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-0/+1
| |\
| | * eglfs_kms: initialize m_deviceListenerSamuli Piippo2018-10-311-0/+1
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-173-6/+22
| |\|
| | * Use native visual ID when creating GBM surfaces for KMSPaul Olav Tvete2018-10-123-6/+22
* | | cmake: build eglfs_kms pluginAlbert Astals Cid2019-02-181-0/+38
|/ /
* | Cleanup in eglfs device integration .pro filesSimon Hausmann2018-10-051-1/+0
* | 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