summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Recognize transformed screens when looking for a QGLScreenRhys Weatherley2009-10-162-2/+4
| | * | Back-port several OpenGL/ES fixes from 4.6 to 4.5Rhys Weatherley2009-10-153-5/+14
| | * | Fix detection of pbuffers on OpenGL/ES systemsRhys Weatherley2009-10-091-1/+1
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-12-054-2/+14
|\ \ \ \ | |/ / /
| * | | Rebind window surface fbo after native GL renderingRhys Weatherley2009-12-044-2/+14
* | | | Merge branch '4.6'Thiago Macieira2009-12-027-228/+381
|\ \ \ \ | |/ / /
| * | | Reduce double-copying of textures when flipping upside downRhys Weatherley2009-12-021-7/+15
| | |/ | |/|
| * | Added caching of vectorpaths to the GL paint engine.Gunnar Sletta2009-12-013-5/+116
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-019-209/+277
| |\ \
| | * | Fixed square root of negative number in drawTextItem().Kim Motoyoshi Kalland2009-11-301-1/+2
| | * | Fixed the GL2 engine stroker to handle Qt::SvgMiterJoin.Kim Motoyoshi Kalland2009-11-301-0/+1
| | * | Moved functions from .h to .cpp in the GL2 engine stroker.Kim Motoyoshi Kalland2009-11-262-219/+208
| | * | Fixed miter joins generated by the GL2 engine stroker.Kim Motoyoshi Kalland2009-11-261-17/+36
| | * | Fixed round joins generated by the GL2 engine stroker.Kim Motoyoshi Kalland2009-11-251-49/+97
| | * | Fixed subpixel text antialiasing with the GL2 engine on ATI.Kim Motoyoshi Kalland2009-11-251-4/+1
| * | | Don't spend time on adding center point for convex paths, saves a few cycles.Gunnar Sletta2009-11-251-2/+2
| * | | Replaced QVector in GL2 vertex array with QDataBuffer to reduce mallocsGunnar Sletta2009-11-254-17/+19
| * | | Optimized the bezier flattening a bitGunnar Sletta2009-11-252-40/+17
* | | | Added QTriangulator.Kim Motoyoshi Kalland2009-12-023-2/+3083
| |/ / |/| |
* | | Ran the script utils/normalizeOlivier Goffart2009-11-183-13/+13
* | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-174-64/+89
|\ \ \
| * | | Fixed querying of GLX extensions under X11.Trond Kjernåsen2009-11-161-13/+14
| * | | Fixed extension checks and usage of the GL 2 engine on old X11 systems.Trond Kjernåsen2009-11-162-25/+36
| |/ /
| * | Fix context sharing in QGLPixelBuffer for EGLRhys Weatherley2009-11-151-26/+39
* | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-171-0/+1
|\ \ \ | |/ / |/| |