summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpaintengine_opengl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-3/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* QGLGlyphCache: Fix texture buffer overrunJonathan Liu2012-08-271-9/+7
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix QGLGlyphCache for Open GL ES (1).Eike Ziller2011-08-241-15/+20
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Symbian build failure for Armv5Sami Merila2011-05-121-2/+2
* Merge remote branch 'qt-mainline/master'aavit2011-04-261-4/+9
|\
| * Fix QPA prerendered fonts in combination with GL paint engine.con2011-04-051-4/+9
* | Added support for six-parameter radial gradients.Samuel Rødal2011-04-131-50/+10
|/
* Fix static build on Windows with MinGW.Mark Brand2011-01-171-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fix possible crash in QStaticText and QDeclarativeTextLayoutEskil Abrahamsen Blomfeldt2010-10-291-4/+4
* Functions that are externally defined to QtOpenGL needs to be imported.Jani Hautakangas2010-10-211-1/+1
* Named anonymous struct in the OpenGL paint engine.Kim Motoyoshi Kalland2010-09-241-2/+2
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-211-3/+5
|\
| * Prevent crash in QGLGlyphCache due to dangling context references.Samuel Rødal2010-09-141-3/+5
* | Fixes QPen dash offset for OpenGL paint engines (1.x & 2.x).Yoann Lopes2010-09-201-0/+1
* | Fixed compilation of QtOpenGL.Samuel Rødal2010-05-271-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-0/+5
|\|
| * Fixed an issue with pixmaps not being released correctly in the GL 1 engine.Trond Kjernåsen2010-05-101-0/+5
* | Compile fix on Windows.Kim Motoyoshi Kalland2010-05-121-1/+1
* | Avoid many unnecessary allocations, so so that paint engines attached to pixmapsWarwick Allison2010-05-071-0/+3
* | Compile Qt in C++0x mode.Thiago Macieira2010-03-211-4/+4
* | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7Eskil Abrahamsen Blomfeldt2010-02-151-102/+95
|\ \
| * | Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-041-102/+95
| |/
* | Make QStaticText public API againEskil Abrahamsen Blomfeldt2010-02-101-1/+1
* | Make QStaticText private APIEskil Abrahamsen Blomfeldt2010-02-011-1/+1
* | CompileEskil Abrahamsen Blomfeldt2010-01-151-1/+1
* | CompileEskil Abrahamsen Blomfeldt2010-01-141-1/+1
* | Implement drawStaticTextItem() in OpenGL paint enginesEskil Abrahamsen Blomfeldt2010-01-141-38/+58
|/
* Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-131-13/+33
* Merge remote branch 'qt/4.6' into oslo-staging-2/4.6Paul Olav Tvete2010-01-121-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Fixed justify aligned text drawing with the GL1 engine.Kim Motoyoshi Kalland2010-01-111-1/+2
|/
* Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-261-3/+11
|\
| * Fix memory leak of QGLGlyphCoord objects in the OpenGL1 paint engineRhys Weatherley2009-12-211-3/+11
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-12-071-5/+1
|\|
| * Replace glColor4ub() calls with glColor4f()Rhys Weatherley2009-12-071-5/+1
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Ran the script utils/normalizeOlivier Goffart2009-11-181-10/+10
* | Fixed a stencil clearing bug in the GL 1 engine.Trond Kjernaasen2009-10-201-19/+21
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-191-1/+0
|\ \
| * | Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDeviceRhys Weatherley2009-10-161-1/+0
* | | Fixed bitmap brushes and tiled bitmaps in the OpenGL1 paint engine.Kim Motoyoshi Kalland2009-10-151-2/+12
* | | Fixed handling of brush origin in the OpenGL paint engines.Kim Motoyoshi Kalland2009-10-131-7/+8
|/ /
* | Update systemclip based on the correct parametersGunnar Sletta2009-10-051-1/+1
* | QGLContext::areSharing() to check for GL share relationshipsRhys Weatherley2009-10-011-5/+5
* | Make QPF's implementation of alphaMapForGlyph() consistent.Rhys Weatherley2009-09-301-16/+0