summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-18 17:03:58 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-05-26 18:00:01 +0200
commit93cd9130d6d8d30e901dd3b2f2546dbc63754e2e (patch)
tree3def7382cd1e4edd4ff380587deee775e48a2e4b /src/gui/configure.json
parente51831260a759b58cb089cac089c202a795fc584 (diff)
Introduce float QImage formats and rendering
Useful for some HDR representations and HDR rendering. Change-Id: If6e8a661faa3d2afdf17b6ed4d8ff5c5b2aeb30e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index f8c945fc21..47398c9a4e 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -1663,6 +1663,12 @@
"section": "Painting",
"output": [ "privateFeature" ]
},
+ "raster-fp": {
+ "label": "QPainter - floating point raster",
+ "purpose": "Internal painting support for floating point rasterization.",
+ "section": "Painting",
+ "output": [ "privateFeature" ]
+ },
"undocommand": {
"label": "QUndoCommand",
"purpose": "Applies (redo or) undo of a single change in a document.",