aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion with certain Text items when rendering with MetalLaszlo Agocs2019-10-251-2/+4
* Fix broken scaling with high dpi + rhi + thread loopLaszlo Agocs2019-10-211-3/+1
* Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-172-3/+21
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-1/+7
|\
| * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-072-1/+7
* | Handle context loss in the basic render loopDavid Edmundson2019-10-081-0/+18
* | Revert "Temporarily drop a debug mode check in rhi-based stenciling"Laszlo Agocs2019-10-071-3/+1
* | Follow QRhi improvements and drop QVectors where applicableLaszlo Agocs2019-10-076-12/+16
* | Temporarily drop a debug mode check in rhi-based stencilingLaszlo Agocs2019-10-031-0/+2
* | Drop QVector for srb and shader stage descriptionsLaszlo Agocs2019-10-032-10/+12
* | Fix device pixel ratio with QRhi for native textLaszlo Agocs2019-10-035-5/+29
* | QQuickWindow: Don't leak the animation controllerUlf Hermann2019-10-025-7/+9
* | Remove depth-stencil buffer sizing on the rhi pathLaszlo Agocs2019-09-302-11/+11
* | Add a QSG env var for QRhi::PreferSoftwareRendererLaszlo Agocs2019-09-272-5/+14
* | Add missing QSGDynamicTexture default constructorFlorian Bruhin2019-09-241-0/+1
* | Change const ref to ref in QSGMaterialRhiShader as per API reviewLaszlo Agocs2019-09-2314-85/+88
* | Add an env var to periodically kill the device on d3dLaszlo Agocs2019-09-232-0/+9
* | Recover from device lost on the rhi path in the threaded loopLaszlo Agocs2019-09-231-61/+100
* | Handle rhi device loss in the basic render loopLaszlo Agocs2019-09-231-5/+40
* | 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
| |\