summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-1414-436/+518
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-122-0/+10
|\
| * Fix build with QT_NO_GRAPHICSEFFECTSérgio Martins2014-02-122-0/+10
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-113-8/+4
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-073-8/+4
| |\|
| | * Do not check for !IsRenderBufferLaszlo Agocs2014-02-051-3/+0
| | * Doc: Fix broken linksSze Howe Koh2014-02-043-5/+4
| | * Doc: corrected link/example errorsNico Vertriest2014-01-311-1/+1
* | | Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-5/+5
|/ /
* | Support multiple native surfaces on Android.BogDan Vatra2014-01-171-3/+0
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
|/
* Resurrect QGLWidget::renderPixmap()Laszlo Agocs2014-01-063-46/+61
* Fix radial gradient shader compilation for OpenGL ES 2.0.Carsten Munk2013-12-051-2/+2
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Do not byteswap RGBA8888 formatsAllan Sandfeld Jensen2013-10-251-4/+32
* Avoid calling convertFromGLImage on a null image.Gunnar Sletta2013-10-141-0/+5
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-088-87/+87
* Remove code that doesn't do anything.Gunnar Sletta2013-09-261-12/+0
* Fix a memory leak in QGLWidget::renderTextLaszlo Agocs2013-09-201-0/+2
* Fix QtOpenGL module build with -WerrorKonstantin Ritt2013-09-091-4/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-2/+6
|\
| * Fix upload of glyphs when using RGB32 masks on OpenGL ESGunnar Sletta2013-07-301-2/+6
* | Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-12/+38
|\|
| * Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-081-12/+36
| * Set projection matrix for systems with OpenGL 3.1Wouter Huysentruit2013-07-031-0/+2
* | Doc: Adding navigation configs in the module qdocconf files.Jerome Pasion2013-06-251-1/+4
|/
* qdoc: QGLFrameBufferObject::bindDefault() was marked \internalMartin Smith2013-06-101-1/+0
* Fixed crashes in QGLTextureDestroyer.Samuel Rødal2013-05-292-19/+7
* Doc: Removed pages from "technology-apis" group.Jerome Pasion2013-05-271-3/+0
* Prevent QOpenGLShaderProgram::link() from showing unnecessary warnings.Samuel Rødal2013-05-241-4/+6
* Fixed static linking against QtGui and QtOpenGLradman0x2013-05-242-20/+20
* QGLWidget: Support retina framebuffer grabbingGabriel de Dietrich2013-05-231-3/+4
* Fixed crash associated with reparenting a QGLWidgetSamuel Rødal2013-05-222-1/+12
* Doc: Fix invalid exampledirs in qtopengl.qdocconfTopi Reinio2013-05-101-2/+0
* Doc: Give C++ class lists consistent titlesSze Howe Koh2013-04-292-2/+2
* Doc: Fix module name in .qdocconfTopi Reinio2013-04-261-11/+11
* Fixed QGLWidget not being able to be made current with a context.Samuel Rødal2013-04-231-4/+9
* Make QGLPaintEngine work on retina displays.Morten Johan Sørvig2013-04-151-0/+6
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-153-0/+8
* Remove unused private membersThiago Macieira2013-03-231-1/+0
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2030-1703/+415
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-4/+4
| * Introducing the Qt Android portPaul Olav Tvete2013-03-051-0/+3
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-2/+2
| |\
| * \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-176-35/+10
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-146-35/+10
| | |\ \
| * | | | Remove duplicated code for handling OpenGL extensions in QtOpenGLTor Arne Vestbø2013-02-1715-1606/+365
| |/ / /
| * | | Use QPaintEngineEx to decide if font is too big for using the glyph cacheTor Arne Vestbø2013-02-071-6/+2
| * | | Fix change-of-sign warning found by ICCThiago Macieira2013-02-021-1/+1