summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* qdoc: improve the QGLFormat documentationRhys Weatherley2009-09-071-17/+20
* Performance: Convert QGLFormat to use implicit sharingRhys Weatherley2009-09-073-7/+56
* Update QGLFormat::operator== to include all fields.Rhys Weatherley2009-09-071-1/+6
* Code cleanup: remove friend declarations for non-existent functionsRhys Weatherley2009-09-071-4/+0
* Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-073-13/+24
* Make QGLFramebufferObject::isBound() check it is the bound fboTom Cooksey2009-09-041-5/+3
* Slightly improved QGLFramebufferObjectFormat API.Samuel Rødal2009-09-045-21/+22
* Modify QMatrix4x4 and QQuaternion to use qreal internallyRhys Weatherley2009-09-041-105/+92
* Fixed issues with using GLenum in public API on mac.Samuel Rødal2009-09-035-46/+50
* Fixed bindTexture() on bigendian and older implementationsGunnar Sletta2009-09-032-4/+37
* Fixed crash in tst_qgl.Samuel Rødal2009-09-031-3/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-031-0/+40
|\
| * Add missing license headersJason McDonald2009-09-031-0/+40
* | Fixed reparenting OpenGL widgets on Windows.Kim Motoyoshi Kalland2009-09-031-6/+1
* | Fixed bug where QGLContext::isSharing() returned false while sharing.Kim Motoyoshi Kalland2009-09-021-1/+3
* | Fixed a system clip issue in the GL 2 engine.Trond Kjernåsen2009-09-021-3/+9
* | Split QGLEngineShaderManager into a shared and a per engine part.Kim Motoyoshi Kalland2009-09-027-301/+337
* | Don't seg-fault when printing error message in shader managerTom Cooksey2009-09-011-11/+25
* | Unambiguated QGLFramebufferObject constructor on Mac OS X.Samuel Rødal2009-09-011-1/+1
* | Fixed toImage() not working on a multisample QGLFramebufferObject.Samuel Rødal2009-09-011-0/+10
* | Fixed QGLFramebufferObject::toImage() releasing the FBO if bound.Samuel Rødal2009-09-011-2/+5
* | Fixed poor utilization of depth buffer range in GL 2 paint engine.Samuel Rødal2009-09-012-29/+41
* | Add #define's for highp/mediump after #version/#extension headersRhys Weatherley2009-09-011-1/+20
* | OpenGL/ES 2.0 compilation problem since QGLContextGroup changesRhys Weatherley2009-09-011-0/+12
* | be51485f missed some instances of qt_get_extension_funcsRhys Weatherley2009-09-011-2/+2
* | Fixed initialization order in QGLContextGroup constructor.Kim Motoyoshi Kalland2009-08-311-1/+1
* | Remove unused variable in GL2 engine.Kim Motoyoshi Kalland2009-08-311-1/+1
* | Added context pointer to QGLContextGroupResources.Kim Motoyoshi Kalland2009-08-314-126/+151
* | Fixed a problem with corrupted text in the GL 2 engine.Trond Kjernåsen2009-08-311-0/+1
* | Fixed rendering bug in blurpicker example with -graphicssystem openglSamuel Rødal2009-08-311-28/+25
* | Fixed having a QPainter active on several FBOs at the same time.Samuel Rødal2009-08-311-10/+29
* | doc: Fixed several qdoc errors.Martin Smith2009-08-311-1/+1
* | Fixed crash when sharing OpenGL contexts in the GL2 paint engine.Kim Motoyoshi Kalland2009-08-312-46/+155
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-08-311-0/+38
|\ \
| * | Fixed compile failure caused by merge error in fragmentprograms_p.h.Samuel Rødal2009-08-311-0/+38
* | | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-318-104/+104
|/ /
* | Fixed inverted pixmaps when using OpenGL graphics effects.Samuel Rødal2009-08-311-1/+3
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3150-637/+650
|\|
| * Update tech preview license header.Jason McDonald2009-08-3159-767/+767
| * Update license headers.Jason McDonald2009-08-1159-59/+59
* | Move QGLShareContextScope to qgl_p.h so other things can use it.Rhys Weatherley2009-08-312-37/+40
* | Remove QGLShader from its QGLShaderProgram when it is destroyedRhys Weatherley2009-08-312-4/+23
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-08-284-29/+130
|\ \
| * | Fixed QGLWidget::renderText() when using the GL 2 paint engine.Trond Kjernåsen2009-08-284-23/+108
| * | Fixed a problem where the InvertedYBindOption was always removed.Trond Kjernåsen2009-08-281-1/+1
| * | Added some information to QGLFramebufferObject documentationSamuel Rødal2009-08-281-4/+4
| * | doc: Fixed several qdoc errors.Martin Smith2009-08-281-2/+18
* | | Attempting to make EGL compile again and fix some potentialGunnar Sletta2009-08-285-17/+35
|/ /
* | Define highp to mediump on OpenGL/ES systems that don't have highpRhys Weatherley2009-08-281-0/+15
* | Remove extraneous semi-colonsRhys Weatherley2009-08-282-3/+3