summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | qopenglprogrambinarycache_p.h: Add "We mean it" commentFriedemann Kleint2016-11-251-0/+11
* | | Use QSaveFile for more robust shader disk cacheLaszlo Agocs2016-11-251-4/+8
* | | Add an OpenGL program binary disk cacheLaszlo Agocs2016-11-249-88/+776
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-175-40/+73
|\| |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-162-1/+23
| |\|
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-1/+27
| | |\
| | | * Enable GL prototypes with recent Khronos headersLaszlo Agocs2016-11-101-1/+21
| | | * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-081-0/+6
| * | | Fixes for findVersionDirectivePosition()Lars Knoll2016-11-151-35/+46
| * | | Clean up some conditions in our pro filesLars Knoll2016-11-141-1/+1
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-081-3/+3
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-3/+3
| | |\|
| | | * Fix GCC warning about ODR violationThiago Macieira2016-11-031-3/+3