summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Doc: Link to external docs in QOpenGLFunctions_* classesTopi Reinio2013-09-0923-22/+114
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+1
|\
| * Ensure the docs for QOpenGLFunctions_ES2 are generatedThiago Macieira2013-08-231-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-143-17/+11
|\|
| * un-confuse lupdate: use #if 0 consistentlyOswald Buddenhagen2013-08-121-1/+3
| * Fix typo form->fromStephen Kelly2013-07-311-1/+1
| * Fix upload of glyphs when using RGB32 masks on OpenGL ESGunnar Sletta2013-07-301-14/+4
| * Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-291-1/+3
* | Support RGBA image formatAllan Sandfeld Jensen2013-07-231-8/+13
* | Merge branch 'stable' into devSergio Ahumada2013-07-113-14/+64
|\|
| * 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
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-282-2/+26
| |\
| | * Avoid crash when QOpenGLContext is destroyed before the VAOSean Harmer2013-06-282-2/+26
* | | Add a way to test if an OpenGL context has the fixed function pipeline availableGiuseppe D'Angelo2013-07-022-1/+10
* | | Fix documentation of the QOpenGLFunctions::OpenGLFeature enumGiuseppe D'Angelo2013-07-021-2/+2
|/ /
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-121-0/+1
|\|
| * Doc: Mark QOpenGLFunctions_4_1_Core as a wrapper classTopi Reinio2013-06-101-0/+1
* | doc: QOpenGLFramebufferObject::bindDefault() was marked internalMartin Smith2013-06-111-1/+0
* | Fix FBO restoring in QOpenGLTextureGlyphCacheValery Volgutov2013-06-051-1/+4
|/
* Prevent QOpenGLShaderProgram::link() from showing unnecessary warnings.Samuel Rødal2013-05-241-5/+7
* qdoc: The \wrapper command is addedMartin Smith2013-05-0722-0/+22
* Don't use GL_REPEAT for image-brush drawing on OpenGL ES2Tor Arne Vestbø2013-05-071-1/+9
* Fix header check: you must #include qconfig.h before QT_NO_OPENGLThiago Macieira2013-04-232-0/+4
* Fix memory leak.Sérgio Martins2013-04-181-0/+2
* QOpenGLPaintDevice: correct painting on retina.Morten Johan Sørvig2013-04-181-1/+1
* Add default value for qHash's 'seed' argument for QOpenGLVersionProfile/StatusTor Arne Vestbø2013-04-151-1/+1
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-2/+4
* Fix incorrect classification of glTexImage3D.Sean Harmer2013-04-0522-80/+122
* Fix build on iOS by using QOPENGLF_APIENTRY intead of APIENTRY directlyTor Arne Vestbø2013-03-191-1/+1
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-197-3/+14
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-164-45/+45
* Long live QOpenGLDebug!Giuseppe D'Angelo2013-03-153-2/+2030
* Fix calling convention in ANGLE builds on WindowsSean Harmer2013-03-151-3/+5
* Don't include custom qopengles2ext.h on iOSTor Arne Vestbø2013-03-131-21/+32
* Avoid crash in QVertexArrayObject destructorSean Harmer2013-03-121-1/+2
* Add QOpenGLTimerQuery and QOpenGLTimeMonitor classesSean Harmer2013-03-124-3/+1174
* Update gl2ext.h with the latest version from KhronosGiuseppe D'Angelo2013-03-121-20/+461
* Make the new OpenGL function headers compile on their ownThiago Macieira2013-03-0523-46/+92
* Mark all qtbase headers that aren't cleanThiago Macieira2013-03-032-0/+2
* OpenGL: Add support for the Compute shader stageSean Harmer2013-03-023-2/+17
* QOpenGLShaderProgram: insert precision defines based on runtime detectionGiuseppe D'Angelo2013-03-011-10/+14
* OpenGL: Add support for OpenGL 4 tessellation shader stagesSean Harmer2013-03-013-7/+247
* Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-282-2/+13
|\
| * iOS: Retina display support.Morten Johan Sorvig2013-02-272-2/+13
* | OpenGL: Add QOpenGLVertexArrayObject classSean Harmer2013-02-283-2/+586
* | OpenGL: Reinstate support for OpenGL geometry shadersSean Harmer2013-02-283-4/+58
* | OpenGL: Add a set of version and context specific OpenGL classesSean Harmer2013-02-2652-2/+85303
* | Update qopenglext.h with the latest version from KhronosGiuseppe D'Angelo2013-02-251-32/+434
|/
* Update qopenglext.h to latest glext.h from Khronos.orgSean Harmer2013-02-221-99/+1016