summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support
Commit message (Expand)AuthorAgeFilesLines
* Introduce NO_GENERATE_CPP_EXPORTS argument for qt_internal_add_moduleAlexey Edelev2024-02-091-0/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-2/+0
* 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-221-6/+0
* 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
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-271-1/+1
* Fix typo in codeDuan Ting2022-06-231-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-169-352/+28
* eglfs: QNX uses own QPA plugin and not eglfsPasi Petäjäjärvi2022-03-071-7/+0
* Support to get timing from pagefilpElvis Lee2021-12-033-3/+14
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-3/+3
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-26/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-22/+0
* CMake: Re-generate project files in srcJoerg Bornemann2020-11-301-2/+0
* Correct headers to build with eglfs modulesElvis Lee2020-11-173-5/+1
* CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEsAlexandru Croitor2020-10-302-0/+2
* Export gbm device integration to build it outsideElvis Lee2020-10-2312-31/+96
* EGLFS: Don’t compute logical DPI from physical sizeMorten Johan Sørvig2020-10-062-8/+7
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-3/+3
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-0/+28
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-191-0/+7
* Use QList instead of QVector in pluginsJarek Kobus2020-07-062-3/+3
* Move the EDID parser into QtGuiFriedemann Kleint2020-07-013-3/+2
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-8/+4
* Post Merge FixesLeander Beernaert2020-01-241-0/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-247-7/+339
|\
| * eglfs: kms: Read page flip events on a dedicated threadLaszlo Agocs2019-11-146-6/+333
| * eglfs: kms: Fix hw cursor with multiple screensLaszlo Agocs2019-11-142-0/+5
| * eglfs: kms: Make threaded atomic drm workLaszlo Agocs2019-11-131-1/+1
* | Regenerate src/*Alexandru Croitor2019-11-141-1/+1
* | Regenerate everything under ./srcAlexandru Croitor2019-11-121-3/+0
* | Regenerate platforms plugins part 2Alexandru Croitor2019-10-081-1/+0
* | Add support for private module .pri filesSimon Hausmann2019-06-051-0/+1
* | Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-051-6/+12
* | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-1/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-1/+1
|\|
| * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-1/+1
* | cmake: build eglfs_kms_supportAlbert Astals Cid2019-02-181-0/+29
|/
* Cleanup in eglfs device integration .pro filesSimon Hausmann2018-10-051-1/+0
* eglfs/kms: Add framebuffer scaling ability with KMS atomicLionel CHAZALLON2018-04-041-3/+2
* eglfs/kms: Share drm connector id with nativeRes.ForScreenLionel CHAZALLON2018-03-181-0/+2
* eglfs/kms: Share atomic request with nativeRes.ForIntegrationLionel CHAZALLON2018-03-071-0/+4
* eglfs/kms : implement nativeResourceForScreenLionel CHAZALLON2018-01-202-0/+11
* Add a tech preview eglfs device integration for VSP2 compositionJohan Klokkhammer Helsing2018-01-082-1/+62
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* eglfs_kms: Remove unused virtuals and move flip callbackLaszlo Agocs2017-09-192-10/+0
* eglfs: Forward nativeRes.ForInteg.() to backendsLaszlo Agocs2017-09-192-0/+9
* eglfs_kms: Add headless mode for DRM render nodesLaszlo Agocs2017-09-052-3/+12
* eglfs_kms: Add support for formats other than XRGB8888Laszlo Agocs2017-09-051-3/+21