summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
Commit message (Expand)AuthorAgeFilesLines
* API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-1/+1
* Fix fuzzy aliased rendering on GLES2Tom Cooksey2009-11-061-2/+12
* Use fallback stroker for cosmetic strokes with asymetric transformsGunnar Sletta2009-11-051-0/+8
* Modify QGLShader and QGLShaderProgram in response to API reviewRhys Weatherley2009-11-051-2/+2
* Added some optimizations to the blur and drop shadow GL filters.Samuel Rødal2009-10-291-2/+6
* Make use of QVectorPath::isConvex() to speed up rounded rect fillingGunnar Sletta2009-10-271-3/+1
* Suppress warnings in QtOpenGL codeRhys Weatherley2009-10-261-0/+1
* Integrated new triangulating stroker into QtGunnar Sletta2009-10-191-49/+146
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-191-11/+14
|\
| * Fix save() and restore() for the OpenGL2 paint engine.Rhys Weatherley2009-10-121-11/+14
* | Fixed handling of brush origin in the OpenGL paint engines.Kim Motoyoshi Kalland2009-10-131-5/+5
|/
* Optimized rasterizing of paths using stencil method in GL 2 engine.Samuel Rødal2009-10-071-3/+3
* Optimized clipping in the GL 2 engine for winding fills.Samuel Rødal2009-10-071-29/+40
* Optimized restore() in GL 2 paint engine.Samuel Rødal2009-10-061-13/+37
* Changed GL 2 engine render text implementation to use glDepthRange().Samuel Rødal2009-10-061-15/+26
* Made depth tested renderText() work after stencil clipping change.Samuel Rødal2009-10-061-7/+10
* Added convex polygon optimization to QGL2PaintEngineExPrivate::fill().Samuel Rødal2009-10-061-5/+4
* Switched to using stencil instead of depth buffer for clipping.Samuel Rødal2009-10-061-106/+171
* Moved GL 2 clip clearing code into a common function.Samuel Rødal2009-10-061-14/+14
* Got rid of some redundant state changes regarding GL depth state.Samuel Rødal2009-10-061-14/+9
* Renamed GL 2 engine variables to be clip buffer agnostic.Samuel Rødal2009-10-061-45/+45
* Switched to using GL_LEQUAL instead of GL_LESS in GL 2 engine.Samuel Rødal2009-10-061-10/+11
* Made GL 2 paint engine waste less bits in clipping algorithm.Samuel Rødal2009-10-061-5/+4
* Refactored GL 2 engine UniteClip to always increase max depth.Samuel Rødal2009-10-061-3/+2
* Moved maxDepth out of state object and got rid of unused state members.Samuel Rødal2009-10-061-11/+8
* Fixed missing stencil buffer clear when scissor testing is disabled.Samuel Rødal2009-10-061-1/+3
* Fixed bug in GL 2 engine when using beginNativePainting.Samuel Rødal2009-10-061-0/+2
* Consistently use QGLShareContextScope for context switchingRhys Weatherley2009-10-051-5/+1
* 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