summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration
Commit message (Expand)AuthorAgeFilesLines
...
* Returns false for window decoration support in xcomposite and brcmLaszlo Agocs2014-08-253-0/+3
* Indicate from the client buffer integration if decorations are supportedLaszlo Agocs2014-08-252-0/+6
* Support RasterGLSurface windowsLaszlo Agocs2014-08-253-9/+22
* Fix return type conflict with libhybrisYen-Chin Lee2014-08-251-2/+2
* Fix build with desktop OpenGLGiulio Camuffo2014-08-231-15/+19
* Explicitly define the interface versionsGiulio Camuffo2014-08-232-2/+2
* Save and restore the state when doing decorationsLaszlo Agocs2014-08-221-15/+126
* Do not request the highest color buffer sizeLaszlo Agocs2014-08-212-2/+2
* Avoid allocating and (failing to) manage our own texture cacheGunnar Sletta2014-08-202-7/+2
* wayland-egl: Logging cleanup.Robin Burchell2014-08-181-13/+15
* Fix namespaced buildGiulio Camuffo2014-08-072-1/+3
* Fix fetching of the y-inverted value fomr the wayland-egl integrationGiulio Camuffo2014-07-291-0/+1
* Reduce headers inter-dependency in the QPA pluginGiulio Camuffo2014-06-162-0/+4
* Fix generated code for interface names not starting with qt_ or wl_Giulio Camuffo2014-06-121-1/+1
* Fix glx_xcomposite build after change in QtPlatformSupportGiulio Camuffo2014-06-031-1/+1
* Don't create an invalidated surface when not neededGiulio Camuffo2014-05-213-6/+10
* Show the correct function name when makeCurrent failsLaszlo Agocs2014-05-121-1/+1
* Fix build after QEGLPlatformContext API changeLaszlo Agocs2014-05-123-4/+7
* Egl surfaces can now be invalidated, make sure to recreate themGiulio Camuffo2014-04-223-1/+11
* Implement invalidateSurface() to free up surface memoryGunnar Sletta2014-04-072-0/+10
* Deal with 0x0 sized egl windowsGiulio Camuffo2014-04-072-27/+32
* Add a libhybris hardwareintegrations to share EGL server buffersGiulio Camuffo2014-03-266-0/+760
* Fix NPOT decoration texture bindingCedric Chedaleux2014-03-121-0/+4
* Fixup for GLX integrationJorgen Lind2014-03-117-13/+17
* Fix build breakLaszlo Agocs2014-03-111-1/+1
* Create the egl windows and context with the right configGiulio Camuffo2014-03-062-6/+6
* Making the buffer intgrations privateJorgen Lind2014-02-1110-25/+25
* Merge remote-tracking branch 'origin/stable' into devAndy Nichols2014-02-0419-94/+77
|\
| * fix compile with Mesa 10.0Clemens Buchacher2014-01-291-6/+8
| * Allow resizing the Qt window after the buffers swapGiulio Camuffo2014-01-221-1/+1
| * Removed directrender/pageflipper codepaths.Gunnar Sletta2014-01-212-18/+0
| * Fix pkgconfig for brcm-egl hw integrationLaszlo Agocs2014-01-152-1/+14
| * brcm-egl fix: do not remove previous include dirsLaszlo Agocs2014-01-151-1/+1
| * Fixup the brcm-egl hardware integrationsJorgen Lind2014-01-1510-26/+40
| * Fix up brcml-egl buffer swapLaszlo Agocs2014-01-152-32/+3
| * Make the glx backend compile againJorgen Lind2014-01-103-10/+11
| * Add missing pkg-config packageJorgen Lind2014-01-103-3/+3
* | Merge remote-tracking branch stable into devAndy Nichols2014-01-098-8/+22
|/
* Include wayland-client with < and not "Jorgen Lind2014-01-094-4/+4
* Adjust the serverbufferintegrations to use bind texture apiJorgen Lind2014-01-094-16/+5
* Revised createTextureFromBufferLaszlo Agocs2014-01-068-38/+14
* update DrmEglServerIntegration to handle experimental 8 bit supportJorgen Lind2014-01-062-19/+43
* Update the Compositor side ServerBufferIntegrationJorgen Lind2014-01-032-0/+17
* Add a size to the QWaylandServerBuffer on the client sideJorgen Lind2014-01-031-1/+0
* Make classes in client privateJorgen Lind2013-12-2710-14/+14
* Add drm-egl server buffer integrationJorgen Lind2013-12-276-0/+670
* Remove stale createGLIntegration functionsJorgen Lind2013-12-273-14/+0
* Remove compiler warnings in compositor:wayland-eglJorgen Lind2013-12-271-2/+2
* Change constructor of QWaylandClientBufferIntegrationJorgen Lind2013-12-274-17/+20
* Rename QWaylandGLIntegration to QWaylandClientBufferIntegrationJorgen Lind2013-12-2711-57/+55