summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration/client
Commit message (Expand)AuthorAgeFilesLines
* Client: Full implementation for frame callbacks (second try)Johan Klokkhammer Helsing2019-04-243-16/+13
* Client xdg-shell: Fix crash when switching popupsJohan Klokkhammer Helsing2019-02-121-0/+1
* 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
* 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
* Clean up ShmServerBuffer's unused and shadowing membersv5.12.0-beta2Johan Klokkhammer Helsing2018-10-092-10/+10
* Client: Fix deadlock for xdg-shell when makeCurrent is called earlyJohan Klokkhammer Helsing2018-09-261-1/+2
* Add server buffer integration using Linux dma-bufPaul Olav Tvete2018-09-213-0/+346
* Workaround for crash in QWaylandGlContext::makeCurrentv5.12.0-alpha1Johan Klokkhammer Helsing2018-09-121-0/+3
* 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
* 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
* 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-285-7/+7
* Use default member initialization for raw pointersJohan Klokkhammer Helsing2018-02-2813-21/+21
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-2723-62/+31
* Fix compilation for Renesas R-Car M3Johan Klokkhammer Helsing2018-02-081-1/+1
* Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2018-01-311-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-181-1/+1
| |\
| | * Don't recreate hidden egl surfacesDavid Edmundson2018-01-161-1/+1
* | | Automatically change scale when entering a new outputJohan Klokkhammer Helsing2017-11-152-0/+6
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-262-3/+3
|/ /
* | shm-based server buffer for testing on desktopPaul Olav Tvete2017-08-163-0/+248
* | Update server buffer integrationPaul Olav Tvete2017-08-154-23/+77
|/
* Avoid double deletion of mBufferDonald Carr2017-06-161-0/+1
* 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 Clang warning about unused private fieldsThiago Macieira2017-04-042-4/+0
|/
* 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-2314-65/+65
|/
* Use the feature system internallyLars Knoll2016-11-231-1/+0
* Move qtwayland over to use the new configuration systemLars Knoll2016-11-237-42/+8
* 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-2213-14/+14
* 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