summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client/wayland-egl
Commit message (Expand)AuthorAgeFilesLines
* Client: Replace a bunch of frameMargins with clientSideMarginsIlya Fedin2024-03-291-2/+2
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-251-0/+1
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-151-3/+2
* client: Disable threaded GL on desktop NVIDIADavid Redondo2024-02-011-0/+7
* client: Fix deletion of new queued shm buffers during reconnectDavid Redondo2024-01-242-2/+2
* client: Avoid creating decorations in the render threadDavid Edmundson2024-01-111-2/+0
* QWaylandEglWindow: Pass window surface format to q_glFormatFromConfigKai Uwe Broulik2024-01-091-1/+1
* Don't lock render thread when blocking swap is usedEskil Abrahamsen Blomfeldt2023-12-131-2/+4
* Warn if eglSwapBuffers failDavid Redondo2023-11-241-1/+2
* eglwindow: update integration in a connection instead of reinitDavid Redondo2023-05-172-7/+4
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-074-0/+17
* client: Cleanup CSD contentFBO on surface hideDavid Edmundson2023-03-021-0/+2
* 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-231-1/+1
* QWaylandGLContext: print the 0x prefix in error codeThiago Macieira2022-08-101-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Remove unused variablesEskil Abrahamsen Blomfeldt2022-06-281-2/+0
* Use SPDX license identifiersLucie Gérard2022-06-107-266/+14
* QtWaylandEglClientHwIntegrationPrivate: includemocsLiang Qi2022-06-011-0/+2
* QtWaylandClient: use the CMake exports.h supportThiago Macieira2022-04-283-3/+3
* Do not delete window decorations before next updateInho Lee2022-02-091-8/+10
* Don't keep eglConfig in hardwareintegrationInho Lee2022-01-252-12/+7
* client: Fix crash on shutdown on Mesa driverEskil Abrahamsen Blomfeldt2021-12-212-12/+28
* Introduce new qt-shell and an API for custom shellsPaul Olav Tvete2021-12-021-1/+1
* Remove forward declaration for classes that don't exist anymoreAlbert Astals Cid2021-06-181-1/+0
* Add "We mean it" to private headersFabian Kosmale2021-06-034-0/+45
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-2/+2
* client: Gracefully handle shutdown and window hidingEskil Abrahamsen Blomfeldt2021-05-271-1/+0
* Export wayland-egl client hwintegrationElvis Lee2021-04-289-18/+48
* client: Remove unused header fileEskil Abrahamsen Blomfeldt2021-04-281-62/+0
* Replace scale with devicePixelRatio for non-integer scalingJungi Byun2021-03-251-1/+1
* Fix issue with repeated window size changesJaeyoon Jung2021-03-032-1/+4
* Fix memory leak in QWaylandGLContextEskil Abrahamsen Blomfeldt2021-01-061-0/+2
* Make QWaylandGLContext a QEGLPlatformContextMichal Klocek2020-08-052-171/+47
* Move window decoration check out of qwaylandglcontextMichal Klocek2020-08-052-6/+6
* Adapt to recent qtbase changes and update dependenciesFriedemann Kleint2020-07-294-5/+5
* Use QList instead of QVectorJarek Kobus2020-06-081-2/+2
* Add means for forcing non-blocking buffer swap supportOtto Ryynänen2020-06-042-4/+10
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-142-8/+0
|\
| * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-142-8/+0
| |\
| | * Client: Reset wl_egl_window before wl_surfaceDavid Edmundson2020-04-232-8/+0
| * | Fix warning about deprecated non-namespaced "hex"Thiago Macieira2020-05-071-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-04-292-2/+2
|\|
| * Test the EGL wayland platform extensions before using themSamuli Piippo2020-03-052-2/+2
* | Replace QT_OPENGL_ES_2 with QT_CONFIGEskil Abrahamsen Blomfeldt2020-04-171-1/+1
* | Fix build after QOpenGLShaderProgram library moveSimon Hausmann2020-03-161-1/+1
* | Fix build: Add dependency on OpenGL moduleJohan Klokkhammer Helsing2020-01-302-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-182-1/+9
|\|
| * Enable QtWayland for QNXJames McDonnell2020-01-132-1/+9
* | Merge remote-tracking branch 'qt/5.15' into devPaul Olav Tvete2020-01-094-5/+5
|\|