summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+2
|\
| * Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+2
* | Remove references to obsolete platformsJake Petroules2017-11-052-8/+0
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1921-50/+50
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1933-71/+71
|/
* Fix some qdoc warnings for 5.10Friedemann Kleint2017-07-251-3/+3
* Add support for OpenGL ES 3.2 in QOpenGLExtraFunctionsLaszlo Agocs2017-06-303-6/+1076
* Add debug operator for QOpenGLTextureFriedemann Kleint2017-05-112-0/+46
* QOpenGLTexturePrivate::destroy(): Make error messages more verboseFriedemann Kleint2017-05-111-2/+11
* Handle implicit close in QDashedStrokeProcessorAllan Sandfeld Jensen2017-05-021-2/+1
* Don't use eglGetProcAddress() on AndroidPaul Olav Tvete2017-04-251-0/+568
* Update qopenglext.hLaszlo Agocs2017-04-221-74/+713
* Update qopengles2ext.hLaszlo Agocs2017-04-221-8/+1307
* Doc: add missing specs about parametersNico Vertriest2017-04-181-0/+6
* Be more explicit about the supported platforms for OpenGL ES 2Jake Petroules2017-04-131-3/+3
* Switch to RGB(A|X)8888[_Premultiplied] for QOpenGLFBO readbacks on GLESLaszlo Agocs2017-03-281-34/+9
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+0
|\
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
* | Fix malformed GL extension name for immutable storageLaszlo Agocs2017-03-011-1/+1
* | QtGui: kill some unneeded relocationsMarc Mutz2017-02-241-1/+1
* | Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
* | Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+6
* | egl: Expose direct function pointers on INTEGRITYLaszlo Agocs2017-02-101-11/+10
* | Fix compilation on iOSEskil Abrahamsen Blomfeldt2017-02-101-0/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-4/+0
|\|
| * Remove unused logging category from QOpenGLFunctionsLaszlo Agocs2017-01-311-4/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-1/+1
|\|
| * Use context as glyph cache key in GL paint engineLaszlo Agocs2017-01-241-1/+1
* | Re-enable shader disk cache for IntegrityLaszlo Agocs2017-01-261-5/+0
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-264-67/+72
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-254-67/+72
| |\|
| | * Fix dereference before null check in QOpenGLExtensionMatcherJesus Fernandez2017-01-231-10/+12
| | * Avoid trashing other contexts' VAOs in destroy()Laszlo Agocs2017-01-211-49/+45
| | * Make sure we call glClearDepth(double) on desktop GLGunnar Sletta2017-01-191-2/+3
| | * Fix deleting of QOpenGLVersionFunctionsBackendDavid Faure2017-01-061-6/+12
* | | Align blob start in program binary disk cacheLaszlo Agocs2017-01-241-48/+88
|/ /
* | Add support for OpenGL 3.2+ core profile contexts in QPainterJulian Thijssen2017-01-235-101/+726
* | Remove OpenGL dependency from qTriangulateLaszlo Agocs2017-01-181-2/+4
* | Add eglfs-viv support for INTEGRITYKimmo Ollila2017-01-181-0/+5
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-122-14/+16
* | Add new APIs which is useful to upload more than one layer at onceBogDan Vatra2017-01-043-26/+75
* | Suppress QOpenGLShaderProgram::link() warnings for binariesLaszlo Agocs2016-12-211-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-3/+3
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-3/+3
| | |\
| | | * QtGui: Add missing overrideAlexander Volkov2016-11-271-3/+3
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-135-456/+198
|\| | |
| * | | Add ASTC compressionBogDan Vatra2016-12-032-0/+198
| |/ /
| * | Remove last traces of MeeGoLars Knoll2016-11-233-456/+0
* | | doc: Always declare GL types for clangqdocMartin Smith2016-12-032-0/+12