aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3drenderstats.cpp
Commit message (Expand)AuthorAgeFilesLines
* Streamline a QElapsedTimer usageGiuseppe D'Angelo2025-04-021-1/+1
* doc: Fix real QML property documentationDavid Boddie2024-12-051-6/+6
* Move most of QSSGRhiContext to the private classLaszlo Agocs2023-11-241-10/+11
* Expose the render context interfaceChristian Strømme2023-10-241-4/+6
* Adapt to the RHI API conceptLaszlo Agocs2023-05-221-2/+1
* Fix getting onFrameSwapped with QQuickWidget appsTomi Korpipaa2023-05-111-1/+1
* Show GPU time in DebugViewLaszlo Agocs2023-04-251-0/+45
* Remove data() function from QSSGRefChristian Strømme2023-03-311-2/+2
* Add RHI backend name to DebugViewKristoffer Skau2023-02-211-0/+22
* Fix up the tables in DebugViewLaszlo Agocs2023-01-051-1/+1
* Improve RenderStats frame time accuracyLaszlo Agocs2022-12-071-49/+83
* Make rhi statistics update like everything elseLaszlo Agocs2022-10-261-14/+1
* Make material/effect generation results visible in DebugViewLaszlo Agocs2022-10-261-0/+186
* Allow triggering releasing cached resourcesLaszlo Agocs2022-10-201-0/+35
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-111-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Hook up DebugView to the QSSGRhiContextStatsLaszlo Agocs2022-10-061-0/+465
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Document read-only propertiesKaj Grönholm2020-11-021-0/+6
* doc: Polish View3D and RenderStats documentationEskil Abrahamsen Blomfeldt2020-10-261-3/+3
* Report the prepare step time within the render timeLaszlo Agocs2020-09-241-22/+50
* Remove the context interface from the render statsChristian Strømme2020-02-181-4/+1
* Remove instantiates from docs and update point lightAntti Määttä2019-11-111-1/+0
* Add namespace to RenderStats cppJere Tuliniemi2019-11-051-0/+4
* Document RenderStats propertiesJere Tuliniemi2019-11-051-50/+52
* Document missing property of View3DTomi Korpipaa2019-11-041-0/+34
* Add initial render stats APIJere Tuliniemi2019-10-241-0/+137