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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update license headers in files that are new in 4.6.
Jason McDonald
2009-06-17
5
-10
/
+10
*
Merge license header changes from 4.5
Volker Hilsheimer
2009-06-16
54
-108
/
+108
|
\
|
*
Update license headers as requested by the marketing department.
Jason McDonald
2009-06-16
59
-118
/
+118
|
*
Fixed a crash in the GL 2 paintengine when drawing text.
Trond Kjernåsen
2009-05-29
1
-0
/
+3
*
|
Disabled the use of VERSION_1_3 GLX functions on HPUX.
Carlos Manuel Duclos Vergara
2009-06-15
1
-4
/
+8
*
|
Enabled switching multisampling on/off in GL2 engine on desktop.
Samuel Rødal
2009-06-15
1
-0
/
+14
*
|
Re-enabled GL pixmap backend and window surface to work without GL2.
Samuel Rødal
2009-06-15
3
-1
/
+15
*
|
Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend.
Samuel Rødal
2009-06-12
2
-3
/
+5
*
|
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
*
|
Made QPixmap autotest pass with -graphicssystem opengl
Samuel Rødal
2009-06-12
4
-15
/
+82
*
|
Prevented pixmap FBOs from growing too big.
Samuel Rødal
2009-06-09
1
-0
/
+5
*
|
Optimized stencil buffer clearing in GL 2 paint engine.
Samuel Rødal
2009-06-09
2
-42
/
+9
*
|
Resolved FBO extensions as well when resolving GL 2 extensions.
Samuel Rødal
2009-06-09
1
-0
/
+3
*
|
Improved clipping in GL2 paint engine.
Samuel Rødal
2009-06-09
4
-170
/
+246
*
|
Another breakage in 1bbe23c5 - move qpaintengineex_opengl2_p.h include up
Rhys Weatherley
2009-06-09
1
-3
/
+6
*
|
Fix build breakage from 1bbe23c5 - endif in the wrong place
Rhys Weatherley
2009-06-09
1
-1
/
+1
*
|
Make OpenGL/ES 1.1 work again for Qt/Embedded
Rhys Weatherley
2009-06-09
4
-4
/
+21
*
|
Protect EGL property names that only exist in some versions with #ifdefs
Rhys Weatherley
2009-06-09
1
-1
/
+9
*
|
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
5
-13
/
+13
*
|
Fix compilation with gcc-4.3.3 (due to std::system)
David Faure
2009-06-05
1
-0
/
+1
*
|
Code cleanup - use constructor initializers in shader classes.
Rhys Weatherley
2009-06-04
1
-14
/
+14
*
|
Improvements to shader API in response to API review
Rhys Weatherley
2009-06-04
3
-94
/
+83
*
|
Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.
Samuel Rødal
2009-06-03
5
-29
/
+212
*
|
Made GL2 engine default for QGLWidget, and added GL2 sync() function
Samuel Rødal
2009-05-29
3
-1
/
+39
*
|
Added check in GL pixmap backend to fall back to raster if FBO fails.
Samuel Rødal
2009-05-29
1
-32
/
+37
*
|
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
*
|
Make WA_TranslucentBackground work for QGLWidgets on X11/EGL
Tom Cooksey
2009-05-28
1
-11
/
+15
*
|
Print the error string when surface creation fails
Tom Cooksey
2009-05-28
1
-1
/
+4
*
|
Fix build on X11/OpenGL ES 2.0
Tom Cooksey
2009-05-28
1
-1
/
+1
*
|
Moved QGL2PaintEngineExPrivate into GL2 paint engine header file.
Samuel Rødal
2009-05-28
4
-93
/
+96
*
|
improved string operations all over the place
Thierry Bastian
2009-05-28
5
-31
/
+30
*
|
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt
Simon Hausmann
2009-05-27
4
-46
/
+51
|
\
\
|
|
/
|
*
qdoc: Added some missing qdoc comments.
Martin Smith
2009-05-25
4
-46
/
+51
*
|
Make QGLWidgets have the same background colour as QWidgets
Tom Cooksey
2009-05-27
4
-17
/
+22
*
|
Make WA_TranslucentBackground work on QGLWidget for X11
Tom Cooksey
2009-05-27
4
-6
/
+124
*
|
Avoided expensive image upload for GL pixmap backend for QPixmap::fill.
Samuel Rødal
2009-05-27
4
-11
/
+59
*
|
Fixed bugs in GL2 paint engine when several engines are active.
Samuel Rødal
2009-05-27
4
-33
/
+41
*
|
Use GLInt and not uint because of Apple's old header swap
Martin Smith
2009-05-27
1
-1
/
+1
*
|
some cleanups on private exported symbols
Thierry Bastian
2009-05-26
1
-1
/
+0
*
|
A GLint is converted to int for passing to qBound().
Martin Smith
2009-05-26
1
-1
/
+1
*
|
Fix build failure on MacOS 10.4
Tom Cooksey
2009-05-26
1
-3
/
+3
*
|
Introduced preserved swap buffer path in GL window surface.
Samuel Rødal
2009-05-25
1
-50
/
+64
*
|
Fixed bug in uninitialized GL pixmaps.
Samuel Rødal
2009-05-25
1
-0
/
+2
*
|
Fixed broken system clip handling in GL2 paint engine.
Samuel Rødal
2009-05-25
2
-2
/
+11
*
|
Made PixelBuffer/FramebufferObject report correct DPI based metrics.
Samuel Rødal
2009-05-25
2
-14
/
+16
*
|
If EGL fails to provide a valid Visual ID, try XRender for ARGBs
Tom Cooksey
2009-05-22
1
-9
/
+55
[next]