Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added clipping to the dashed stroke processor in the GL2 engine. | Kim Motoyoshi Kalland | 2010-03-10 | 3 | -7/+12 |
* | Compile fix when Qt3Support is enabled for devices using EGL. | Trond Kjernåsen | 2010-03-10 | 1 | -1/+1 |
* | Compile with Qt3Support in a ScratchBox environment. | Trond Kjernåsen | 2010-03-10 | 1 | -1/+1 |
* | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/Hint | Trond Kjernåsen | 2010-03-09 | 2 | -5/+8 |
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Rohan McGovern | 2010-03-06 | 1 | -0/+1 |
|\ | |||||
| * | Fixed an exit crash that could occur in the GL 2 engine under X11. | Trond Kjernåsen | 2010-03-04 | 1 | -0/+1 |
* | | Remove comment in drawStaticTextItem() in GL engine | Eskil Abrahamsen Blomfeldt | 2010-02-24 | 1 | -1/+0 |
* | | Made the qDrawPixmaps() API public (with modifications). | Trond Kjernåsen | 2010-02-23 | 2 | -25/+29 |
* | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 4 | -34/+213 |
|\ \ | |||||
| * \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra... | Qt Continuous Integration System | 2010-02-19 | 1 | -1/+3 |
| |\ \ | |||||
| | * \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 2 | -2/+2 |
| | |\ \ | |||||
| | * | | | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 1 | -1/+3 |
| * | | | | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-18 | 2 | -2/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Fix warnings on gcc | Eskil Abrahamsen Blomfeldt | 2010-02-18 | 1 | -2/+2 |
| * | | | | Add experimental VBO support for drawCachedGlyphs()'s index array | Eskil Abrahamsen Blomfeldt | 2010-02-18 | 2 | -1/+32 |
| * | | | | Optimization for text drawing on OpenGL | Eskil Abrahamsen Blomfeldt | 2010-02-18 | 2 | -2/+8 |
| * | | | | Fix alpha check for OpenGL/ES in GL2 paint engine | Rhys Weatherley | 2010-02-15 | 1 | -0/+4 |
| * | | | | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7 | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 5 | -33/+3238 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Make QStaticText public API again | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 1 | -1/+1 |
| * | | | | Revert 004b09ffd423cd3100e346825dd7d730fc86d366 | Eskil Abrahamsen Blomfeldt | 2010-02-10 | 1 | -5/+1 |
| * | | | | Make the GL glyph cache a POT texture | Eskil Abrahamsen Blomfeldt | 2010-02-09 | 1 | -1/+5 |
| * | | | | Use glDrawElements and triangle strips to draw glyphs in GL engine | Eskil Abrahamsen Blomfeldt | 2010-02-09 | 3 | -4/+34 |
| * | | | | Remove VBO caching and glDrawElements path in QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-08 | 1 | -124/+43 |
| * | | | | Clean up VBOs cached in QStaticText when context is deleted | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -18/+36 |
| * | | | | Add explanatory comment to QGL2PaintEngineExPrivate::drawCachedGlyphs | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -0/+3 |
| * | | | | Recreate cached vertex arrays for QStaticText when drawn to new context | Eskil Abrahamsen Blomfeldt | 2010-02-05 | 1 | -3/+11 |
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat... | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 2 | -0/+7 |
| |\ \ \ \ | |||||
| * | | | | | Small optimization for QStaticText when used with index arrays | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 1 | -4/+13 |
| * | | | | | Fix broken text drawing in OpenGL engine when text items are too long | Eskil Abrahamsen Blomfeldt | 2010-02-02 | 1 | -3/+3 |
| * | | | | | Add experimental support for using drawElements to draw cached text | Eskil Abrahamsen Blomfeldt | 2010-02-02 | 1 | -3/+34 |
| * | | | | | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 7 | -346/+381 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fix transformed painting of QStaticText in GL2 paint engine | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 2 | -8/+22 |
| * | | | | | | Make QStaticText private API | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -1/+1 |
| * | | | | | | Remove reference to _ARB macros | Eskil Abrahamsen Blomfeldt | 2010-02-01 | 1 | -9/+9 |
| * | | | | | | Improve performance of QStaticText on OpenGL by caching data on GPU | Eskil Abrahamsen Blomfeldt | 2010-01-29 | 1 | -10/+82 |
| * | | | | | | Inline QGL2PEXVertexArray::addRect() | Eskil Abrahamsen Blomfeldt | 2010-01-19 | 2 | -16/+15 |
| * | | | | | | Optimize speed of QGL2PEXVertexArray | Eskil Abrahamsen Blomfeldt | 2010-01-19 | 1 | -2/+11 |
| * | | | | | | Compile | Eskil Abrahamsen Blomfeldt | 2010-01-15 | 2 | -19/+4 |
| * | | | | | | Compile | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+16 |
| * | | | | | | Implement drawStaticTextItem() in OpenGL paint engines | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 2 | -16/+42 |
| * | | | | | | Support transformations in drawStaticText() and optimize for space | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+1 |
| * | | | | | | Optimize QStaticText for space | Eskil Abrahamsen Blomfeldt | 2010-01-14 | 1 | -1/+1 |
* | | | | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Fix building in a namespace on Windows | Andy Shaw | 2010-02-19 | 1 | -1/+3 |
* | | | | | | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-18 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Fix copyright year. | Jason McDonald | 2010-02-16 | 2 | -2/+2 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch '4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-17 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | |||||
| * | | | | Moved 'hasAlpha' property from GL2 engine to GL paint device. | Kim Motoyoshi Kalland | 2010-02-12 | 2 | -23/+1 |
| * | | | | Compile fix for OpenGL ES. | Kim Motoyoshi Kalland | 2010-02-12 | 1 | -1/+5 |
| * | | | | Turned off subpixel AA text on surface with alpha in GL2 engine. | Kim Motoyoshi Kalland | 2010-02-12 | 2 | -7/+25 |
| | |_|/ | |/| | |