From 442c8fbace7e3a7743a4556ac34323fecdd9b9dc Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 28 Sep 2022 23:18:04 +0100 Subject: [PATCH] doc: Document !1517 --- doc/changes/big/mr.873.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/changes/big/mr.873.md b/doc/changes/big/mr.873.md index b809da40f..50588d1d8 100644 --- a/doc/changes/big/mr.873.md +++ b/doc/changes/big/mr.873.md @@ -1,2 +1,9 @@ -New compute based rendering backend in the compositor, currently only supports -a single projection layer so it's not enabled by default. But comes with ATW. +--- +- mr.873 +- mr.1517 +--- + +New compute based rendering backend in the compositor. Through the layer +squasher it supports both projection and cube layers, not cubemap or equirect +layers. It is not enabled by default. It also supports ATW. On some hardware the +use of a compute queue improves latency when pre-empting other GPU work.