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/3rdparty/README | |
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/3rdparty/README')
-rw-r--r-- | src/3rdparty/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/README b/src/3rdparty/README index 2be1036..ef05674 100644 --- a/src/3rdparty/README +++ b/src/3rdparty/README @@ -20,3 +20,8 @@ have been removed: Some patches are applied from time to time. Recent patches can be found in the patches subdirectory. + + +The pvr2d.h & wsegl.h in the powervr directory are required for building +the PowerVR plugin on Qt for Embedded Linux. These headers are for SGX +based SoCs, but may also work on MBX SoCs. |