BRCM EGL integration to handle eglCreateGlobalImageBRCM.
authorSamuel Rødal <samuel.rodal@nokia.com>
Tue, 15 May 2012 13:05:47 +0000 (15:05 +0200)
committerSamuel Rødal <samuel.rodal@nokia.com>
Fri, 18 May 2012 13:57:47 +0000 (15:57 +0200)
commit984f2ef4b3037d7ff68d1de890ac8006c976efe3
treefa007d3455127352a969a5b561be86d49ae062de
parent581fcfcea081cdc80e09b09a13b336d7cf9d9ef6
BRCM EGL integration to handle eglCreateGlobalImageBRCM.

For hardware accelerated multiprocess compositing on the raspberry pi.

Change-Id: Ieb46aa7306587f89fea87098227a520f18f959a7
Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
15 files changed:
extensions/brcm.xml [new file with mode: 0644]
src/compositor/hardware_integration/brcm_egl/brcm_egl.pri [new file with mode: 0644]
src/compositor/hardware_integration/brcm_egl/brcmbuffer.cpp [new file with mode: 0644]
src/compositor/hardware_integration/brcm_egl/brcmbuffer.h [new file with mode: 0644]
src/compositor/hardware_integration/brcm_egl/brcmeglintegration.cpp [new file with mode: 0644]
src/compositor/hardware_integration/brcm_egl/brcmeglintegration.h [new file with mode: 0644]
src/compositor/hardware_integration/hardware_integration.pri
src/plugins/platforms/wayland/gl_integration/brcm_egl/brcm_egl.pri [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/brcm_egl/qwaylandbrcmeglintegration.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/brcm_egl/qwaylandbrcmeglintegration.h [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/brcm_egl/qwaylandbrcmeglwindow.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/brcm_egl/qwaylandbrcmeglwindow.h [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/brcm_egl/qwaylandbrcmglcontext.cpp [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/brcm_egl/qwaylandbrcmglcontext.h [new file with mode: 0644]
src/plugins/platforms/wayland/gl_integration/gl_integration.pri