summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* QOpenGLTextureHelper (Windows): Don't load desktop DLL when GLES2 is usedAndrew Knight2013-11-211-1/+1
* Enable QOpenGLTexture for OpenGL ES 2Jorgen Lind2013-11-145-17/+179
* QOpenGLTexture: mark (QImage) ctor explicitMarc Mutz2013-11-141-1/+1
* QOpenGLTexture: mark (Target) ctor explicitMarc Mutz2013-11-141-1/+1
* QOpenGLPixelTransferOptions: declare as shared, add move assignment operatorMarc Mutz2013-11-141-0/+10
* Make OpenGL texture glyph cache use the right freetype glyphsGunnar Sletta2013-11-061-1/+11
* Doc: Fix broken linksSze Howe Koh2013-11-051-6/+6
* Fix ARGB image glyphs on Open GL ES2 or big endianAllan Sandfeld Jensen2013-11-041-11/+16
* Remove now redundant argb to rgba functionAllan Sandfeld Jensen2013-11-041-20/+4
* Fix major performance regression in QGLWidget on texture bindAllan Sandfeld Jensen2013-11-041-3/+5
* Do not byteswap RGBA8888 formatsAllan Sandfeld Jensen2013-10-252-30/+3
* Use QByteArrayLiteral throughout in QOpenGLVertexArrayObjectSean Harmer2013-10-201-8/+8
* Support APPLE VAO extension on Mac.James Turner2013-10-161-13/+27
* Fixed narrowing conversion compile error with SwizzleValue cast.Harri Porten2013-10-151-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0811-60/+60
* Fix syncqt warning about include in qopenglpixeltransferoptions.h.Friedemann Kleint2013-09-301-1/+1
* Fix check in texture cleanup codeSean Harmer2013-09-301-1/+1
* Remove code that doesn't do anything.Gunnar Sletta2013-09-261-19/+0
* Long live QOpenGLTexture!Sean Harmer2013-09-228-2/+5197
* Don't try to allocate a msaa FBO when it is not supported.Gunnar Sletta2013-09-201-15/+12
* 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