summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/powervr/QWSWSEGL
Commit message (Collapse)AuthorAgeFilesLines
* Increase PowerVR memory alignment from 8 to 32 for SGX systems.Rhys Weatherley2009-10-201-1/+1
| | | | Increasing the alignment does not seem to affect MBX.
* Remove unnecessary PowerVR helper functionsRhys Weatherley2009-10-202-75/+0
| | | | | | | The cross-process memory sharing code never really worked in the way we needed it to - so remove it until something better comes along. Reviewed-by: trustme
* Make screen rotation work properly with the PowerVR screen driverRhys Weatherley2009-10-164-2/+26
| | | | | Task-number: QT-2261 Reviewed-by: Tom
* Merge commit 'origin/4.5' into 4.6Rhys Weatherley2009-09-171-0/+7
|\
| * Fix compilation for systems with MBX PowerVR headers.Rhys Weatherley2009-09-171-0/+7
| | | | | | | | Reviewed-by: trustme
* | Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-2/+2
|\ \ | |/ | | | | | | | | | | Conflicts: tests/auto/qimagereader/tst_qimagereader.cpp tests/auto/qpainter/tst_qpainter.cpp tests/auto/qtwidgets/tst_qtwidgets.cpp
| * Make the PowerVR screen driver for QWS compile against shipped headersTom Cooksey2009-09-171-2/+2
| | | | | | | | | | | | | | | | The pvr2d.h/wsegl.h headers we ship with Qt (in src/3rdparty/powervr) are meant for the PowerVR SGX. However, we use an MBX-specific define in the powervr driver. Reviewed-by: Jørgen Lind
| * Update license headers again.Jason McDonald2009-09-084-16/+16
| | | | | | | | Reviewed-by: Trust Me
* | Update the QWS PowerVR driver's pro to use the new EGL qmake varsTom Cooksey2009-09-171-2/+2
| | | | | | | | Reviewed-by: Trustme
* | Update license headers again.Jason McDonald2009-09-094-16/+16
|/ | | | Reviewed-by: Trust Me
* Update tech preview license header.Jason McDonald2009-08-314-52/+52
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-114-4/+4
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-164-8/+8
| | | | Reviewed-by: Trust Me
* Add QMAKE_INCDIR_POWERVR to specify the location of pvr2d.h & wsegl.hTom Cooksey2009-05-051-0/+2
| | | | | | | | Allow setting of a QMAKE_INCDIR_POWERVR in the mkspec to specify where the pvr2d.h & wsegl.h files are located. Set to src/3rdparty/powervr to use the headers distributed with Qt (for SGX-based SoCs). Reviewed-by: Trustme
* Use PVR2DGetFrameBuffer to map screen 0Rhys Weatherley2009-04-282-22/+48
| | | | | | | | | Some PowerVR chipsets are unstable if mmap/PVR2DMemWrap is used to map screen 0 instead of using PVR2DGetFrameBuffer. This change makes the driver use PVR2DGetFrameBuffer for screen 0 and mmap/PVR2DMemWrap for all other screens. Reviewed-by: Julian de Bhal
* Long live Qt 4.5!Lars Knoll2009-03-235-0/+1574