summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-283-3/+72
|\
| * Native image handle provider support in QGLPixmapDataLaszlo Agocs2011-03-243-3/+72
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-225-23/+51
|\ \ | |/
| * Change Symbian to use destroyed swap behaviour in GLJani Hautakangas2011-03-225-23/+51
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-213-141/+126
|\ \ | |/
| * Change the pooled QGLPixmapData to be backed by QVolatileImage.Laszlo Agocs2011-03-213-141/+126
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-171-2/+25
|\ \ | |/ |/|
| * Changes to driver workarounds.Robin Burchell2011-03-171-2/+25
* | Hot fix for compilation without QGL_USE_TEXTURE_POOLJani Hautakangas2011-03-151-0/+2
* | Initial implementation of GLES2.0 resource poolingJani Hautakangas2011-03-1512-17/+1467
* | Don't use EGL surfaces for translucency with 32MB GPU chip.Jani Hautakangas2011-03-101-0/+12
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-264-70/+266
|\ \ | |/ |/|
| * Fix extern usage in qpixmapdata_gl.cppJani Hautakangas2011-02-251-1/+1
| * Fix for loading QPixmaps from file in GL graphics systemJani Hautakangas2011-02-251-22/+22
| * Fix code style in qgl_symbian.cppJani Hautakangas2011-02-251-4/+4
| * QPixmap::to/fromSymbianCFbsBitmap() in OpenGL graphics system.Jani Hautakangas2011-02-252-0/+119
| * Use the 'convertInPlace' versions of QImage in QGLPixmapData load.Jani Hautakangas2011-02-252-34/+83
| * Recreate GL surface when native window is resized on SymbianJani Hautakangas2011-02-251-13/+41
* | Fixed tst_qpixmap::toImageDeepCopy autotest for GL graphicssystem.Samuel Rødal2011-02-091-0/+6
* | Fixed missing text when using static text items in GL 2 engine.Samuel Rødal2011-02-023-5/+14
|/
* Fix static build on Windows with MinGW.Mark Brand2011-01-176-12/+12
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-1072-73/+73
|\
| * Update copyright year to 2011.Jason McDonald2011-01-1072-73/+73
* | Merge branch 'graphics-team-text-4.7' into 4.7Eskil Abrahamsen Blomfeldt2011-01-101-4/+0
|\ \ | |/ |/|
| * Fix regression in text rendering in OpenGL2 engineEskil Abrahamsen Blomfeldt2011-01-051-4/+0
* | Restored old flushing behavior in -graphicssystem opengl on desktop.Samuel Rødal2011-01-071-3/+4
* | Support for swap modes in QGLWindowSurface.Michael Dominic K2011-01-042-1/+15
* | Add work around for bug when painting w/glTexSubImage into large textureEskil Abrahamsen Blomfeldt2010-12-164-1/+8
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-12-151-4/+7
|\
| * Don't delete FBO when resetting glyph cacheEskil Abrahamsen Blomfeldt2010-12-141-4/+7
* | Trivial: Fix coding styleHarald Fernengel2010-12-141-1/+1
* | Prevent ::flush from being called on QGLWindowSurface if no painting happened.Michael Dominic K2010-12-141-0/+13
|/
* Fixed GL 2 engine rendering of images / pixmaps above max texture size.Samuel Rødal2010-12-132-5/+49
* Missing glyphs in GL when scaling QStaticText and QML text itemsEskil Abrahamsen Blomfeldt2010-12-101-5/+13
* Try using pure scissor clip in GL 2 engine for rotations.Samuel Rødal2010-12-091-1/+5
* Fixed missing text in GL 2 engine after recreating a context.Samuel Rødal2010-12-091-1/+3
* Check Qt::WA_TranslucentBackground instead of custom widget property.Michael Dominic K2010-12-081-12/+5
* Support for 'qglTranslucent' in QGLWindowSurface.Michael Dominic K2010-12-081-1/+19
* Fix text disappearing on GL when RGB-path is taken (no transformation)Eskil Abrahamsen Blomfeldt2010-12-071-8/+11
* Fix warning about %x parameter type mismatch in EGLThiago Macieira2010-11-261-1/+1
* Fix warning about address of a function being constant.Thiago Macieira2010-11-261-0/+4
* Fix warnings related to unused variables.Thiago Macieira2010-11-262-2/+0
* Fix a build break when namespace is definedMiikka Heikkinen2010-11-221-17/+17
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-191-17/+17
|\
| * Fix for QtOpenGL RVCT4 compilation errorJani Hautakangas2010-11-181-17/+17
* | Fix possible corrupted text when gl glyph cache becomes fullEskil Abrahamsen Blomfeldt2010-11-193-3/+27
* | Fixed crash when destroying QGLWidgetThorbjørn Lindeijer2010-11-171-1/+2
* | Prevent crash in GL 2 engine when stroking null rectangle.Samuel Rødal2010-11-171-0/+3
* | Fix possible missing glyphs in text when using GL engineEskil Abrahamsen Blomfeldt2010-11-163-2/+24
|/
* Remove driver bug work-around from GL 2 paint engine.Samuel Rødal2010-11-121-5/+0