aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Add missing doc entries for QSGGeometry::Type valuesLaszlo Agocs2019-09-181-0/+4
* Add some missing since and internal doc tagsLaszlo Agocs2019-09-182-14/+23
* Avoid changing function signature in public headerLaszlo Agocs2019-09-184-7/+58
* Add missing inner struct and enum docs for rhi material shaderLaszlo Agocs2019-09-181-0/+65
* Move qsgrhisupport to an unconditional section in the priLaszlo Agocs2019-09-121-4/+4
* Request correct alpha composition on the rhi code pathLaszlo Agocs2019-09-112-2/+19
* Drop expendable rhi data when in release(Cached)ResourcesLaszlo Agocs2019-09-111-0/+3
* Make vulkanunderqml work and update docsLaszlo Agocs2019-09-082-2/+6
* Expose renderpass from QSGRendererInterfaceLaszlo Agocs2019-09-085-4/+30
* 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
* 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
* | | 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
* | | 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
* | | 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