summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed implementation of qDrawBorderPixmap() to use qDrawPixmaps().Kim Motoyoshi Kalland2009-10-021-7/+11
* Added support for drawing a pixmap multiple times in one call.Kim Motoyoshi Kalland2009-10-021-19/+122
* Fix warnings on mingwThierry Bastian2009-10-011-0/+1
* Fixed a crash in the boxes demo when using -graphicssystem opengl.Trond Kjernaasen2009-09-281-1/+1
* Suppress some compiler warnings that occur under OpenGL/ES 2.0Rhys Weatherley2009-09-281-0/+4
* Added #define to GL 2 paint engine to turn off scissor testing.Samuel Rødal2009-09-251-15/+27
* Added a comment to clarify the purpose of a piece of code.Trond Kjernåsen2009-09-231-1/+1
* Fixed a warning.Trond Kjernåsen2009-09-221-0/+2
* Fixed text drawing in the GL2 engine after sub-pixel hinting was added.Trond Kjernåsen2009-09-221-18/+28
* Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-221-17/+125
* Revert "Resubmit support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-211-125/+17
* Optimized GL2 engine to use scissor clipping more aggressively.Samuel Rødal2009-09-211-94/+69
* Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-211-17/+125
* Performance: reduce overhead of updateMatrix() in GL2 paint engineRhys Weatherley2009-09-211-32/+45
* Revert "Added support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-171-120/+16
* Added support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-161-16/+120
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-161-8/+0
|\
| * Reduce overhead of paint engine-specific pixmap filtersRhys Weatherley2009-09-161-8/+0
* | Fixed glsl warnings on mac and stop using texturecoords when not neededGunnar Sletta2009-09-161-2/+0
|/
* 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
* Some small optimizations to gl2 engine.Gunnar Sletta2009-09-141-29/+8
* 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-091-66/+23
|\
| * Update license headers again.Jason McDonald2009-09-091-4/+4
| * 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-081-29/+36
* | Fixed y-inversion of pixmap drawing on gl graphics systemGunnar Sletta2009-09-091-2/+3
|/
* 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-021-2/+6
* Fixed poor utilization of depth buffer range in GL 2 paint engine.Samuel Rødal2009-09-011-26/+25
* Fixed a problem with corrupted text in the GL 2 engine.Trond Kjernåsen2009-08-311-0/+1
* Fixed inverted pixmaps when using OpenGL graphics effects.Samuel Rødal2009-08-311-1/+3
* 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
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-08-281-17/+68
|\ \
| * | Fixed QGLWidget::renderText() when using the GL 2 paint engine.Trond Kjernåsen2009-08-281-17/+68
* | | Attempting to make EGL compile again and fix some potentialGunnar Sletta2009-08-281-1/+3
|/ /
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-08-271-12/+25
|\ \
| * | Made GL 2 engine reset various GL state to their defaults in end().Samuel Rødal2009-08-261-3/+9