summaryrefslogtreecommitdiff
path: root/src/hardwareintegration/compositor/wayland-egl
Commit message (Expand)AuthorAgeFilesLines
* Move setup functions from local to memberThomas Senyk2023-02-271-3/+4
* QOpenGLContext re-creation - orphanedTexturesThomas Senyk2023-02-201-6/+143
* 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-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-102-56/+4
* 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
* QtWaylandCompositor: use cmake-generated export headersMarc Mutz2022-02-141-2/+2
* wayland-egl: fix build with recent eglplatform.hSamuli Piippo2022-01-171-0/+5
* Add "We mean it" to private headersFabian Kosmale2021-06-031-0/+11
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-2/+2
* Export wayland-egl compositor hwintegrationElvis Lee2021-04-294-6/+26
* Support EGL protected contentYoungjin Kim2021-03-152-1/+22
* 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-292-3/+1
* Use QList instead of QVectorJarek Kobus2020-06-081-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-04-292-11/+9
|\
| * Revert "Compositor: Warn and clean up when client hardware buffer integration...v5.14.25.14.2Jani Heikkinen2020-03-242-11/+9
* | Fix build: Add dependency on OpenGL moduleJohan Klokkhammer Helsing2020-01-301-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2019-10-312-27/+39
|\ \ | |/
| * 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-252-9/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-262-30/+10
|\ \ | |/
| * Update QtWaylandCompositor license headers to GPL 3v5.14.0-beta2Paul Olav Tvete2019-10-162-30/+10
* | 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
* Use override when applicableJohan Klokkhammer Helsing2018-02-281-2/+2
* Use default member initialization for raw pointersJohan Klokkhammer Helsing2018-02-281-2/+2
* 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-313-2/+32
|\
| * Fix for big memory leak in Qt based compositorsRobert Griebl2017-12-192-1/+31
| * wayland-egl: use egl compiler optionsSamuli Piippo2017-12-041-1/+1
* | 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-042-24/+30
* Fix warning about inconsistent use of override keywordv5.9.0-beta2Thiago Macieira2017-04-041-1/+1
* Fix the wayland-egl compositing using NVIDIA graphicsDominik Holland2017-03-281-7/+19
* Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-231-8/+8
* eglstream: Return if we don't have a OpenGL contextDominik Holland2017-01-191-1/+3
* Move qtwayland over to use the new configuration systemLars Knoll2016-11-231-7/+1
* use modularized platformsupport modulesv5.8.0-beta1Oswald Buddenhagen2016-10-222-1/+2
* Expose native buffer handlesPaul Olav Tvete2016-10-032-7/+7
* Refactor buffer handlingPaul Olav Tvete2016-10-012-218/+173
* eglstream: Fixed problem when resizing a windowDominik Holland2016-06-021-4/+2