summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/compositor/wayland-egl/waylandeglclientbufferintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* client texture cleanup: fix crash in clean-up lambdaThomas Senyk2024-01-181-0/+2
* Reimplement orphaned texture handlingThomas Senyk2023-09-181-78/+4
* Move setup functions from local to memberThomas Senyk2023-02-271-3/+4
* QOpenGLContext re-creation - orphanedTexturesThomas Senyk2023-02-201-6/+143
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-28/+2
* Allow multiple client buffer integrations to initializeEskil Abrahamsen Blomfeldt2022-05-031-9/+2
* wayland: do not rely on transitive includesFabian Kosmale2022-03-111-0/+1
* Export wayland-egl compositor hwintegrationElvis Lee2021-04-291-1/+1
* Support EGL protected contentYoungjin Kim2021-03-151-1/+21
* Clear dirty flag to protect original textureJungi Byun2021-02-041-0/+1
* Support multiple buffer integrationsPaul Olav Tvete2020-08-261-1/+4
* Adapt to recent qtbase changes and update dependenciesFriedemann Kleint2020-07-291-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-081-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-04-291-10/+8
|\
| * Revert "Compositor: Warn and clean up when client hardware buffer integration...v5.14.2Jani Heikkinen2020-03-241-10/+8
* | Fix build: Add dependency on OpenGL moduleJohan Klokkhammer Helsing2020-01-301-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2019-10-311-26/+38
|\|
| * Compositor: Use logging category in egl client integrationJohan Klokkhammer Helsing2019-10-301-16/+29
| * Remove unused variable WaylandEglClientBufferIntegrationPrivate::validJohan Klokkhammer Helsing2019-10-281-2/+0
| * Compositor: Warn and clean up when client hardware buffer integrations failJohan Klokkhammer Helsing2019-10-251-8/+9
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-261-15/+5
|\|
| * Update QtWaylandCompositor license headers to GPL 3v5.14.0-beta2Paul Olav Tvete2019-10-161-15/+5
* | Bump module version to 6.0.0Simon Hausmann2019-07-111-1/+1
|/
* Compositor: Call eglUnbindWaylandDisplayWL when destroying the compositorJohan Klokkhammer Helsing2019-03-141-0/+8
* Compositor API: Don't leak OpenGL textures when running multi-threadedJohan Klokkhammer Helsing2018-04-271-2/+15
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-34/+16
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-7/+7
* Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2018-01-311-1/+28
|\
| * Fix for big memory leak in Qt based compositorsRobert Griebl2017-12-191-1/+28
* | Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2017-10-271-44/+75
|\|
| * Support threaded rendering for Nvidia EGLStreamsPaul Olav Tvete2017-10-251-44/+75
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-1/+1
|/
* Set texture size and format in WaylandEglClientBuffer::toOpenGLTextureJohan Klokkhammer Helsing2017-06-221-0/+13
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-041-12/+15
* Fix the wayland-egl compositing using NVIDIA graphicsDominik Holland2017-03-281-7/+19
* eglstream: Return if we don't have a OpenGL contextDominik Holland2017-01-191-1/+3
* use modularized platformsupport modulesv5.8.0-beta1Oswald Buddenhagen2016-10-221-1/+1
* Expose native buffer handlesPaul Olav Tvete2016-10-031-5/+5
* Refactor buffer handlingPaul Olav Tvete2016-10-011-207/+149
* eglstream: Fixed problem when resizing a windowDominik Holland2016-06-021-4/+2
* Fixed eglStream compositingDominik Holland2016-05-181-4/+47
* QtWaylandCompositor: Add support for different EGL buffer formatsLouai Al-Khanji2016-04-291-152/+263
* Proper fix for buffer destructionPaul Olav Tvete2016-02-251-5/+12
* Fix querying the buffer size on some platformsGiulio Camuffo2016-02-081-14/+14
* Fix destroy listener signal connectionLaszlo Agocs2016-02-041-1/+1
* Merge remote-tracking branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-12-021-0/+4
|\
| * Get rid of the egl config test and use what qtbase providesLaszlo Agocs2015-11-111-0/+4
* | Fix crash on client exitPaul Olav Tvete2015-11-091-0/+2
* | Merge branch '5.6' into wip-compositor-apiLaszlo Agocs2015-10-271-28/+201
|\|
| * Support EGLStream in wayland-eglLaszlo Agocs2015-10-201-29/+240