index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
openvg
/
qpaintengine_vg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change copyrights from Nokia to Digia.
Marko Valtanen
2012-12-04
1
-10
/
+11
*
Fix OpenVG painting artifacts after restoreState().
Jason Barron
2011-06-09
1
-0
/
+1
*
Change to release licenses for 4.6.3.
Jason McDonald
2010-05-30
1
-13
/
+13
*
OpenVG blending modes from VG_KHR_advanced_blending extension
Rhys Weatherley
2010-05-13
1
-4
/
+83
*
correctly position glyphs for complex languages
Lars Knoll
2010-04-21
1
-32
/
+22
*
Fix RTL text rendering in the QVGPaintEngine
Alessandro Portale
2010-04-16
1
-2
/
+7
*
Symbol visibility fixes for RVCT4 on Symbian
Iain
2010-04-15
1
-4
/
+4
*
Another "off by 1" problem in OpenVG - in paths this time.
Rhys Weatherley
2010-03-31
1
-19
/
+22
*
Fix another off-by-1 error in OpenVG image painting.
Rhys Weatherley
2010-03-26
1
-1
/
+1
*
Image drawing in OpenVG was off by 0.5 of a pixel
Rhys Weatherley
2010-03-05
1
-9
/
+14
*
When using OpenVG alpha mask, turn off scissor-as-mask
Rhys Weatherley
2010-03-05
1
-0
/
+1
*
Remove vgClearPath() change to OpenVG paint engine
Rhys Weatherley
2010-03-04
1
-67
/
+57
*
Improve performance of VGPath creation by reusing the same path
Rhys Weatherley
2010-02-23
1
-57
/
+67
*
Don't use vgClear() for semi-transparent brushes.
Jason Barron
2010-02-22
1
-2
/
+2
*
Use OpenVG scissor on 90/180/270 rotations and simple clips.
Rhys Weatherley
2010-02-04
1
-7
/
+23
*
Optimize single-rect IntersectClip in OpenVG using the scissor
Rhys Weatherley
2010-02-04
1
-4
/
+42
*
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...
Qt Continuous Integration System
2010-01-07
1
-1
/
+1
|
\
|
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
|
Avoid deep QImage copies in the OpenVG paint engine
Rhys Weatherley
2010-01-04
1
-8
/
+11
*
|
Reset the OpenVG scissor after a native painting call-out
Rhys Weatherley
2010-01-04
1
-2
/
+11
|
/
*
Add an image allocation pool to the OpenVG paint engine
Rhys Weatherley
2009-12-15
1
-4
/
+12
*
Fix infinite recursion in OpenVG scissor-only clipping
Rhys Weatherley
2009-11-27
1
-12
/
+0
*
Make QVGCompositionHelper::blitWindow() more generic
Rhys Weatherley
2009-11-25
1
-5
/
+2
*
Support semi-transparent surfaces in the OpenVG graphics system
Rhys Weatherley
2009-11-23
1
-0
/
+28
*
API review: Rename numRects() -> rectCount()
Marius Storm-Olsen
2009-11-09
1
-8
/
+8
*
Protect the OpenVG engine from null QPixmapData objects
Rhys Weatherley
2009-11-03
1
-0
/
+10
*
Remove drawCursorImage() from the OpenVG composition helper
Rhys Weatherley
2009-10-30
1
-36
/
+33
*
Fix OpenVG window composition when opacity != 1
Rhys Weatherley
2009-10-27
1
-20
/
+16
*
Use vgClear() to clear the background during screen compositing.
Rhys Weatherley
2009-10-27
1
-18
/
+46
*
Optimize QVGPixmapDropShadowFilter by removing colorize step
Rhys Weatherley
2009-10-20
1
-0
/
+18
*
Implement the strength parameter for OpenVG colorize filters
Rhys Weatherley
2009-10-16
1
-3
/
+0
*
Improve scissor clipping in the OpenVG engine
Rhys Weatherley
2009-10-14
1
-0
/
+4
*
Implement qDrawPixmaps for the OpenVG paint engine.
Rhys Weatherley
2009-10-13
1
-0
/
+115
*
Make QPF's implementation of alphaMapForGlyph() consistent.
Rhys Weatherley
2009-09-30
1
-14
/
+0
*
Fix cubic paths in OpenVG
Rhys Weatherley
2009-09-24
1
-3
/
+3
*
Calculate scissor correctly in OpenVG engine
Rhys Weatherley
2009-09-22
1
-1
/
+1
*
Accelerate drawRoundedRect() for the OpenVG paint engine
Rhys Weatherley
2009-09-21
1
-0
/
+98
*
Colorize filter for OpenVG doesn't currently support strength()
Rhys Weatherley
2009-09-18
1
-0
/
+3
*
Reduce overhead of paint engine-specific pixmap filters
Rhys Weatherley
2009-09-16
1
-11
/
+27
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
Update tech preview license header for files that are new in 4.6.
Jason McDonald
2009-08-31
1
-13
/
+13
*
Improved QPainter API for allowing native painting in GL / VG.
Samuel Rødal
2009-08-26
1
-32
/
+31
*
Don't dereference VGImage's that come from QVGPixmapData
Rhys Weatherley
2009-08-25
1
-1
/
+9
*
Implement the blur pixmap filter for OpenVG using vgGaussianBlur()
Rhys Weatherley
2009-08-25
1
-0
/
+2
*
Update contact URL in license headers.
Jason McDonald
2009-08-12
1
-1
/
+1
*
OpenVG: short-cut clipping for QPainterPath's that are just rects
Rhys Weatherley
2009-07-02
1
-0
/
+50
*
OpenVG: override QPaintEngineEx::clip(QRect) and handle specially.
Rhys Weatherley
2009-07-02
1
-2
/
+128
*
OpenVG: use the correct clip region to detect single-rect clips
Rhys Weatherley
2009-07-02
1
-2
/
+2
*
OpenVG compile fix - use const_cast instead of static_cast
Rhys Weatherley
2009-07-01
1
-4
/
+4
*
Integrate the OpenVG graphics system into Qt 4.6
Rhys Weatherley
2009-06-23
1
-0
/
+3231