summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove pointless const's from functions (internal API)Tom Cooksey2009-12-292-4/+4
| * | Lots of mostly cosmetic cleanups to GL2 paint engineTom Cooksey2009-12-284-138/+133
| * | Move the 0.5 offset we add for aliased rendering to updateMatrix()Tom Cooksey2009-12-282-33/+47
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2009-12-272-5/+11
| |\ \
| | * | Fix text rendering on GL2 paint engineTom Cooksey2009-12-232-5/+11
| * | | Merge branch '4.5' into 4.6-stagingThiago Macieira2009-12-261-3/+11
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix memory leak of QGLGlyphCoord objects in the OpenGL1 paint engineRhys Weatherley2009-12-201-3/+11
* | | Fixed QGLFormat::operator== to handle new fields.Kim Motoyoshi Kalland2010-01-041-3/+13
* | | Added support for OpenGL up to version 3.2 on Windows.Kim Motoyoshi Kalland2009-12-304-25/+275
* | | Format qOpenGLVersionFlagsFromString() according to Qt coding style.Kim Motoyoshi Kalland2009-12-301-22/+16
* | | Merge branch '4.6'Thiago Macieira2009-12-2616-822/+573
|\ \ \ | |/ /
| * | Use 3x3 PMV matrices rather than 4x4 in the GL2 engineTom Cooksey2009-12-223-64/+62
| * | Handle broken shaders better in the GL2 engine's shader managerTom Cooksey2009-12-221-77/+114
| * | Add GLfloat[2][2] & GLfloat[3][3] uniform setters to QGLShaderProgramTom Cooksey2009-12-222-0/+71
| * | Prevent access to non-existent memory in triagulating strokerRhys Weatherley2009-12-181-2/+8
| * | Align GL_RGB lines on a 4-byte boundary when uploading pixmap texturesRhys Weatherley2009-12-181-13/+2
| * | GL2Engine: Don't mark brush as dirty if it hasn't changedTom Cooksey2009-12-173-34/+41
| * | Update FBO docs to describe how QPainter changes the GL stateRhys Weatherley2009-12-171-0/+6
| * | Disable depth testing during the 2D QGLWidget::renderText()Rhys Weatherley2009-12-171-0/+12
| * | Fix EGL surface leaks when re-parenting QGLWidget on X11/EGLTom Cooksey2009-12-154-13/+28
| * | Fix QGLWidgets created with an alpha channel on X11/EGLTom Cooksey2009-12-151-1/+1
| * | Add QT_DEBUG_X11_VISUAL_SELECTION to aid debugging X11/EGLTom Cooksey2009-12-151-15/+31
| * | Got rid of unused variable compiler warning.Samuel Rødal2009-12-151-2/+0
| * | Optimized blur / drop shadow effects for the GL 2 paint engine.Samuel Rødal2009-12-144-602/+198
* | | Fixed memory leak in caching of concave paths in GL2 engine.Kim Motoyoshi Kalland2009-12-171-18/+21
* | | Implemented caching of concave vector paths in the GL2 engine.Kim Motoyoshi Kalland2009-12-152-26/+130
* | | Added missing OpenGL defines.Kim Motoyoshi Kalland2009-12-151-0/+14
* | | Fixed integer overflow in QTriangulator.Kim Motoyoshi Kalland2009-12-151-6/+6
* | | Fixed QGL2PEXVertexArray to interpolate within the range [0, 1].Kim Motoyoshi Kalland2009-12-151-1/+1
* | | Merge commit 'origin/4.6'Olivier Goffart2009-12-159-277/+697
|\ \ \ | |/ /
| * | Optimize our GL extension checks to avoid mallocs.Trond Kjernåsen2009-12-103-35/+79
| * | Clean up the QFontEngine glyphcaching code to not crash and be more tidyGunnar Sletta2009-12-101-3/+2
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-093-11/+3
| |\ \
| | * | GLES 2 should *not* use a multisampled format by default.Trond Kjernåsen2009-12-092-5/+1
| | * | Merge upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-12-092-6/+2
| | |\ \
| | | * \ Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-12-097-179/+584
| | | |\ \
| * | | | | Fix crash when rotating cleartype text under gl engine.Gunnar Sletta2009-12-091-2/+2
| |/ / / /
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-099-189/+617
| |\ \ \ \
| | * | | | Export QGLShareRegister because qgl_share_reg() is exportedRhys Weatherley2009-12-091-1/+1
| | * | | | Fix upside down PVR compressed textures.Rhys Weatherley2009-12-081-3/+4
| | * | | | Make sure a context is current when loading compressed textures.Rhys Weatherley2009-12-081-0/+2
| | | |/ / | | |/| |
| | * | | Fix GL_BGRA formats under OpenGL/ES systemsRhys Weatherley2009-12-081-0/+8
| | * | | Detect GL2 paint engine based on fragment shaders, not programsRhys Weatherley2009-12-072-3/+7
| | * | | Compressed texture binding for QtOpenGL: ETC1 and PVRTCRhys Weatherley2009-12-065-118/+461
| | * | | Fix WA_TranslucentBackground for QGLWidgets on X11/EGLTom Cooksey2009-12-041-45/+73
| | * | | Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms.Samuel Rødal2009-12-043-14/+36
| * | | | Speed up rotated/transformed text on OpenGL2 paint engineGunnar Sletta2009-12-081-61/+34
* | | | | Merge branch '4.6'Thiago Macieira2009-12-082-6/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-12-062-6/+2
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Replace glColor4ub() calls with glColor4f()Rhys Weatherley2009-12-062-6/+2