summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
* Remove unused logging category from QOpenGLFunctionsLaszlo Agocs2017-01-311-4/+0
* Use context as glyph cache key in GL paint engineLaszlo Agocs2017-01-241-1/+1
* 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
* 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
* | | Add ASTC compressionBogDan Vatra2016-12-032-0/+198
|/ /
* | Remove last traces of MeeGoLars Knoll2016-11-233-456/+0
* | 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
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+1
| |\|
| | * Unset qgl_current_fbo when the default FBO is boundAlexandru Croitor2016-10-131-0/+1
* | | Add attribution file for Khronos headersKai Koehne2016-10-242-0/+52
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-2/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-2/+12
| |\|
| | * Add GLSL version 110 on Intel with compat profilesLaszlo Agocs2016-09-271-2/+12
* | | Fix missing GL function protos with newer GLES headersLaszlo Agocs2016-09-101-3/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-1/+1
| |\|
| | * Fix unused variable warning on iOSJake Petroules2016-08-311-1/+1
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-223-7/+10
|\ \ \
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-5/+5
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-162-2/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-2/+5
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| | | * Cache the current QOpenGLFramebufferObjectSérgio Martins2016-08-111-1/+4
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+2
| | |\|
| | | * Remove unneeded ';' after some macrosKai Pastor2016-08-041-2/+2
* | | | Standardize some "We mean it" commentsFriedemann Kleint2016-08-172-6/+6
* | | | Fix qdoc warningsFriedemann Kleint2016-08-171-4/+5
* | | | Move QTriangulator and QTriangulatingStroker classes to paintingAndy Nichols2016-08-156-3885/+0
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-013-5/+55
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+40
| |\|
| | * QOpenGLDebugLogger: strengthen the code path in case of GL context destructionGiuseppe D'Angelo2016-07-271-0/+34
| | * QOpenGLDebugLogger: do not crash if deleted with the wrong GL context currentGiuseppe D'Angelo2016-07-261-0/+6
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-262-5/+15
| |\|
| | * Workaround clang function export bugBogDan Vatra2016-07-201-17/+25
| | * QOpenGLVertexArrayObject: clean up the destructorGiuseppe D'Angelo2016-07-201-1/+3