diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-03-31 13:13:31 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-05-05 14:08:28 (GMT) |
commit | c412508f2def8163b6b0d5821e3ffe1de4e4f99d (patch) | |
tree | b6139c9ddb777c04b04f67f1ba6e1eaf03b15c7c /src/plugins/gfxdrivers | |
parent | fde7475bcf9c10522a8170e6eb8fb9a8fadc21cd (diff) | |
download | Qt-c412508f2def8163b6b0d5821e3ffe1de4e4f99d.zip Qt-c412508f2def8163b6b0d5821e3ffe1de4e4f99d.tar.gz Qt-c412508f2def8163b6b0d5821e3ffe1de4e4f99d.tar.bz2 |
Add headers required for building PowerVR driver
The PowerVR driver on Qt for Embedded Linux needs to use Imagination
Techologies' proprietary pvr2d & wsegl APIs. These are the headers for
those APIs, allowing the powervr driver to be built. Ideally, these
headers would be provided as part of the SDK supplied by chipset vendors.
For now, we include these headers to let people get going with the
driver.
Licence headers were approved by legal for inclusion into Qt, after some
negotiation with ImgTec (who have also approved their inclusion into
Qt). The headers have also passed a scan by Talko, provided the licence
headers aren't touched.
Reviewed-by: Paul
Diffstat (limited to 'src/plugins/gfxdrivers')
-rw-r--r-- | src/plugins/gfxdrivers/powervr/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/gfxdrivers/powervr/README b/src/plugins/gfxdrivers/powervr/README index ec02efb..3eac1b9 100644 --- a/src/plugins/gfxdrivers/powervr/README +++ b/src/plugins/gfxdrivers/powervr/README @@ -29,9 +29,10 @@ strictly Unix-style markers. *************************************************************************** * IMPORTANT: To build the QScreen plugin and the WSEGL library it depends * -* on, the pvr2d.h, wsegl.h headers for your platform are required. These * -* can be obtained either through your platform provider or directly from * -* Imagination Technologies. * +* on, the pvr2d.h, wsegl.h headers for your platform are required. You * +* can find a copy of these headers in src/3rdparty/powervr for SGX based * +* platforms like the TI OMAP3xxx. They may also work on MBX platforms too * +* depending on how old your libEGL is. * *************************************************************************** |