device: Introduce hooks for the directfb plugin and use them
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Fri, 16 Mar 2012 21:50:30 +0000 (22:50 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 13 Apr 2012 06:33:37 +0000 (08:33 +0200)
commit01b54bcd84d9a2129f2db4fe03a5f331f9eec203
tree47976e5066c03643ee36b4323c7a795fb4b48fd3
parentd1329e43cbb243f3b28d172569befc0c28f49b8b
device: Introduce hooks for the directfb plugin and use them

The EGL integration is vendor specific, add platform hooks to the
DirectFB plugin and implement them for the Broadcom 97425. The hook
interface is internal and there are no ABI/API gurantees.

Change-Id: I33359830c51f16895e771837fccb71e03c81cf18
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
mkspecs/devices/linux-mipsel-broadcom-97425-g++/qdirectfbeglhooks_bcm97425.cpp [new file with mode: 0644]
mkspecs/devices/linux-mipsel-broadcom-97425-g++/qmake.conf
src/plugins/platforms/directfb/directfb.pro
src/plugins/platforms/directfb/qdirectfb_egl.cpp
src/plugins/platforms/directfb/qdirectfb_egl.h
src/plugins/platforms/directfb/qdirectfbeglhooks.h [new file with mode: 0644]
src/plugins/platforms/directfb/qdirectfbeglhooks_stub.cpp [new file with mode: 0644]