summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Change to release licenses for 4.6.3.Jason McDonald2010-05-3068-897/+897
* Workaround for ATI driver bug when using QGraphicsEffect with GL.Kim Motoyoshi Kalland2010-05-122-5/+6
* Fixed QGLPixmapDropShadowFilter on Nvidia hardware.Trond Kjernaasen2010-05-111-4/+5
* Fixed an issue with pixmaps not being released correctly in the GL 1 engine.Trond Kjernåsen2010-05-101-0/+5
* Fixed QGLWidget::grabFrameBuffer() to honor the 'withAlpha' value.Trond Kjernåsen2010-04-271-2/+10
* Fixed possible data corruption in the triangulating stroker.Trond Kjernåsen2010-04-091-4/+12
* Fixed caching of QPainter patterns in the GL 2 engine.Trond Kjernåsen2010-04-071-1/+1
* Allow attributes to be bound after a QGLShaderProgram is linked.Rhys Weatherley2010-03-311-6/+13
* Export QGLContextResource for use with Qt/3DRhys Weatherley2010-03-291-1/+1
* Worked around driver bug causing clipping errors on N900.Samuel Rødal2010-03-101-3/+8
* Fixed an exit crash that could occur in the GL 2 engine under X11.Trond Kjernåsen2010-03-041-0/+1
* Preparation to enable OpenGLES 2.0 for Windows Mobile.ninerider2010-02-271-3/+9
* Fix off-by-one error in mipmap count when loading PVRTC filesRhys Weatherley2010-02-241-1/+1
* Fix building in a namespace on WindowsAndy Shaw2010-02-191-1/+3
* Fixed a GLX warning that occured with some Intel chipsets under X11.Trond Kjernåsen2010-02-151-2/+5
* Cleanup QEglContext & EGLDisplaysTom Cooksey2010-02-125-35/+12
* Moved 'hasAlpha' property from GL2 engine to GL paint device.Kim Motoyoshi Kalland2010-02-128-24/+23
* Fix several bugs with GL texture cacheTom Cooksey2010-02-122-25/+23
* Compile fix for OpenGL ES.Kim Motoyoshi Kalland2010-02-121-1/+5
* Turned off subpixel AA text on surface with alpha in GL2 engine.Kim Motoyoshi Kalland2010-02-122-7/+25
* Fixed usage of QGLPixelBuffer with share widgets on other X11 screens.Trond Kjernåsen2010-02-101-1/+5
* Fixed drawing QPixmaps on QGLWidgets on different X11 screens.Trond Kjernåsen2010-02-101-1/+8
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Kim Motoyoshi Kalland2010-02-092-3/+3
|\
| * Fixed bug where GL widget was not fully updated on Vista.Kim Motoyoshi Kalland2010-02-042-3/+3
* | Add a pixmap modification hook to blur pixmap filter cacheTom Cooksey2010-02-081-0/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-034-35/+33
|\ \
| * | Fixed a failure in tst_qgl.Trond Kjernåsen2010-02-021-1/+0
| * | Fixed compilation of the GL2 engine for OpenGL ES 2.Kim Motoyoshi Kalland2010-02-021-0/+2
| * | Fixed missing textures in the boxes demo.Kim Motoyoshi Kalland2010-02-021-0/+1
| * | Fixed garbled 3D Qt logo in the overpainting example.Kim Motoyoshi Kalland2010-02-011-0/+3
| * | Fix GL texture leaks when pixmaps are deletedTom Cooksey2010-01-293-35/+28
* | | Fix missing namespace.ck2010-02-011-0/+4
|/ /
* | Better support for user-generated binary shadersRhys Weatherley2010-01-281-3/+35
* | Added a warning to QGLWidget::renderText().Trond Kjernåsen2010-01-271-2/+20
* | Updated docs regarding QGLWidget::renderText() limitations.Trond Kjernåsen2010-01-251-0/+7
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2010-01-221-0/+3
|\ \
| * | Fix rendering with simple shader in GL2 engineTom Cooksey2010-01-221-0/+3
* | | Fix y-inverted pixmaps properly.Gunnar Sletta2010-01-221-9/+5
|/ /
* | Purely cosmetic (formatting) changes to GL2 engine's GLSLTom Cooksey2010-01-211-333/+357
* | Use an attribute value for the PMV matrix rather than a uniformTom Cooksey2010-01-215-31/+42
* | Remove unnecessary depth uniform from GL2 engine's GLSLTom Cooksey2010-01-211-6/+0
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-201-1/+5
|\ \
| * | Fixed a crash under X11 when drawing QPixmaps to QGLPixelBuffers.Trond Kjernåsen2010-01-201-1/+5
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-192-2/+2
|\ \ \ | |/ / |/| |
| * | Fix copyright year.Jason McDonald2010-01-202-2/+2
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2010-01-191-6/+45
|\ \ \
| * | | Fix X11/EGL builds using OpenGL ES 1.1Tom Cooksey2010-01-191-6/+45
| |/ /
* / / Fixed y-inverted pixmaps on N900.Gunnar Sletta2010-01-191-4/+8
|/ /
* | Fix QGLWidget::renderPixmap() on Windows.Trond Kjernaasen2010-01-141-6/+6
* | Rework how Qt handles GL extensions.Trond Kjernåsen2010-01-1315-428/+469