summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
Commit message (Expand)AuthorAgeFilesLines
* Reduce overhead of paint engine-specific pixmap filtersRhys Weatherley2009-09-162-9/+6
* Fixed rendering errors in blurpicker with -graphicssystem openglSamuel Rødal2009-09-151-0/+1
* Really fixed clipping bug in portedcanvas with -graphicssystem opengl.Samuel Rødal2009-09-141-1/+1
* Fixed clipping bug in GL 2 engine.Samuel Rødal2009-09-141-0/+1
* Fixed clipping bug in portedcanvas with -graphicssystem openglSamuel Rødal2009-09-141-0/+3
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-141-0/+12
|\
| * Fix drawTiledPixmap for NPOT pixmaps on OpenGL ES 2.0Tom Cooksey2009-09-141-0/+12
* | Some small optimizations to gl2 engine.Gunnar Sletta2009-09-142-30/+11
* | Fixed crash in gl when stroking with a Qt::NoBrush penGunnar Sletta2009-09-141-1/+3
|/
* Fixed clipping bugs in GL2 graphics system with oxygen style.Samuel Rødal2009-09-111-1/+3
* Re-order begin() so everything needing a current context has oneTom Cooksey2009-09-101-12/+12
* Fixed rendering of text with gradient pen in GL 2 engine.Samuel Rødal2009-09-101-5/+4
* Fix crash in gl2 paint engine on WindowsEskil Abrahamsen Blomfeldt2009-09-101-1/+3
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-0911-107/+65
|\
| * Update license headers again.Jason McDonald2009-09-0911-44/+44
| * Make QGLPixmapData work with the new QGLPaintDevice APITom Cooksey2009-09-081-20/+4
| * Move buffer clear out of the paint engine and into the QGLPaintDevicesTom Cooksey2009-09-081-11/+1
| * Make QGLFramebufferObject work again using new QGLPaintDevice APITom Cooksey2009-09-081-26/+2
| * Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-082-30/+38
* | Fixed y-inversion of pixmap drawing on gl graphics systemGunnar Sletta2009-09-092-2/+5
|/
* Fixed crash in tst_qgl.Samuel Rødal2009-09-031-3/+4
* Fixed a system clip issue in the GL 2 engine.Trond Kjernåsen2009-09-021-3/+9
* Split QGLEngineShaderManager into a shared and a per engine part.Kim Motoyoshi Kalland2009-09-025-295/+331
* Don't seg-fault when printing error message in shader managerTom Cooksey2009-09-011-11/+25
* Fixed poor utilization of depth buffer range in GL 2 paint engine.Samuel Rødal2009-09-012-29/+41
* Fixed a problem with corrupted text in the GL 2 engine.Trond Kjernåsen2009-08-311-0/+1
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-315-65/+65
* Fixed inverted pixmaps when using OpenGL graphics effects.Samuel Rødal2009-08-311-1/+3
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-316-78/+78
|\
| * Update tech preview license header.Jason McDonald2009-08-3111-143/+143
| * Update license headers.Jason McDonald2009-08-1111-11/+11
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-08-282-18/+75
|\ \
| * | Fixed QGLWidget::renderText() when using the GL 2 paint engine.Trond Kjernåsen2009-08-282-18/+75
* | | Attempting to make EGL compile again and fix some potentialGunnar Sletta2009-08-281-1/+3
|/ /
* | Fixed path filling in the GL2 paint engine.Kim Motoyoshi Kalland2009-08-271-1/+1
* | Don't flip texture coords in texture brushes in accordance with new bindTextureGunnar Sletta2009-08-271-1/+0
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-08-274-39/+55
|\ \
| * | Made GL 2 engine reset various GL state to their defaults in end().Samuel Rødal2009-08-262-3/+10
| * | Made brush textures in GL2 engine use correct filtering.Samuel Rødal2009-08-261-8/+10
| * | Improved GLSL precision specifiers in GL 2 engine.Samuel Rødal2009-08-261-24/+24
| * | Improved QPainter API for allowing native painting in GL / VG.Samuel Rødal2009-08-262-2/+10
| * | Added missing precision specifiers to custom shader effect.Samuel Rødal2009-08-262-2/+2
* | | New variant of QGLContext::bindTexture that does not require mipmap generationGunnar Sletta2009-08-271-8/+9
|/ /
* | Fixed clipping bug in GL 2 paint engine (visible in arthur demos).Samuel Rødal2009-08-261-1/+1
* | Removed warnings / debug output in the GL 2 engine / pixmap filter code.Samuel Rødal2009-08-252-2/+1
* | Fix obsolete license headers.Jason McDonald2009-08-212-5/+5
* | compile fix with namespaces in QGLCustomShaderStagePrivatehjk2009-08-211-0/+4
* | Fix drawTiledPixmap for texture_from_pixmap on X11/EGLTom Cooksey2009-08-211-0/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-217-68/+413
|\ \
| * \ Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-211-0/+1
| |\ \