aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrhisupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* sg: Fix dpr when grabbing a not-yet-shown QQuickWindowLaszlo Agocs2025-06-021-1/+5
* Add QRhiAdapter support for QQuickGraphicsDeviceLaszlo Agocs2025-03-031-8/+10
* Replace deprecated QImage::mirror(ed) with flip(ped)Volker Hilsheimer2024-12-021-1/+1
* rhi: Skip using lockfile for cache when using QSaveFileDavid Edmundson2024-10-041-4/+8
* Fix test compilation issues with QtLite configurationJari Helaakoski2024-04-301-0/+2
* Use new Qt configure feature for MetalTor Arne Vestbø2024-03-251-7/+7
* Fall back to retrying with "software" when swapchain failsLaszlo Agocs2024-02-291-6/+20
* Optimize QQuickRt behavior with implicitly created buffersLaszlo Agocs2024-02-221-1/+1
* sg: Allow adopting foreign textures with GL_SRGB8_ALPHA8Laszlo Agocs2024-02-051-3/+17
* Allow enabling HDR per window via a private propertyTor Arne Vestbø2023-12-061-0/+3
* Request suppressing D3D11 smoke test failuresLaszlo Agocs2023-11-241-0/+1
* sg: Allow requesting linear ext. display p3 via the internal env.varLaszlo Agocs2023-08-281-0/+5
* Remove undocumented HDR mode getter/setter from QQuickGr.ConfLaszlo Agocs2023-08-251-6/+0
* Remove "is" prefix from isTimestampsEnabledLaszlo Agocs2023-08-231-1/+1
* Sanitize QSG_RHI_HDR handlingLaszlo Agocs2023-05-311-17/+25
* Hook up GPU frame timing to QQuickGraphicsConfig and the logsLaszlo Agocs2023-04-251-1/+6
* Expose Vulkan queue indices from QSGRendererInterfaceLaszlo Agocs2023-03-211-0/+4
* rhi: Prevent pipeline cache warning appearing again and againLaszlo Agocs2023-02-211-1/+11
* Remove undocumented QSG_RHI_SIMULATE_DEVICE_LOSS env.varLaszlo Agocs2023-02-211-8/+0
* Enable D3D12Laszlo Agocs2023-02-141-12/+61
* Purge the internal renderSceneGraph function argument listLaszlo Agocs2022-12-121-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* sg: Limit automatic pipeline cache writesLaszlo Agocs2022-09-221-22/+48
* Make the pipeline cache real and move some settings to QGraphicsConfigLaszlo Agocs2022-09-161-67/+146
* sg: Prevent not supported format warnings when wrapping external texturesLaszlo Agocs2022-08-031-0/+3
* sg: Print total time spent on pipeline setup when info is enabledLaszlo Agocs2022-07-111-0/+2
* sg: Use rhi convenience to remove duplicated api name gettersLaszlo Agocs2022-07-081-14/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Remove unused constant definitions for GL texture importLaszlo Agocs2022-06-011-252/+0
* scenegraph: Use a lock file when saving/loading pipeline cacheLaszlo Agocs2022-06-011-12/+33
* Allow specifies the native format on QSGPlainTextureJiDe Zhang2022-05-311-0/+25
* Allow specifies the native texture format on QQuickRenderTargetJiDe Zhang2022-05-311-0/+720
* d3d: Retry with a DXGI_ADAPTER_FLAG_SOFTWARE adapter if failedLaszlo Agocs2022-04-261-0/+6
* sg: Remove internal rhiEnabled flag with the default backendLaszlo Agocs2022-04-211-32/+14
* Use the QSurface for QSGRhiSupport::createRhiJiDe Zhang2022-04-191-1/+1
* Make QQuickWidget QRhi-basedLaszlo Agocs2022-03-181-2/+7
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-2/+4
* Use the helper in gui to create the Vulkan instanceLaszlo Agocs2022-02-251-67/+13
* scenegraph: Use lightweight probing for MetalLaszlo Agocs2022-02-121-8/+1
* scenegraph: Print the HDR limits we get in the info logsLaszlo Agocs2022-01-131-3/+5
* scenegraph: Allow requesting a HDR swapchainLaszlo Agocs2022-01-131-0/+43
* scenegraph: Remove the experimental rhi profiler integrationLaszlo Agocs2022-01-041-58/+0
* Fix build issue with createRhiJaeyoon Jung2021-12-071-5/+7
* Make it possible to adopt an existing QRhi via QQuickGraphicsDeviceLaszlo Agocs2021-08-311-34/+37
* Use VK_LAYER_KHRONOS_validation when the debug layer is requestedLaszlo Agocs2021-05-281-14/+4
* Enable Vulkan 1.1 and 1.2 API in Qt Quick appsLaszlo Agocs2021-05-281-0/+25
* QQuickWindow::grab for protected contentElvis Lee2021-05-031-0/+107
* Warn when requesting GL/Vulkan but Qt is not configured for thoseLaszlo Agocs2021-03-261-0/+5
* Clean up QSGRhiSupport wrt static functionsLaszlo Agocs2021-03-191-14/+12
* Remove Windows 7 VM workaround from rhi initLaszlo Agocs2021-02-191-11/+1