aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-0523-102/+471
|\
| * Add a createTextureFromId() alternativeLaszlo Agocs2019-08-305-0/+199
| * Add a note to QSGEngine about its incompatibility with the RHILaszlo Agocs2019-08-302-0/+6
| * Avoid introducing rhiTexture() in the public API of QSGTextureLaszlo Agocs2019-08-295-25/+23
| * Fix not printing logs with QSG_INFO when forcing rhi backend from C++Laszlo Agocs2019-08-293-3/+16
| * Set point size in visualization vertex shaderLaszlo Agocs2019-08-292-1/+3
| * Remove an unused event type in the threaded render loopLaszlo Agocs2019-08-222-22/+0
| * rendernode example: Add support for MetalLaszlo Agocs2019-08-221-3/+6
| * Implement QSGRenderNode for the rhi pathLaszlo Agocs2019-08-223-33/+180
| * Rescale on rhi path too when NPoT textures not supportedLaszlo Agocs2019-08-172-0/+14
| * QSGDepthStencilBufferManager: don't use toStrongRef().data()Marc Mutz2019-08-171-1/+3
| * Enable threaded render loop for d3d11Laszlo Agocs2019-08-141-10/+13
| * Minor cleanup and logic fix in basic renderloopLaszlo Agocs2019-08-141-7/+10
| * scenegraph: fix error: 'QOffscreenSurface' does not name a typeMikko Gronoff2019-08-131-0/+1
* | 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