aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-0922-382/+1856
|\
| * Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-0714-341/+1782
| * Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+5
| * Change rhi-related debug prints to categorized loggingLaszlo Agocs2019-08-023-11/+12
| * Re-enable colors with both gl and rhi glyph cachesLaszlo Agocs2019-07-313-7/+9
| * Have an autorelease pool for each frame on the render threadLaszlo Agocs2019-07-301-0/+4
| * Avoid locking up on resize with threaded loop and the rhiLaszlo Agocs2019-07-301-4/+18
| * Re-enable threaded render loop with Vulkan on LinuxLaszlo Agocs2019-07-301-8/+0
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-263-10/+30
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-243-9/+30
| | |\
| | | * Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-193-9/+30
* | | | Fix build with Qt 6Simon Hausmann2019-07-311-3/+0
* | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-122-22/+27
|\| | |
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-122-22/+27
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-052-22/+27
| | |\|
| | | * Fix distance field cache growing outside limitEskil Abrahamsen Blomfeldt2019-07-042-21/+26
| | | * Fix possible crash when distance field cache spans multiple texturesEskil Abrahamsen Blomfeldt2019-07-041-1/+1
* | | | Fix Qt6 builds after dev -> wip/qt6 mergeAlexandru Croitor2019-07-091-1/+1
* | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-08183-1835/+13024
|\| | |
| * | | Remove unimplemented QSGTexture::hasDirtyOptions()Friedemann Kleint2019-07-051-2/+0
| * | | Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-045-25/+75
| * | | Enable line width on the rhi code pathLaszlo Agocs2019-07-042-16/+40
| * | | Enable request setting the (gl) context current on rhi pathLaszlo Agocs2019-07-042-19/+40
| * | | Add the graphics api independent scenegraph portLaszlo Agocs2019-07-04183-1835/+12931
* | | | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-083-16/+16
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-206-6/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-196-6/+14
| |\|
| | * Software Adaptation: Invalidate on dpr changeMorten Johan Sørvig2019-06-174-6/+9
| | * Fix graphical artifacts after changing only textureAllan Sandfeld Jensen2019-06-132-0/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-113-4/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-263-4/+13
| |\|
| | * Fix leaking scene graph rendering contextsSimon Hausmann2019-03-152-2/+11
| | * Fix assert in QSGBasicInternalImageNode::updateGeometryAllan Sandfeld Jensen2019-05-161-2/+2
* | | Replace remaining QLinkedLists with QVectorMarc Mutz2019-06-063-9/+2
* | | Fix deprecation warnings in 5.14Friedemann Kleint2019-05-292-2/+2
* | | Add missing #include, needed for use of QLinkedList<>Edward Welbourne2019-05-201-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-162-2/+2
|\| |
| * | Avoid illegal downcasts in texture and shader handlingAllan Sandfeld Jensen2019-05-152-2/+2
* | | Remove last traces of QV8EngineUlf Hermann2019-05-081-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-091-5/+5
|\|
| * QSGDefaultContext: sort GL_EXTENSIONS before printing themRolf Eike Beer2019-04-081-5/+5
* | Fix qdoc errorsFriedemann Kleint2019-03-151-1/+1
* | Fix warning about deprecated QPainter::setMatrix in QSGSoftwareInternalImageNodeFriedemann Kleint2019-02-051-2/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-2/+2
|\|
| * Silent -Wdouble-promotion warningJesus Fernandez2019-01-251-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-225-16/+8
|\|
| * Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-1/+1
| * Remove reference to OpenGL from distance field cache superclassEskil Abrahamsen Blomfeldt2019-01-214-15/+7
* | Do a better job of respecting the default surface formatMichael Brasser2019-01-211-2/+8
* | Privately export QQuickImageTextureProvider, QSGTextureMaterialShaderPaolo Angelelli2019-01-151-1/+1