summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-148-0/+1585
|\
| * Backport texture sharing for NVIDIAPaul Olav Tvete2019-08-138-0/+1585
* | Fix GCC 4.8 buildVille Voutilainen2019-08-091-16/+19
* | Fix compilation with C++20Marc Mutz2019-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-023-16/+13
|\|
| * Client: Full implementation for frame callbacks (second try)Johan Klokkhammer Helsing2019-04-243-16/+13
* | Remove wayland-egl as dependency of linux-dmabuf-unstable-v1Kai Koehne2019-04-251-1/+1
* | Use a dedicated EGLContext for the decorations blitterGiulio Camuffo2019-04-052-148/+59
* | BRCM: fix namespace confusionGeorg Leugner2019-03-222-2/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-161-0/+8
|\|
| * Compositor: Call eglUnbindWaylandDisplayWL when destroying the compositorJohan Klokkhammer Helsing2019-03-141-0/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-161-0/+1
|\|
| * Client xdg-shell: Fix crash when switching popupsJohan Klokkhammer Helsing2019-02-121-0/+1
* | Client: Fix incorrect decoration size when QT_SCALE_FACTOR is setJohan Klokkhammer Helsing2019-01-301-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-226-8/+711
|\|
| * Fix black client windows when not using window decorations on NVIDIADominik Holland2019-01-081-1/+6
| * Revert "Client: Full implementation for frame callbacks"Johan Klokkhammer Helsing2019-01-081-7/+15
| * wl_eglstream_controller implementation for NVIDIAPaul Olav Tvete2019-01-085-0/+690
* | Member init for some variables that are not covered by constructorsJohan Klokkhammer Helsing2019-01-169-11/+11
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-223-18/+14
|\|
| * Client: Full implementation for frame callbacksJohan Klokkhammer Helsing2018-12-131-15/+7
| * Specify X11 dependency explicitlyPaul Olav Tvete2018-12-131-1/+1
| * Fix scaling if wrong attached window size is returnedKimmo Ollila2018-12-111-2/+6
* | Compositor: Implement linux-dmabuf-unstable-v1Andreas Cord-Landwehr2018-12-135-0/+1149
* | Add convenience for converting wl_resource * to wrapper typesJohan Klokkhammer Helsing2018-11-212-2/+6
* | Client: Improve logging for wayland-eglJohan Klokkhammer Helsing2018-11-071-4/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-092-10/+10
|\|
| * Clean up ShmServerBuffer's unused and shadowing membersv5.12.0-beta2Johan Klokkhammer Helsing2018-10-092-10/+10
* | Don't include system versions of wayland protocolJohan Klokkhammer Helsing2018-10-0312-14/+14
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-021-1/+2
|\|
| * Client: Fix deadlock for xdg-shell when makeCurrent is called earlyJohan Klokkhammer Helsing2018-09-261-1/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-2511-1/+784
|\|
| * Add server buffer integration using Linux dma-bufPaul Olav Tvete2018-09-216-0/+772
| * Add virtual QtWayland::ServerBuffer::bufferInUse()Paul Olav Tvete2018-09-214-0/+11
| * Don't use members of wl_resourceJohan Klokkhammer Helsing2018-09-181-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-181-0/+3
|\|
| * Workaround for crash in QWaylandGlContext::makeCurrentv5.12.0-alpha1Johan Klokkhammer Helsing2018-09-121-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-112-4/+7
|\|
| * Fix eglGetError call in error handlingJohan Klokkhammer Helsing2018-09-071-1/+1
| * Fix regression in QWaylandGlContext::makeCurrent for offscreen surfacesJohan Klokkhammer Helsing2018-09-042-4/+7
* | Remove redundant virtualJohan Klokkhammer Helsing2018-09-051-1/+1
|/
* Fix renderableType of requested wayland surfaceMichal Klocek2018-06-151-1/+1
* Respect requested surface when creating gl contextMichal Klocek2018-06-131-1/+1
* brcm-egl: Add native resources handlers to the client integrationFlorent Revest2018-05-152-0/+30
* Compositor API: Don't leak OpenGL textures when running multi-threadedJohan Klokkhammer Helsing2018-04-271-2/+15
* Fix crash when calling setVisible for EGL windows twice within one slotJohan Klokkhammer Helsing2018-03-232-9/+0
* Don't try to create compatibility GL context when profile is unsetv5.11.0-beta2Johan Klokkhammer Helsing2018-03-091-4/+12
* Use override when applicableJohan Klokkhammer Helsing2018-02-289-15/+15
* Use default member initialization for raw pointersJohan Klokkhammer Helsing2018-02-2820-30/+30
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-2736-128/+62