summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Fix URLs to GL(ES) functionsFriedemann Kleint2018-05-181-358/+358
* QOpenGLTexture: Set wrap mode if NPOT textures are not fully supportedJohan Klokkhammer Helsing2018-04-061-0/+12
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-1/+0
* opengl: Bail if cached shader fails to loadAntonio Larrosa2018-02-212-9/+19
* Fix creation of RGB texture with QOpenGLTexture/Qt3D on OpenGL ES 2.0David Crémoux2018-02-141-0/+2
* 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
* 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