asahi: Note that "render target" lacks an sRGB bit
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sun, 30 May 2021 22:39:51 +0000 (04:09 +0530)
committerMarge Bot <eric+marge@anholt.net>
Tue, 1 Jun 2021 01:31:02 +0000 (01:31 +0000)
sRGB is handled through other mechanisms.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11086>

src/asahi/lib/cmdbuf.xml

index 09773c0..ed2d74a 100644 (file)
@@ -90,6 +90,7 @@
     <field name="Flip vertical" size="1" start="54" type="bool" default="false"/>
     <field name="Unk 55" size="9" start="55" type="hex"/>
     <field name="Buffer" size="36" start="64" type="address" modifier="shr(4)"/>
+    <!-- N.b. sRGB is not specified here -->
     <!-- Off by 4? -->
     <field name="Stride" size="24" start="104" type="hex" prefix="AGX_RT_STRIDE">
       <value name="Tiled" value="0x100000"/>