summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in QWaylandGlContext::makeCurrent for offscreen surfacesJohan Klokkhammer Helsing2018-09-072-4/+7
* Fix crash when calling setVisible for EGL windows twice within one slotJohan Klokkhammer Helsing2018-04-272-9/+0
* Don't recreate hidden egl surfacesDavid Edmundson2018-01-161-1/+1
* 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
* Support threaded rendering for Nvidia EGLStreamsPaul Olav Tvete2017-10-251-44/+75
* Set texture size and format in WaylandEglClientBuffer::toOpenGLTextureJohan Klokkhammer Helsing2017-06-221-0/+13
* Avoid double deletion of mBufferDonald Carr2017-06-161-0/+1
* Fix missing rename from waylandDisplay to displayJohan Klokkhammer Helsing2017-06-131-1/+1
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-0419-228/+285
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-183-9/+3
|\
| * switch to new way to refer to libdl5.8Oswald Buddenhagen2017-04-062-6/+2
| * Fix brcm-egl build by correcting commit() usageDonald Carr2017-03-181-3/+1
* | Fix warning about inconsistent use of override keywordv5.9.0-beta2Thiago Macieira2017-04-043-4/+4
* | Fix Clang warning about unused private fieldsThiago Macieira2017-04-042-4/+0
* | Fix the wayland-egl compositing using NVIDIA graphicsDominik Holland2017-03-281-7/+19
|/
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-267-8/+27
|\
| * Fix build for brcm graphicsv5.8.0-rc1Johan Klokkhammer Helsing2016-12-081-1/+1
| * Unify getProcAddress behavior in xcomposite-glxLaszlo Agocs2016-12-062-2/+9
| * Unify getProcAddress behavior in the brcm backendLaszlo Agocs2016-12-063-3/+10
| * Fix crashing in non-core GLES functions on some systemsLaszlo Agocs2016-11-291-2/+7
* | Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-2323-103/+103
* | eglstream: Return if we don't have a OpenGL contextDominik Holland2017-01-191-1/+3
|/
* Use the feature system internallyLars Knoll2016-11-232-3/+0
* Move qtwayland over to use the new configuration systemLars Knoll2016-11-2314-85/+15
* Fix build of brcm-egl clientDonald Carr2016-11-221-0/+1
* Create and destroy the shell surface when showing and hidingGiulio Camuffo2016-11-174-6/+16
* use modularized platformsupport modulesv5.8.0-beta1Oswald Buddenhagen2016-10-2215-15/+16
* Expose native buffer handlesPaul Olav Tvete2016-10-032-7/+7
* Refactor buffer handlingPaul Olav Tvete2016-10-018-269/+368
* Fix for wayland-egl on DRIVE CXLaszlo Agocs2016-08-102-2/+2
* Fix build with ICC 17: problem parsing override keywordThiago Macieira2016-08-032-2/+2
* Fix build: xcomposite-xxx depend on QtPlatformSupportThiago Macieira2016-08-032-0/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-3012-39/+39
|\
| * Add missing Q_DECL_OVERRIDEs to client classes.Johan Klokkhammer Helsing2016-06-2711-38/+38
| * Fix content positioning relative to decoration on scaled outputsJohan Klokkhammer Helsing2016-06-081-1/+1
* | Use the EGL_EXT_platform_wayland extension if availableGiulio Camuffo2016-06-212-5/+32
* | eglstream: Fixed problem when resizing a windowDominik Holland2016-06-021-4/+2
* | Fixed eglStream compositingDominik Holland2016-05-182-4/+48
* | QtWaylandCompositor: Add support for different EGL buffer formatsLouai Al-Khanji2016-04-292-153/+264
* | Adjust Raspberry Pi integration to new APIDonald Carr2016-03-233-11/+4
* | Merge remote-tracking branch 'qt/5.6' into 5.7Paul Olav Tvete2016-03-084-0/+4
|\|
| * Fix SHM drawing logicGiulio Camuffo2016-03-074-0/+4
* | Use getProcAddress(const char*) to work with updates in QOpenGLContextErik Larsson2016-03-026-9/+9
* | 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
* | Add missing lib when pkg-config is not usedLaszlo Agocs2016-01-281-1/+1
* | Updated license headersAntti Kokko2016-01-2032-448/+640
* | Merge branch 'wip-compositor-api' into devPaul Olav Tvete2015-12-0221-664/+549
|\ \