summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpaintengine_opengl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-301-13/+13
* Fixed an issue with pixmaps not being released correctly in the GL 1 engine.Trond Kjernåsen2010-05-101-0/+5
* 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-071-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-211-3/+11
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-12-071-5/+1
|\|
| * Replace glColor4ub() calls with glColor4f()Rhys Weatherley2009-12-071-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-161-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-301-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-101-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
| * | Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-081-49/+64
* | | Fixed y-inversion of pixmap drawing on gl graphics systemGunnar Sletta2009-09-091-2/+14
|/ /
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\|
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Fix y orientation of pixmap brushes and pixmaptiles in gl1 engineGunnar Sletta2009-08-271-8/+0
* | New variant of QGLContext::bindTexture that does not require mipmap generationGunnar Sletta2009-08-271-4/+4
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-1/+1
|\| |
| * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+1
| |\|
| | * Fixed bug where line widths were rounded to integers in the GL engine.Kim Motoyoshi Kalland2009-07-161-1/+1
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-20/+44
|\| |
| * | Silence trivial warningsThiago Macieira2009-06-261-4/+4
| * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-7/+13
| |\|
| | * Fixed drawTiledPixmap() for the GL paint engine.Trond Kjernåsen2009-06-221-7/+13
| * | Use QTransform more efficiently.Bjørn Erik Nilsen2009-06-181-6/+3
| * | Prevented unnecessary depth clip updates in OpenGL paint engine.Samuel Rødal2009-06-181-1/+9
| * | Added save state detection in OpenGL engine to avoid dirtying state.Samuel Rødal2009-06-181-0/+13
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\|