summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpaintengine_vg.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Make cacheGlyphs() function (and the destructor) virtual.Jason Barron2010-07-121-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-4/+41
|\ \ | |/
| * Clipping with rounded rectangles and QVG_SCISSOR_CLIPRhys Weatherley2010-06-021-4/+41
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-4/+83
|\ \ | |/
| * OpenVG blending modes from VG_KHR_advanced_blending extensionRhys Weatherley2010-05-121-4/+83
* | Apply Rhys's fix to qpaintengine_vg.cpp to make it compileThiago Macieira2010-04-271-5/+5
* | Attempt again at fixing the OpenVG paint engine buildThiago Macieira2010-04-261-7/+9
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-221-32/+22
|\ \ | |/
| * correctly position glyphs for complex languagesLars Knoll2010-04-211-32/+22
* | Revert "Attempt at fixing compile failure introduced by 4.6 merge in qpainten...Thiago Macieira2010-04-221-3/+3
* | Attempt at fixing compile failure introduced by 4.6 merge in qpaintengine_vg.cppThiago Macieira2010-04-221-3/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-3/+7
|\ \ | |/
| * Fix RTL text rendering in the QVGPaintEngineAlessandro Portale2010-04-161-2/+7
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-4/+4
|\ \ | |/
| * Symbol visibility fixes for RVCT4 on SymbianIain2010-04-151-4/+4
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-311-19/+22
|\ \ | |/
| * Another "off by 1" problem in OpenVG - in paths this time.Rhys Weatherley2010-03-301-19/+22
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-291-1/+1
|\ \ | |/
| * Fix another off-by-1 error in OpenVG image painting.Rhys Weatherley2010-03-251-1/+1
* | Fix compilation of OpenVG paint engine with OpenVG 1.0Rhys Weatherley2010-03-141-0/+9
* | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-091-2/+2
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-76/+72
|\ \ | |/
| * Image drawing in OpenVG was off by 0.5 of a pixelRhys Weatherley2010-03-051-9/+14
| * When using OpenVG alpha mask, turn off scissor-as-maskRhys Weatherley2010-03-051-0/+1
| * Remove vgClearPath() change to OpenVG paint engineRhys Weatherley2010-03-031-67/+57
* | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-1/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-59/+69
|\ \ | |/
| * Improve performance of VGPath creation by reusing the same pathRhys Weatherley2010-02-221-57/+67
| * Don't use vgClear() for semi-transparent brushes.Jason Barron2010-02-221-2/+2
* | Fix compilation error in openVGOlivier Goffart2010-02-231-1/+1
* | Made the qDrawPixmaps() API public (with modifications).Trond Kjernåsen2010-02-231-12/+12
* | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7Eskil Abrahamsen Blomfeldt2010-02-151-12/+9
|\ \
| * \ Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-11/+65
| |\ \ | | |/
| * | Replace qt_vg_imageBits() with constBits() in the OpenVG codeRhys Weatherley2010-02-081-12/+9
* | | Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-1/+1
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat...Eskil Abrahamsen Blomfeldt2010-02-041-11/+65
|\ \ \ | | |/ | |/|
| * | Use OpenVG scissor on 90/180/270 rotations and simple clips.Rhys Weatherley2010-02-041-7/+23
| * | Optimize single-rect IntersectClip in OpenVG using the scissorRhys Weatherley2010-02-041-4/+42
| |/
* | Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-1/+1
* | Compile for S60Eskil Abrahamsen Blomfeldt2010-01-261-13/+17
* | Attempt at making OpenVG work with QStaticTextEskil Abrahamsen Blomfeldt2010-01-261-25/+34
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Avoid deep QImage copies in the OpenVG paint engineRhys Weatherley2010-01-041-8/+11
* | Reset the OpenVG scissor after a native painting call-outRhys Weatherley2010-01-041-2/+11
|/
* Add an image allocation pool to the OpenVG paint engineRhys Weatherley2009-12-151-4/+12
* Fix infinite recursion in OpenVG scissor-only clippingRhys Weatherley2009-11-271-12/+0
* Make QVGCompositionHelper::blitWindow() more genericRhys Weatherley2009-11-251-5/+2
* Support semi-transparent surfaces in the OpenVG graphics systemRhys Weatherley2009-11-221-0/+28
* API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-8/+8