summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformhardwarecompositor.h
Commit message (Collapse)AuthorAgeFilesLines
* Introducing QPlatformHardwareCompositor.Gunnar Sletta2015-01-171-0/+80
Can be used by applications to send hardware buffers directly to the hardware compositor, if available. The primary usecase right now will be from QtWayland to 2D composition of surface by bypassing the OpenGL composition. Change-Id: Ibdcdcc744c34869d3abbc11aad448a755f87161f Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>