summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-182-12/+31
|\
| * Fixed text rendering on GL ES 2 implementations.Trond Kjernåsen2009-08-172-12/+31
* | Merge commit 'qt/master'Jason Barron2009-08-139-14/+24
|\ \ | |/
| * Update contact URL in license headers.Jason McDonald2009-08-129-9/+9
| * Fixed uploading of glyphs to the glyph cache in the GL2 engine.Kim Motoyoshi Kalland2009-08-111-5/+15
* | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-061-1/+1
* | Merge commit 'origin/master'Jason Barron2009-08-041-1/+1
|\ \
| * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-042-17/+80
|\ \ \ | | |/ | |/|
| * | Optimized single-rect clip case in OpenGL 2 paint engine.Samuel Rødal2009-07-292-17/+80
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-276-138/+197
|\ \ \ | |/ / | | / | |/ |/|
| * Use texture_from_pixmap on X11 & avoid copiesTom Cooksey2009-07-221-4/+18
| * Fixed opacity bug in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-211-0/+1
| * Fixed gradient bug in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-211-3/+3
| * Fixed crash in the GL2 engine's texture glyph cache.Kim Motoyoshi Kalland2009-07-211-4/+12
| * Used QGLContextResource for the gradient cache in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-213-30/+31
| * Fixed GL2 engine shader manager to work with more than one context.Kim Motoyoshi Kalland2009-07-213-9/+27
| * Fixed text rendering with the GL2 paint engine.Kim Motoyoshi Kalland2009-07-161-2/+5
| * Moved uniform enum to QGLEngineShaderManager.Kim Motoyoshi Kalland2009-07-034-83/+69
| * Made QPainter / OpenGL intermixing in hellogl_es2 work properly again.Samuel Rødal2009-07-011-0/+5
| * Fixed cleanup of glyph cache textures in the GL 2 engine.Trond Kjernåsen2009-07-011-3/+26
* | Compile the OpenGL2 paint engine after the QScopedPointer changesJason Barron2009-07-091-3/+3
|/
* Fixed some regressions in the OpenGL pixmap backend.Samuel Rødal2009-06-291-3/+5
* Fixed missing restoration of state after a sync in the GL 2 engine.Samuel Rødal2009-06-252-2/+12
* Fixed buggy clipping when using projective transforms in GL 2 engine.Samuel Rødal2009-06-251-14/+4
* Reduced number of state changes/uniform location queries in GL2 engine.Samuel Rødal2009-06-244-49/+168
* Use QTransform more efficiently.Bjørn Erik Nilsen2009-06-181-2/+1
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-173-6/+6
* Merge license header changes from 4.5Volker Hilsheimer2009-06-166-12/+12
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1611-22/+22
| * Fixed a crash in the GL 2 paintengine when drawing text.Trond Kjernåsen2009-05-291-0/+3
| * Long live Qt 4.5!Lars Knoll2009-03-2311-0/+3733
* Enabled switching multisampling on/off in GL2 engine on desktop.Samuel Rødal2009-06-151-0/+14
* Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend.Samuel Rødal2009-06-121-2/+4
* Fixed off-by-one color bug in GL 2 paint engine.Samuel Rødal2009-06-121-5/+5
* Fixed incorrect rendering of bitmap/pattern brushes in GL 2 engine.Samuel Rødal2009-06-125-8/+56
* Optimized stencil buffer clearing in GL 2 paint engine.Samuel Rødal2009-06-092-42/+9
* Improved clipping in GL2 paint engine.Samuel Rødal2009-06-094-170/+246
* Compile with Sun CC 5.5.jasplin2009-06-051-1/+1
* All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-041-2/+2
* Improvements to shader API in response to API reviewRhys Weatherley2009-06-041-2/+1
* Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.Samuel Rødal2009-06-034-29/+211
* Made GL2 engine default for QGLWidget, and added GL2 sync() functionSamuel Rødal2009-05-292-0/+38
* Fixed bug in GL graphics system when painting to pixmaps.Samuel Rødal2009-05-281-0/+3
* Fixed incorrect handling of composition modes in GL2 paint engine.Samuel Rødal2009-05-282-22/+11
* Compile fix with namespaces.hjk2009-05-287-3/+28
* Moved QGL2PaintEngineExPrivate into GL2 paint engine header file.Samuel Rødal2009-05-283-91/+95
* Make QGLWidgets have the same background colour as QWidgetsTom Cooksey2009-05-271-15/+8
* Make WA_TranslucentBackground work on QGLWidget for X11Tom Cooksey2009-05-271-0/+10
* Avoided expensive image upload for GL pixmap backend for QPixmap::fill.Samuel Rødal2009-05-271-1/+7