summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+45
* Handle uploading of faked sub-imagesAllan Sandfeld Jensen2018-08-231-0/+5
* Fix big-endian build of qopengltextureuploaderAllan Sandfeld Jensen2018-08-221-1/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-171-4/+15
|\
| * Don't block on lost contextDavid Edmundson2018-08-161-4/+15
* | Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-113-1/+43
* | Make local symbols of some leaked namesThiago Macieira2018-08-031-0/+2
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-1/+1
|\|
| * Fix incorrect warning message in QOpenGLBufferTakumi ASAKI2018-07-171-1/+1
* | Fix tiling of NPOT textures on GL/ESAllan Sandfeld Jensen2018-07-273-25/+20
* | Fixup GL_RGB10 FBO on OpenGL/ES3Allan Sandfeld Jensen2018-07-271-5/+10
* | Move texture uploading out of QOpenGLTextureCacheAllan Sandfeld Jensen2018-07-278-211/+432
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-022-22/+18
|\|
| * Fix: bad-looking scaled rendering of painterpath in OpenGL paint engineEirik Aavitsland2018-06-281-21/+17
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-072-2/+11
|\|
| * Fix HDR format in QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2018-06-061-2/+5
| * QOpenGLTexture: Enable multisample 2D textures on GLES 3.1+Laszlo Agocs2018-05-301-0/+6
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-358/+358
|\|
| * Documentation: Fix URLs to GL(ES) functionsFriedemann Kleint2018-05-181-358/+358
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-071-0/+12
|\|
| * QOpenGLTexture: Set wrap mode if NPOT textures are not fully supportedJohan Klokkhammer Helsing2018-04-061-0/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-1/+0
|\|
| * Modernize the "regularexpression" featureUlf Hermann2018-03-201-1/+0
* | Add support for advanced blend equations to our OpenGL QPainterAllan Sandfeld Jensen2018-03-057-150/+175
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-222-9/+19
|\|
| * opengl: Bail if cached shader fails to loadAntonio Larrosa2018-02-212-9/+19
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-161-0/+2
|\|
| * Fix creation of RGB texture with QOpenGLTexture/Qt3D on OpenGL ES 2.0David Crémoux2018-02-141-0/+2
* | QtGui: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-02-141-1/+1
|/
* Fix typosJarek Kobus2018-02-131-1/+1
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-0/+2
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-121-44/+44
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-44/+44
| |\
| | * Doc: Swap unresolved variables with actual function namesPaul Wicking2018-01-101-44/+44
* | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
|/ /
* | doc: clangqdoc must always see GL typedefsMartin Smith2017-12-082-8/+17
* | doc: Add default openGL typedefs for clangqdocMartin Smith2017-12-022-3/+26
* | 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