From: Ilia Mirkin Date: Wed, 22 Apr 2015 18:35:00 +0000 (-0400) Subject: freedreno/a3xx: add support for S8 and Z32F_S8 X-Git-Tag: upstream/17.1.0~19220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fc3f472784b2ba53655b715d602268bef5bf12e;p=platform%2Fupstream%2Fmesa.git freedreno/a3xx: add support for S8 and Z32F_S8 Enables ARB_depth_buffer_float. There is no sampling support for interleaved Z32F_S8, so we store the two textures separately, one as Z32F, the other as S8. As a result, we need a lot of additional logic for restores and transfers. Signed-off-by: Ilia Mirkin --- diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index 5695ae4..ff24842 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers.