<div dir="ltr">Reviewed-by: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 18, 2017 at 4:31 PM, Nanley Chery <span dir="ltr"><<a href="mailto:nanleychery@gmail.com" target="_blank">nanleychery@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The section of the PRM mentioned in the code comment above this table<br>
says that this format supports the render target write message. Internal<br>
documentation says that this format also supports alpha blending. As a<br>
side effect, this allows CCS_D buffers to be created for images with<br>
this format.<br>
<br>
Signed-off-by: Nanley Chery <<a href="mailto:nanley.g.chery@intel.com">nanley.g.chery@intel.com</a>><br>
---<br>
src/intel/isl/isl_format.c | 2 +-<br>
1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/src/intel/isl/isl_format.c b/src/intel/isl/isl_format.c<br>
index 0452bf813e..165c7e5b6b 100644<br>
--- a/src/intel/isl/isl_format.c<br>
+++ b/src/intel/isl/isl_format.c<br>
@@ -124,7 +124,7 @@ static const struct surface_format_info format_info[] = {<br>
SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32_SNORM)<br>
SF( x, x, x, x, x, x, Y, x, x, x, x, x, R64_FLOAT)<br>
SF( Y, Y, x, x, x, x, x, x, x, x, x, x, R16G16B16X16_UNORM)<br>
- SF( Y, Y, x, x, x, x, x, x, x, x, x, 90, R16G16B16X16_FLOAT)<br>
+ SF( Y, Y, x, x, 90, 90, x, x, x, x, x, 90, R16G16B16X16_FLOAT)<br>
SF( Y, 50, x, x, x, x, x, x, x, x, x, x, A32X32_FLOAT)<br>
SF( Y, 50, x, x, x, x, x, x, x, x, x, x, L32X32_FLOAT)<br>
SF( Y, 50, x, x, x, x, x, x, x, x, x, x, I32X32_FLOAT)<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.12.2<br>
<br>
______________________________<wbr>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
</font></span></blockquote></div><br></div>