index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
opengl
/
qpaintengine_opengl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed potential invalid memory access in OpenGL engine glyph cache.
Samuel Rødal
2013-04-25
1
-11
/
+9
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-13
1
-1
/
+1
*
fix uninitialized has_brush,has_pen in QOpenGLPaintEnginePrivate
Don Hatch
2012-12-06
1
-0
/
+2
*
Fix g++/MinGW compiler warnings.
Friedemann Kleint
2012-09-29
1
-3
/
+0
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-29
1
-24
/
+24
*
QGLGlyphCache: Fix texture buffer overrun
Jonathan Liu
2012-08-27
1
-9
/
+7
*
Update contact information in license headers.
Sergio Ahumada
2012-08-01
1
-2
/
+2
*
Update year in Nokia copyright messages.
Jason McDonald
2012-01-11
1
-1
/
+1
*
Fix QGLGlyphCache for Open GL ES (1).
Eike Ziller
2011-08-24
1
-15
/
+20
*
Update licenseheader text in source files for qt4.8
Jyri Tahtela
2011-05-13
1
-17
/
+17
*
Symbian build failure for Armv5
Sami Merila
2011-05-12
1
-2
/
+2
*
Merge remote branch 'qt-mainline/master'
aavit
2011-04-26
1
-4
/
+9
|
\
|
*
Fix QPA prerendered fonts in combination with GL paint engine.
con
2011-04-05
1
-4
/
+9
*
|
Added support for six-parameter radial gradients.
Samuel Rødal
2011-04-13
1
-50
/
+10
|
/
*
Fix static build on Windows with MinGW.
Mark Brand
2011-01-17
1
-1
/
+1
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
*
Fix possible crash in QStaticText and QDeclarativeTextLayout
Eskil Abrahamsen Blomfeldt
2010-10-29
1
-4
/
+4
*
Functions that are externally defined to QtOpenGL needs to be imported.
Jani Hautakangas
2010-10-21
1
-1
/
+1
*
Named anonymous struct in the OpenGL paint engine.
Kim Motoyoshi Kalland
2010-09-24
1
-2
/
+2
*
Merge remote branch 'origin/4.6' into qt-4.7-from-4.6
Thiago Macieira
2010-09-21
1
-3
/
+5
|
\
|
*
Prevent crash in QGLGlyphCache due to dangling context references.
Samuel Rødal
2010-09-14
1
-3
/
+5
*
|
Fixes QPen dash offset for OpenGL paint engines (1.x & 2.x).
Yoann Lopes
2010-09-20
1
-0
/
+1
*
|
Fixed compilation of QtOpenGL.
Samuel Rødal
2010-05-27
1
-1
/
+1
*
|
Merge remote branch 'origin/4.6' into qt-4.7-from-4.6
Olivier Goffart
2010-05-17
1
-0
/
+5
|
\
\
|
|
/
|
*
Fixed an issue with pixmaps not being released correctly in the GL 1 engine.
Trond Kjernåsen
2010-05-10
1
-0
/
+5
*
|
Compile fix on Windows.
Kim Motoyoshi Kalland
2010-05-12
1
-1
/
+1
*
|
Avoid many unnecessary allocations, so so that paint engines attached to pixmaps
Warwick Allison
2010-05-07
1
-0
/
+3
*
|
Compile Qt in C++0x mode.
Thiago Macieira
2010-03-21
1
-4
/
+4
*
|
Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7
Eskil Abrahamsen Blomfeldt
2010-02-15
1
-102
/
+95
|
\
\
|
*
|
Remove obsolete OpenGL/ES CommonLite (fixed-point) support
Rhys Weatherley
2010-02-04
1
-102
/
+95
|
|
/
*
|
Make QStaticText public API again
Eskil Abrahamsen Blomfeldt
2010-02-10
1
-1
/
+1
*
|
Make QStaticText private API
Eskil Abrahamsen Blomfeldt
2010-02-01
1
-1
/
+1
*
|
Compile
Eskil Abrahamsen Blomfeldt
2010-01-15
1
-1
/
+1
*
|
Compile
Eskil Abrahamsen Blomfeldt
2010-01-14
1
-1
/
+1
*
|
Implement drawStaticTextItem() in OpenGL paint engines
Eskil Abrahamsen Blomfeldt
2010-01-14
1
-38
/
+58
|
/
*
Rework how Qt handles GL extensions.
Trond Kjernåsen
2010-01-13
1
-13
/
+33
*
Merge remote branch 'qt/4.6' into oslo-staging-2/4.6
Paul Olav Tvete
2010-01-12
1
-1
/
+1
|
\
|
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
|
Fixed justify aligned text drawing with the GL1 engine.
Kim Motoyoshi Kalland
2010-01-11
1
-1
/
+2
|
/
*
Merge branch '4.5' into 4.6-staging
Thiago Macieira
2009-12-26
1
-3
/
+11
|
\
|
*
Fix memory leak of QGLGlyphCoord objects in the OpenGL1 paint engine
Rhys Weatherley
2009-12-21
1
-3
/
+11
*
|
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Rhys Weatherley
2009-12-07
1
-5
/
+1
|
\
\
|
|
/
|
*
Replace glColor4ub() calls with glColor4f()
Rhys Weatherley
2009-12-07
1
-5
/
+1
|
*
Update license headers again.
Jason McDonald
2009-09-08
1
-4
/
+4
*
|
Ran the script utils/normalize
Olivier Goffart
2009-11-18
1
-10
/
+10
*
|
Fixed a stencil clearing bug in the GL 1 engine.
Trond Kjernaasen
2009-10-20
1
-19
/
+21
*
|
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Gunnar Sletta
2009-10-19
1
-1
/
+0
|
\
\
|
*
|
Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDevice
Rhys Weatherley
2009-10-16
1
-1
/
+0
*
|
|
Fixed bitmap brushes and tiled bitmaps in the OpenGL1 paint engine.
Kim Motoyoshi Kalland
2009-10-15
1
-2
/
+12
*
|
|
Fixed handling of brush origin in the OpenGL paint engines.
Kim Motoyoshi Kalland
2009-10-13
1
-7
/
+8
|
/
/
[next]