summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpaintengine_opengl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-235/+24
|\| |
| * | Make QGLWidgets have the same background colour as QWidgetsTom Cooksey2009-05-271-2/+8
| * | Make WA_TranslucentBackground work on QGLWidget for X11Tom Cooksey2009-05-271-1/+1
| * | some cleanups on private exported symbolsThierry Bastian2009-05-261-1/+0
| * | Merge commit 'qt/master'Samuel Rødal2009-05-201-19/+3
| |\ \
| | * | Optimize rendering in the GL engineZack Rusin2009-05-111-19/+3
| * | | Make QtOpenGL compile on OpenGL ES 1.1 againTom Cooksey2009-05-141-3/+6
| * | | Merge commit 'qt/master'Samuel Rødal2009-05-131-3/+2
| |\| |
| | * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-071-3/+2
| | |\|
| * | | Enabled compilation of both GL and GL2 paint engine.Samuel Rødal2009-05-131-29/+3
| * | | Merge branch 'shader-api' into gl2engine-new-shadersRhys Weatherley2009-05-011-2/+8
| |\| |