summaryrefslogtreecommitdiff
path: root/src/hardwareintegration
Commit message (Expand)AuthorAgeFilesLines
* Suppress QSharedMemory deprecation warningsMårten Nordheim2023-03-022-3/+5
* client: Cleanup CSD contentFBO on surface hideDavid Edmundson2023-03-021-0/+2
* Move setup functions from local to memberThomas Senyk2023-02-272-5/+7
* QOpenGLContext re-creation - orphanedTexturesThomas Senyk2023-02-206-13/+381
* Disambiguate Vulkan debug constantsFriedemann Kleint2023-02-133-34/+34
* Do not use deprecated QSharedMemory constructorFabian Kosmale2023-02-011-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-102-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-105-5/+5
* Hold surface read lock throughout QWaylandEglWindow::updateSurfaceDavid Edmundson2022-09-121-2/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* QWaylandGLContext: print the 0x prefix in error codeThiago Macieira2022-08-101-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-085-0/+15
* Remove unused variablesEskil Abrahamsen Blomfeldt2022-06-281-2/+0
* Fix build with libcxx (missing array include)Sam James2022-06-201-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-1051-1658/+102
* QtWaylandEglClientHwIntegrationPrivate: includemocsLiang Qi2022-06-011-0/+2
* Replace QScopedPointer with std::unique_ptrThiago Macieira2022-05-111-5/+5
* Allow multiple client buffer integrations to initializeEskil Abrahamsen Blomfeldt2022-05-034-25/+23
* QtWaylandClient: use the CMake exports.h supportThiago Macieira2022-04-283-3/+3
* wayland: do not rely on transitive includesFabian Kosmale2022-03-113-0/+3
* QtWaylandCompositor: use cmake-generated export headersMarc Mutz2022-02-141-2/+2
* Do not delete window decorations before next updateInho Lee2022-02-091-8/+10
* Don't keep eglConfig in hardwareintegrationInho Lee2022-01-254-18/+11
* wayland-egl: fix build with recent eglplatform.hSamuli Piippo2022-01-171-0/+5
* client: Fix crash on shutdown on Mesa driverEskil Abrahamsen Blomfeldt2021-12-212-12/+28
* Remove the XComposite buffer sharing extensionPaul Olav Tvete2021-12-0729-2318/+0
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-021-1/+1
* linux-dmabuf-unstable-v1: Fix importing dmabuf buffers with modifiersAlexandros Frantzis2021-06-291-68/+61
* Use QEventPoint::State instead of Qt::TouchPointStateJiDe Zhang2021-06-252-0/+4
* Remove forward declaration for classes that don't exist anymoreAlbert Astals Cid2021-06-182-2/+0
* Add "We mean it" to private headersFabian Kosmale2021-06-035-0/+56
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-312-4/+4
* Enhance QWaylandQuickHardwareLayer supportElvis Lee2021-05-311-1/+1
* client: Gracefully handle shutdown and window hidingEskil Abrahamsen Blomfeldt2021-05-271-1/+0
* Export wayland-egl compositor hwintegrationElvis Lee2021-04-296-6/+34
* Export wayland-egl client hwintegrationElvis Lee2021-04-2811-18/+54
* client: Remove unused header fileEskil Abrahamsen Blomfeldt2021-04-281-62/+0
* Replace scale with devicePixelRatio for non-integer scalingJungi Byun2021-03-251-1/+1
* Support EGL protected contentYoungjin Kim2021-03-152-1/+22
* Fix issue with repeated window size changesJaeyoon Jung2021-03-032-1/+4
* Clear dirty flag to protect original textureJungi Byun2021-02-042-0/+2
* Use new QTextureFileData::getDataView methodJonas Karlsson2021-01-212-3/+7
* Fix memory leak in QWaylandGLContextEskil Abrahamsen Blomfeldt2021-01-061-0/+2
* Adapt to platform API renameTor Arne Vestbø2020-10-122-2/+2
* Fix brcm-egl wayland integrationAaron Dewes2020-09-074-4/+7
* Support multiple buffer integrationsPaul Olav Tvete2020-08-2610-18/+27
* Compile against latest qtbaseLars Knoll2020-08-244-0/+4
* Update to match qtbase changes to platform headersTor Arne Vestbø2020-08-192-10/+22
* Make QWaylandGLContext a QEGLPlatformContextMichal Klocek2020-08-052-171/+47
* Move window decoration check out of qwaylandglcontextMichal Klocek2020-08-053-7/+6