index
:
delta/qt5/qtwayland.git
0.85
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
baserock/genivi-5.4.0-wip
baserock/genivi-5.5.0-wip
baserock/genivi-test
baserock/jonathanmaw/genivi-demo-jetson
baserock/pedroalvarez/genivi-5.4.2-wip
baserock/v5.3.0
baserock/v5.5.1-genivi
baserock/v5.6.0-15-gebba84e+ivi-shell
dev
master
release
stable
wip-compositor-api
wip/cmake
wip/qt6
wip/texturesharing-5.12
code.qt.io: qt/qtwayland.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hardwareintegration
/
compositor
/
wayland-egl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move setup functions from local to member
Thomas Senyk
2023-02-27
1
-3
/
+4
*
QOpenGLContext re-creation - orphanedTextures
Thomas Senyk
2023-02-20
1
-6
/
+143
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
2
-56
/
+4
*
Allow multiple client buffer integrations to initialize
Eskil Abrahamsen Blomfeldt
2022-05-03
1
-9
/
+2
*
wayland: do not rely on transitive includes
Fabian Kosmale
2022-03-11
1
-0
/
+1
*
QtWaylandCompositor: use cmake-generated export headers
Marc Mutz
2022-02-14
1
-2
/
+2
*
wayland-egl: fix build with recent eglplatform.h
Samuli Piippo
2022-01-17
1
-0
/
+5
*
Add "We mean it" to private headers
Fabian Kosmale
2021-06-03
1
-0
/
+11
*
Add the 'Private' suffix to the internal module names
Alexey Edelev
2021-05-31
1
-2
/
+2
*
Export wayland-egl compositor hwintegration
Elvis Lee
2021-04-29
4
-6
/
+26
*
Support EGL protected content
Youngjin Kim
2021-03-15
2
-1
/
+22
*
Clear dirty flag to protect original texture
Jungi Byun
2021-02-04
1
-0
/
+1
*
Support multiple buffer integrations
Paul Olav Tvete
2020-08-26
1
-1
/
+4
*
Adapt to recent qtbase changes and update dependencies
Friedemann Kleint
2020-07-29
2
-3
/
+1
*
Use QList instead of QVector
Jarek Kobus
2020-06-08
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-04-29
2
-11
/
+9
|
\
|
*
Revert "Compositor: Warn and clean up when client hardware buffer integration...
v5.14.2
5.14.2
Jani Heikkinen
2020-03-24
2
-11
/
+9
*
|
Fix build: Add dependency on OpenGL module
Johan Klokkhammer Helsing
2020-01-30
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Simon Hausmann
2019-10-31
2
-27
/
+39
|
\
\
|
|
/
|
*
Compositor: Use logging category in egl client integration
Johan Klokkhammer Helsing
2019-10-30
1
-16
/
+29
|
*
Remove unused variable WaylandEglClientBufferIntegrationPrivate::valid
Johan Klokkhammer Helsing
2019-10-28
1
-2
/
+0
|
*
Compositor: Warn and clean up when client hardware buffer integrations fail
Johan Klokkhammer Helsing
2019-10-25
2
-9
/
+10
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-10-26
2
-30
/
+10
|
\
\
|
|
/
|
*
Update QtWaylandCompositor license headers to GPL 3
v5.14.0-beta2
Paul Olav Tvete
2019-10-16
2
-30
/
+10
*
|
Bump module version to 6.0.0
Simon Hausmann
2019-07-11
1
-1
/
+1
|
/
*
Compositor: Call eglUnbindWaylandDisplayWL when destroying the compositor
Johan Klokkhammer Helsing
2019-03-14
1
-0
/
+8
*
Compositor API: Don't leak OpenGL textures when running multi-threaded
Johan Klokkhammer Helsing
2018-04-27
1
-2
/
+15
*
Use override when applicable
Johan Klokkhammer Helsing
2018-02-28
1
-2
/
+2
*
Use default member initialization for raw pointers
Johan Klokkhammer Helsing
2018-02-28
1
-2
/
+2
*
Init variables where they are declared when possible (clang-tidy)
Johan Klokkhammer Helsing
2018-02-27
1
-34
/
+16
*
Use nullptr instead of 0 or NULL
Johan Klokkhammer Helsing
2018-02-20
1
-7
/
+7
*
Merge remote-tracking branch 'qt/5.10' into dev
Paul Olav Tvete
2018-01-31
3
-2
/
+32
|
\
|
*
Fix for big memory leak in Qt based compositors
Robert Griebl
2017-12-19
2
-1
/
+31
|
*
wayland-egl: use egl compiler options
Samuli Piippo
2017-12-04
1
-1
/
+1
*
|
Merge remote-tracking branch 'qt/5.10' into dev
Paul Olav Tvete
2017-10-27
1
-44
/
+75
|
\
\
|
|
/
|
*
Support threaded rendering for Nvidia EGLStreams
Paul Olav Tvete
2017-10-25
1
-44
/
+75
*
|
Replace Q_NULLPTR with nullptr
Kevin Funk
2017-09-26
1
-1
/
+1
|
/
*
Set texture size and format in WaylandEglClientBuffer::toOpenGLTexture
Johan Klokkhammer Helsing
2017-06-22
1
-0
/
+13
*
Fix licensing
v5.9.0-beta4
Jani Heikkinen
2017-05-04
2
-24
/
+30
*
Fix warning about inconsistent use of override keyword
v5.9.0-beta2
Thiago Macieira
2017-04-04
1
-1
/
+1
*
Fix the wayland-egl compositing using NVIDIA graphics
Dominik Holland
2017-03-28
1
-7
/
+19
*
Replace all occurrences of Q_DECL_OVERRIDE with override
Johan Klokkhammer Helsing
2017-01-23
1
-8
/
+8
*
eglstream: Return if we don't have a OpenGL context
Dominik Holland
2017-01-19
1
-1
/
+3
*
Move qtwayland over to use the new configuration system
Lars Knoll
2016-11-23
1
-7
/
+1
*
use modularized platformsupport modules
v5.8.0-beta1
Oswald Buddenhagen
2016-10-22
2
-1
/
+2
*
Expose native buffer handles
Paul Olav Tvete
2016-10-03
2
-7
/
+7
*
Refactor buffer handling
Paul Olav Tvete
2016-10-01
2
-218
/
+173
*
eglstream: Fixed problem when resizing a window
Dominik Holland
2016-06-02
1
-4
/
+2
[next]