summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms
Commit message (Expand)AuthorAgeFilesLines
* QEglFSKmsGbmScreen::framebufferForBufferObject: release() at the correct timeMarc Mutz9 days1-2/+3
* drm: Fix having more than window over the screen's lifetimeLaszlo Agocs2024-03-052-1/+9
* drm: atomic: Avoid device busy when flipping after creating a new windowLaszlo Agocs2024-03-051-2/+6
* Introduce NO_GENERATE_CPP_EXPORTS argument for qt_internal_add_moduleAlexey Edelev2024-02-091-0/+1
* eglfs: Extend GBM surface creation probingAndreas Holzammer2023-09-211-1/+16
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-5/+0
* eglfs-kms/gbm: fix segfault and add qScopeGuardThomas Senyk2022-12-131-6/+13
* eglfs_kms: Prevent drm errors with more than one window during the screen's l...Laszlo Agocs2022-12-121-1/+10
* eglfs: kms: Make screen cloning functional by defaultLaszlo Agocs2022-10-282-41/+93
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* eglfs: Add env.var. to disable the dedicated drmHandleEvent threadLaszlo Agocs2022-09-224-9/+58
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* eglfs: Fix screen cloning when atomic is enabledLaszlo Agocs2022-08-011-5/+6
* Use SPDX license identifiersLucie Gérard2022-05-1611-435/+39
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-3/+5
* Fix remaining uses of deprecated QScopedPointer::takeMårten Nordheim2022-03-151-3/+3
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-151-1/+1
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-2/+2
* Support additional gbm surface flagsElvis Lee2021-03-122-2/+4
* Support EGL protected content extensionElvis Lee2021-03-091-1/+15
* eglfs: kms: Log gbm bo handle and stride as wellLaszlo Agocs2021-02-081-1/+2
* Remove the qmake project filesJoerg Bornemann2021-01-073-45/+0
* Correct headers to build with eglfs modulesElvis Lee2020-11-176-9/+4
* Remove usages of Q_FOREACHAllan Sandfeld Jensen2020-11-021-5/+5
* CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEsAlexandru Croitor2020-10-301-0/+1
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-301-6/+1
* Export gbm device integration to build it outsideElvis Lee2020-10-2315-69/+169
* 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
| | |\