aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrenderloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fall back to retrying with "software" when swapchain failsLaszlo Agocs2024-02-291-5/+33
* Prevent multiple MessageBoxes on Windows on GL context failLaszlo Agocs2023-11-221-0/+11
* Prevent crashing in the render loops upon device lostLaszlo Agocs2023-08-291-1/+2
* Remove "is" prefix from isTimestampsEnabledLaszlo Agocs2023-08-231-1/+1
* Sanitize QSG_RHI_HDR handlingLaszlo Agocs2023-05-311-1/+1
* Trace: Convert qtdeclarative to use new tracepoint generationAntti Määttä2023-04-261-0/+12
* Hook up GPU frame timing to QQuickGraphicsConfig and the logsLaszlo Agocs2023-04-251-0/+7
* Skip updates in the render loops when requestedLaszlo Agocs2023-01-241-0/+3
* Prevent mixing up ShaderEffect materialsLaszlo Agocs2023-01-091-0/+7
* Purge the internal renderSceneGraph function argument listLaszlo Agocs2022-12-121-2/+2
* Make the ShaderEffect type cache self maintainingLaszlo Agocs2022-12-121-4/+0
* Make QSGRhiShaderEffectMaterial::type() safe with multiple windowsLaszlo Agocs2022-11-031-1/+1
* sg: Enable hooking into the releaseResources call on the windowLaszlo Agocs2022-10-071-0/+1
* Make basic render loop use a dedicated QRhi per windowLaszlo Agocs2022-09-271-76/+104
* Make the pipeline cache real and move some settings to QGraphicsConfigLaszlo Agocs2022-09-161-2/+2
* Fix several more improperly placed #include mocThiago Macieira2022-07-281-2/+2
* Remove flushFrameSynchronousEvents from qquickwindow_p.hJohan Solbakken2022-07-171-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* sg: Remove internal rhiEnabled flag with the default backendLaszlo Agocs2022-04-211-20/+18
* Use the helper in gui to create the Vulkan instanceLaszlo Agocs2022-02-251-4/+0
* sg: Add logic in threaded loop to recognize the lack of proper vsyncLaszlo Agocs2022-01-211-11/+4
* Better handle requesting no-vsync and make this usable with threadedLaszlo Agocs2022-01-201-1/+11
* scenegraph: Allow requesting a HDR swapchainLaszlo Agocs2022-01-131-0/+1
* scenegraph: Remove the experimental rhi profiler integrationLaszlo Agocs2022-01-041-6/+0
* Reduce and clean up makeThreadLocalContext callsLaszlo Agocs2021-12-071-12/+13
* Get rid of renderpass descriptor objects from the pipeline cache keysLaszlo Agocs2021-09-221-11/+0
* Revert "Reduce makeCurrents with unnecessarily different surfaces"Laszlo Agocs2021-09-221-9/+6
* Reduce makeCurrents with unnecessarily different surfacesLaszlo Agocs2021-09-171-6/+9
* Make it possible to adopt an existing QRhi via QQuickGraphicsDeviceLaszlo Agocs2021-08-311-3/+8
* Sync shadereffect materialType cleanup between renderloopsLaszlo Agocs2021-08-021-4/+5
* Add env.vars. to toggle pipeline cache load/saveLaszlo Agocs2021-01-251-2/+2
* Do grabs out of orderLaszlo Agocs2020-10-191-43/+52
* Follow rhi per-frame to per-pass flag changeLaszlo Agocs2020-10-051-3/+1
* Map swap interval 0 to NoVSync with all the APIsLaszlo Agocs2020-09-231-1/+7
* Output the thread and window in the render loop timing printsLaszlo Agocs2020-09-091-7/+8
* Render loops: ignore update reqs during the main polish stepLaszlo Agocs2020-09-071-0/+10
* Fix qt.scenegraph.time.renderloop time logjiu2020-08-311-1/+1
* Do not create depth/stencil buffer when the env var says soLaszlo Agocs2020-08-161-5/+8
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-071-1/+9
* Fix multiple windows with Vulkan on basic render loopLaszlo Agocs2020-07-281-0/+5
* Fix before/after frame signal emissionsLaszlo Agocs2020-07-011-2/+3
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-191-1/+1
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-171-24/+2
* Remove the GL/ANGLE-ish QQuickWindowPrivate::contextCreationFailureMessageLaszlo Agocs2020-06-161-9/+3
* Make render loops OpenGL cleanLaszlo Agocs2020-06-081-103/+22
* Remove QQuickOpenGLShaderEffectPaul Olav Tvete2020-06-041-6/+0
* Remove winrtOliver Wolff2020-06-041-2/+2
* Fix handling of destroy-show and re-enable the zoom test for qmlpreviewLaszlo Agocs2020-06-031-4/+6
* Follow QRhi create-destroy API updateLaszlo Agocs2020-06-021-1/+1