summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpaintengine_opengl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added support for six-parameter radial gradients.Samuel Rødal2011-04-131-50/+10
* Fix static build on Windows with MinGW.Mark Brand2011-01-171-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-4/+4
* Functions that are externally defined to QtOpenGL needs to be imported.Jani Hautakangas2010-10-211-1/+1
* Named anonymous struct in the OpenGL paint engine.Kim Motoyoshi Kalland2010-09-241-2/+2
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-211-3/+5
|\
| * Prevent crash in QGLGlyphCache due to dangling context references.Samuel Rødal2010-09-141-3/+5
* | Fixes QPen dash offset for OpenGL paint engines (1.x & 2.x).Yoann Lopes2010-09-201-0/+1
* | Fixed compilation of QtOpenGL.Samuel Rødal2010-05-271-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-0/+5
|\ \ | |/
| * Fixed an issue with pixmaps not being released correctly in the GL 1 engine.Trond Kjernåsen2010-05-101-0/+5
* | Compile fix on Windows.Kim Motoyoshi Kalland2010-05-121-1/+1
* | Avoid many unnecessary allocations, so so that paint engines attached to pixmapsWarwick Allison2010-05-071-0/+3
* | Compile Qt in C++0x mode.Thiago Macieira2010-03-201-4/+4
* | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7Eskil Abrahamsen Blomfeldt2010-02-151-102/+95
|\ \
| * | Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-041-102/+95
| |/
* | Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-1/+1
* | Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-1/+1
* | CompileEskil Abrahamsen Blomfeldt2010-01-151-1/+1
* | CompileEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* | Implement drawStaticTextItem() in OpenGL paint enginesEskil Abrahamsen Blomfeldt2010-01-141-38/+58
|/
* Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-131-13/+33
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Fixed justify aligned text drawing with the GL1 engine.Kim Motoyoshi Kalland2010-01-111-1/+2
|/
* Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-261-3/+11
|\
| * Fix memory leak of QGLGlyphCoord objects in the OpenGL1 paint engineRhys Weatherley2009-12-201-3/+11
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-12-061-5/+1
|\ \ | |/
| * Replace glColor4ub() calls with glColor4f()Rhys Weatherley2009-12-061-5/+1
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Ran the script utils/normalizeOlivier Goffart2009-11-181-10/+10
* | Fixed a stencil clearing bug in the GL 1 engine.Trond Kjernaasen2009-10-201-19/+21
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-191-1/+0
|\ \
| * | Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDeviceRhys Weatherley2009-10-151-1/+0
* | | Fixed bitmap brushes and tiled bitmaps in the OpenGL1 paint engine.Kim Motoyoshi Kalland2009-10-151-2/+12
* | | Fixed handling of brush origin in the OpenGL paint engines.Kim Motoyoshi Kalland2009-10-131-7/+8
|/ /
* | Update systemclip based on the correct parametersGunnar Sletta2009-10-051-1/+1
* | QGLContext::areSharing() to check for GL share relationshipsRhys Weatherley2009-10-011-5/+5
* | Make QPF's implementation of alphaMapForGlyph() consistent.Rhys Weatherley2009-09-291-16/+0
* | Removed GL1 pixmap filters and ported colorize filter to GL2 engine.Samuel Rødal2009-09-151-14/+0
* | Fix font glyph handling for QPF fonts in the OpenGL1 paint engine.Rhys Weatherley2009-09-101-1/+18
* | Suppress warnings in QtOpenGL on OpenGL/ES 1.1 systemsRhys Weatherley2009-09-091-1/+4
* | Fixed a bug in the GL1 engine when using a QBrush(Qt::NoBrush) as a pen.Trond Kjernåsen2009-09-091-1/+1
* | Made GL1 engine have proper y-rotation since qgldrawable refactorGunnar Sletta2009-09-091-9/+21
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-091-66/+66
|\ \
| * | Update license headers again.Jason McDonald2009-09-091-4/+4
| * | Clean up the gradient cache in the right contextRhys Weatherley2009-09-091-0/+1
| * | Cleanup of QGLPaintDevice before it goes inTom Cooksey2009-09-081-3/+1
| * | Move buffer clear out of the paint engine and into the QGLPaintDevicesTom Cooksey2009-09-081-16/+0