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
/
gl2paintengineex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change copyrights from Nokia to Digia
4.6
Sergio Ahumada
2012-11-27
15
-270
/
+270
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
15
-15
/
+15
*
Fix antialiasing with transformed text in OpenGL2 paint engine
Eskil Abrahamsen Blomfeldt
2010-05-31
3
-1
/
+8
*
Workaround for ATI driver bug when using QGraphicsEffect with GL.
Kim Motoyoshi Kalland
2010-05-12
2
-5
/
+6
*
Fixed possible data corruption in the triangulating stroker.
Trond Kjernåsen
2010-04-09
1
-4
/
+12
*
Fixed caching of QPainter patterns in the GL 2 engine.
Trond Kjernåsen
2010-04-07
1
-1
/
+1
*
Worked around driver bug causing clipping errors on N900.
Samuel Rødal
2010-03-10
1
-3
/
+8
*
Fixed an exit crash that could occur in the GL 2 engine under X11.
Trond Kjernåsen
2010-03-04
1
-0
/
+1
*
Fix building in a namespace on Windows
Andy Shaw
2010-02-19
1
-1
/
+3
*
Moved 'hasAlpha' property from GL2 engine to GL paint device.
Kim Motoyoshi Kalland
2010-02-12
2
-23
/
+1
*
Compile fix for OpenGL ES.
Kim Motoyoshi Kalland
2010-02-12
1
-1
/
+5
*
Turned off subpixel AA text on surface with alpha in GL2 engine.
Kim Motoyoshi Kalland
2010-02-12
2
-7
/
+25
*
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...
Qt Continuous Integration System
2010-02-03
1
-0
/
+6
|
\
|
*
Fixed compilation of the GL2 engine for OpenGL ES 2.
Kim Motoyoshi Kalland
2010-02-02
1
-0
/
+2
|
*
Fixed missing textures in the boxes demo.
Kim Motoyoshi Kalland
2010-02-02
1
-0
/
+1
|
*
Fixed garbled 3D Qt logo in the overpainting example.
Kim Motoyoshi Kalland
2010-02-01
1
-0
/
+3
*
|
Fix missing namespace.
ck
2010-02-01
1
-0
/
+4
|
/
*
Fix rendering with simple shader in GL2 engine
Tom Cooksey
2010-01-22
1
-0
/
+3
*
Purely cosmetic (formatting) changes to GL2 engine's GLSL
Tom Cooksey
2010-01-21
1
-333
/
+357
*
Use an attribute value for the PMV matrix rather than a uniform
Tom Cooksey
2010-01-21
5
-31
/
+42
*
Remove unnecessary depth uniform from GL2 engine's GLSL
Tom Cooksey
2010-01-21
1
-6
/
+0
*
Fix copyright year.
Jason McDonald
2010-01-20
2
-2
/
+2
*
Fixed tst_qgl multipleFBOInterleavedRendering.
Samuel Rødal
2010-01-13
1
-1
/
+1
*
Merge remote branch 'qt/4.6' into oslo-staging-2/4.6
Paul Olav Tvete
2010-01-12
13
-13
/
+13
|
\
|
*
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6
Simon Hausmann
2010-01-08
1
-0
/
+3
|
|
\
|
*
\
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...
Qt Continuous Integration System
2010-01-07
13
-13
/
+13
|
|
\
\
|
|
*
|
Update copyright year to 2010
Jason McDonald
2010-01-07
13
-13
/
+13
*
|
|
|
Fixed subpixel antialiased text drawing with the GL2 engine.
Kim Motoyoshi Kalland
2010-01-11
1
-3
/
+15
*
|
|
|
Track the glVertexAttribPointer and only update it if it's changed
Tom Cooksey
2010-01-11
3
-34
/
+61
|
|
_
|
/
|
/
|
|
*
|
|
Reset the GL stencil mask, op and function in resetGLState().
Trond Kjernåsen
2010-01-07
1
-0
/
+3
|
/
/
*
|
Revert "Add GLfloat[2][2] & GLfloat[3][3] uniform setters to QGLShaderProgram"
Tom Cooksey
2010-01-06
1
-2
/
+3
*
|
fix compilation in GL2 paint engine for Windows
Gunnar Sletta
2010-01-05
1
-0
/
+1
*
|
Move QGLTextureGlyphCache into it's own file
Tom Cooksey
2010-01-05
4
-238
/
+346
*
|
Remove QGLShareRegister and transfer its functionality to QGLContextGroup
Rhys Weatherley
2010-01-05
1
-6
/
+9
*
|
Introduce new "snapToPixelGrid" flag to GL2 engine for drawText
Tom Cooksey
2010-01-04
2
-5
/
+44
*
|
Also delete blitShader & simpleShader in ~QGLEngineSharedShaders
Tom Cooksey
2009-12-30
1
-0
/
+10
*
|
fix a memory leak in QGLEngineSharedShaders
jianliang79
2009-12-30
2
-0
/
+8
*
|
Fixed QGLWidget::renderText().
Trond Kjernaasen
2009-12-30
2
-90
/
+7
*
|
Remove superfluous enable/disable vertex arrtib arrays
Tom Cooksey
2009-12-30
1
-34
/
+0
*
|
Track which vertex attrib arrays are enabled in QGLContextPrivate
Tom Cooksey
2009-12-30
3
-5
/
+38
|
/
*
Remove pointless const's from functions (internal API)
Tom Cooksey
2009-12-29
2
-4
/
+4
*
Lots of mostly cosmetic cleanups to GL2 paint engine
Tom Cooksey
2009-12-28
4
-138
/
+133
*
Move the 0.5 offset we add for aliased rendering to updateMatrix()
Tom Cooksey
2009-12-28
2
-33
/
+47
*
Fix text rendering on GL2 paint engine
Tom Cooksey
2009-12-23
2
-5
/
+11
*
Use 3x3 PMV matrices rather than 4x4 in the GL2 engine
Tom Cooksey
2009-12-22
3
-64
/
+62
*
Handle broken shaders better in the GL2 engine's shader manager
Tom Cooksey
2009-12-22
1
-77
/
+114
*
Prevent access to non-existent memory in triagulating stroker
Rhys Weatherley
2009-12-18
1
-2
/
+8
*
GL2Engine: Don't mark brush as dirty if it hasn't changed
Tom Cooksey
2009-12-17
3
-34
/
+41
*
Optimized blur / drop shadow effects for the GL 2 paint engine.
Samuel Rødal
2009-12-14
2
-4
/
+1
*
Clean up the QFontEngine glyphcaching code to not crash and be more tidy
Gunnar Sletta
2009-12-10
1
-3
/
+2
[next]