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 copyright year to 2011.
Jason McDonald
2011-01-11
68
-69
/
+69
*
Revert "Don't define highp/mediump/lowp if desktop GL has them"
Trond Kjernåsen
2010-10-12
3
-13
/
+3
*
Prevent crash in QGLGlyphCache due to dangling context references.
Samuel Rødal
2010-09-14
1
-3
/
+5
*
Recognize GL_ARB_shader_objects as indicating shaders
Rhys Weatherley
2010-08-27
1
-0
/
+2
*
WGL_COLOR_BITS_ARB should not take the alpha bits into account.
Trond Kjernåsen
2010-08-25
1
-1
/
+1
*
Fix OpenGLVersionFlags on OpenGL 4.0 systems
Rhys Weatherley
2010-08-16
1
-2
/
+10
*
Don't define highp/mediump/lowp if desktop GL has them
Rhys Weatherley
2010-08-13
3
-3
/
+13
*
Don't resolve GLSL extensions if no shaders
Rhys Weatherley
2010-08-03
1
-0
/
+4
*
setUniformValue(QSize) was setting (w,w) not (w,h)
Rhys Weatherley
2010-08-03
1
-1
/
+1
*
The Q_WGL define was removed years ago.
Trond Kjernåsen
2010-07-08
1
-1
/
+1
*
Ensure that compiling with the no debug/warning output defines works
Andy Shaw
2010-06-23
1
-1
/
+1
*
Fix the bindTexture() filters on X11 to not rely on mipmap generation.
Trond Kjernåsen
2010-06-03
1
-0
/
+3
*
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 QGLPixmapDropShadowFilter on Nvidia hardware.
Trond Kjernaasen
2010-05-11
1
-4
/
+5
*
Fixed an issue with pixmaps not being released correctly in the GL 1 engine.
Trond Kjernåsen
2010-05-10
1
-0
/
+5
*
Fixed QGLWidget::grabFrameBuffer() to honor the 'withAlpha' value.
Trond Kjernåsen
2010-04-27
1
-2
/
+10
*
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
*
Allow attributes to be bound after a QGLShaderProgram is linked.
Rhys Weatherley
2010-03-31
1
-6
/
+13
*
Export QGLContextResource for use with Qt/3D
Rhys Weatherley
2010-03-29
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
*
Preparation to enable OpenGLES 2.0 for Windows Mobile.
ninerider
2010-02-27
1
-3
/
+9
*
Fix off-by-one error in mipmap count when loading PVRTC files
Rhys Weatherley
2010-02-24
1
-1
/
+1
*
Fix building in a namespace on Windows
Andy Shaw
2010-02-19
1
-1
/
+3
*
Fixed a GLX warning that occured with some Intel chipsets under X11.
Trond Kjernåsen
2010-02-15
1
-2
/
+5
*
Cleanup QEglContext & EGLDisplays
Tom Cooksey
2010-02-12
5
-35
/
+12
*
Moved 'hasAlpha' property from GL2 engine to GL paint device.
Kim Motoyoshi Kalland
2010-02-12
8
-24
/
+23
*
Fix several bugs with GL texture cache
Tom Cooksey
2010-02-12
2
-25
/
+23
*
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
*
Fixed usage of QGLPixelBuffer with share widgets on other X11 screens.
Trond Kjernåsen
2010-02-10
1
-1
/
+5
*
Fixed drawing QPixmaps on QGLWidgets on different X11 screens.
Trond Kjernåsen
2010-02-10
1
-1
/
+8
*
Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6
Kim Motoyoshi Kalland
2010-02-09
2
-3
/
+3
|
\
|
*
Fixed bug where GL widget was not fully updated on Vista.
Kim Motoyoshi Kalland
2010-02-04
2
-3
/
+3
*
|
Add a pixmap modification hook to blur pixmap filter cache
Tom Cooksey
2010-02-08
1
-0
/
+1
*
|
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
4
-35
/
+33
|
\
\
|
*
|
Fixed a failure in tst_qgl.
Trond Kjernåsen
2010-02-02
1
-1
/
+0
|
*
|
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 GL texture leaks when pixmaps are deleted
Tom Cooksey
2010-01-29
3
-35
/
+28
*
|
|
Fix missing namespace.
ck
2010-02-01
1
-0
/
+4
|
/
/
*
|
Better support for user-generated binary shaders
Rhys Weatherley
2010-01-28
1
-3
/
+35
*
|
Added a warning to QGLWidget::renderText().
Trond Kjernåsen
2010-01-27
1
-2
/
+20
*
|
Updated docs regarding QGLWidget::renderText() limitations.
Trond Kjernåsen
2010-01-25
1
-0
/
+7
*
|
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6
Gunnar Sletta
2010-01-22
1
-0
/
+3
|
\
\
|
*
|
Fix rendering with simple shader in GL2 engine
Tom Cooksey
2010-01-22
1
-0
/
+3
*
|
|
Fix y-inverted pixmaps properly.
Gunnar Sletta
2010-01-22
1
-9
/
+5
|
/
/
[next]