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
*
Merge commit 'qt/master-stable'
Jason Barron
2009-08-04
2
-17
/
+80
|
\
|
*
Optimized single-rect clip case in OpenGL 2 paint engine.
Samuel Rødal
2009-07-29
2
-17
/
+80
*
|
Merge commit 'qt/master-stable'
Jason Barron
2009-07-27
6
-138
/
+197
|
\
\
|
|
/
|
*
Use texture_from_pixmap on X11 & avoid copies
Tom Cooksey
2009-07-22
1
-4
/
+18
|
*
Fixed opacity bug in the GL2 paint engine.
Kim Motoyoshi Kalland
2009-07-21
1
-0
/
+1
|
*
Fixed gradient bug in the GL2 paint engine.
Kim Motoyoshi Kalland
2009-07-21
1
-3
/
+3
|
*
Fixed crash in the GL2 engine's texture glyph cache.
Kim Motoyoshi Kalland
2009-07-21
1
-4
/
+12
|
*
Used QGLContextResource for the gradient cache in the GL2 paint engine.
Kim Motoyoshi Kalland
2009-07-21
3
-30
/
+31
|
*
Fixed GL2 engine shader manager to work with more than one context.
Kim Motoyoshi Kalland
2009-07-21
3
-9
/
+27
|
*
Fixed text rendering with the GL2 paint engine.
Kim Motoyoshi Kalland
2009-07-16
1
-2
/
+5
|
*
Moved uniform enum to QGLEngineShaderManager.
Kim Motoyoshi Kalland
2009-07-03
4
-83
/
+69
|
*
Made QPainter / OpenGL intermixing in hellogl_es2 work properly again.
Samuel Rødal
2009-07-01
1
-0
/
+5
|
*
Fixed cleanup of glyph cache textures in the GL 2 engine.
Trond Kjernåsen
2009-07-01
1
-3
/
+26
*
|
Compile the OpenGL2 paint engine after the QScopedPointer changes
Jason Barron
2009-07-09
1
-3
/
+3
|
/
*
Fixed some regressions in the OpenGL pixmap backend.
Samuel Rødal
2009-06-29
1
-3
/
+5
*
Fixed missing restoration of state after a sync in the GL 2 engine.
Samuel Rødal
2009-06-25
2
-2
/
+12
*
Fixed buggy clipping when using projective transforms in GL 2 engine.
Samuel Rødal
2009-06-25
1
-14
/
+4
*
Reduced number of state changes/uniform location queries in GL2 engine.
Samuel Rødal
2009-06-24
4
-49
/
+168
*
Use QTransform more efficiently.
Bjørn Erik Nilsen
2009-06-18
1
-2
/
+1
*
Update license headers in files that are new in 4.6.
Jason McDonald
2009-06-17
3
-6
/
+6
*
Merge license header changes from 4.5
Volker Hilsheimer
2009-06-16
6
-12
/
+12
|
\
|
*
Update license headers as requested by the marketing department.
Jason McDonald
2009-06-16
11
-22
/
+22
|
*
Fixed a crash in the GL 2 paintengine when drawing text.
Trond Kjernåsen
2009-05-29
1
-0
/
+3
|
*
Long live Qt 4.5!
Lars Knoll
2009-03-23
11
-0
/
+3733
*
Enabled switching multisampling on/off in GL2 engine on desktop.
Samuel Rødal
2009-06-15
1
-0
/
+14
*
Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend.
Samuel Rødal
2009-06-12
1
-2
/
+4
*
Fixed off-by-one color bug in GL 2 paint engine.
Samuel Rødal
2009-06-12
1
-5
/
+5
*
Fixed incorrect rendering of bitmap/pattern brushes in GL 2 engine.
Samuel Rødal
2009-06-12
5
-8
/
+56
*
Optimized stencil buffer clearing in GL 2 paint engine.
Samuel Rødal
2009-06-09
2
-42
/
+9
*
Improved clipping in GL2 paint engine.
Samuel Rødal
2009-06-09
4
-170
/
+246
*
Compile with Sun CC 5.5.
jasplin
2009-06-05
1
-1
/
+1
*
All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...
David Faure
2009-06-05
1
-2
/
+2
*
Improvements to shader API in response to API review
Rhys Weatherley
2009-06-04
1
-2
/
+1
*
Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.
Samuel Rødal
2009-06-03
4
-29
/
+211
*
Made GL2 engine default for QGLWidget, and added GL2 sync() function
Samuel Rødal
2009-05-29
2
-0
/
+38
*
Fixed bug in GL graphics system when painting to pixmaps.
Samuel Rødal
2009-05-28
1
-0
/
+3
*
Fixed incorrect handling of composition modes in GL2 paint engine.
Samuel Rødal
2009-05-28
2
-22
/
+11
*
Compile fix with namespaces.
hjk
2009-05-28
7
-3
/
+28
*
Moved QGL2PaintEngineExPrivate into GL2 paint engine header file.
Samuel Rødal
2009-05-28
3
-91
/
+95
*
Make QGLWidgets have the same background colour as QWidgets
Tom Cooksey
2009-05-27
1
-15
/
+8
*
Make WA_TranslucentBackground work on QGLWidget for X11
Tom Cooksey
2009-05-27
1
-0
/
+10
*
Avoided expensive image upload for GL pixmap backend for QPixmap::fill.
Samuel Rødal
2009-05-27
1
-1
/
+7
*
Fixed bugs in GL2 paint engine when several engines are active.
Samuel Rødal
2009-05-27
1
-29
/
+17
*
Fixed broken system clip handling in GL2 paint engine.
Samuel Rødal
2009-05-25
2
-2
/
+11
*
Fix GLSL for OMAP3 and error checking
Tom Cooksey
2009-05-20
2
-3
/
+3
*
Fix GL2 paint engine builds on Big-endian machines
Tom Cooksey
2009-05-15
1
-11
/
+8
*
Make QtOpenGL compile on OpenGL ES 1.1 again
Tom Cooksey
2009-05-14
1
-2
/
+2
*
Enabled compilation of both GL and GL2 paint engine.
Samuel Rødal
2009-05-13
4
-25
/
+25
*
Merge branch 'gl2engine-new-shaders' into graphics-master
Tom Cooksey
2009-05-06
2
-4
/
+5
|
\
|
*
Big GL Extension Cleanup
Tom Cooksey
2009-05-06
1
-2
/
+3
[next]