summaryrefslogtreecommitdiffstats
path: root/examples/openvg
Commit message (Collapse)AuthorAgeFilesLines
* Improved QPainter API for allowing native painting in GL / VG.Samuel Rødal2009-08-261-2/+2
| | | | | | | | Previously we were using QPaintEngine::syncState() which is not ideal naming-wise, since it actually prepares for native painting instead of syncing the painter's state to native state. Reviewed-by: Trond
* Update contact URL in license headers.Jason McDonald2009-08-123-3/+3
| | | | Reviewed-by: Trust Me
* Add the "star" example, which demonstrates how to mix OpenVG and QPainterRhys Weatherley2009-07-206-0/+289
Reviewed-by: trustme