summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
Commit message (Expand)AuthorAgeFilesLines
* Changed implementation of qDrawBorderPixmap() to use qDrawPixmaps().Kim Motoyoshi Kalland2009-10-022-8/+12
* Added support for drawing a pixmap multiple times in one call.Kim Motoyoshi Kalland2009-10-025-45/+197
* Fix warnings on mingwThierry Bastian2009-10-011-0/+1
* Use QGLSharedResourceGuard to track contexts in the shader managerRhys Weatherley2009-10-012-5/+5
* 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
* Made fast blur in GL 2 engine be radius independent.Samuel Rødal2009-09-241-0/+1
* 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-222-19/+29
* Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-225-23/+174
* Revert "Resubmit support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-215-174/+23
* Optimized GL2 engine to use scissor clipping more aggressively.Samuel Rødal2009-09-212-95/+72
* Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-215-23/+174
* 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-175-169/+22
* Added support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-165-22/+169
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-162-9/+6
|\
| * Reduce overhead of paint engine-specific pixmap filtersRhys Weatherley2009-09-162-9/+6
* | Fixed glsl warnings on mac and stop using texturecoords when not neededGunnar Sletta2009-09-163-26/+20
* | Silenced GLSL compiler warning on Mac OS XGunnar Sletta2009-09-152-1/+5
|/
* 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
|\