From 2c9189434f04ccededbe9f28b2402fd6960d13ee Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 18 Jan 2024 17:49:32 -0400 Subject: [PATCH] docs/asahi: fix strided linear note turns out linear 2d arrays work Signed-off-by: Alyssa Rosenzweig Part-of: --- docs/drivers/asahi.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/drivers/asahi.rst b/docs/drivers/asahi.rst index 32a8867df6d..6f620f60ec7 100644 --- a/docs/drivers/asahi.rst +++ b/docs/drivers/asahi.rst @@ -205,8 +205,7 @@ Strided linear images have numerous limitations: - Strides must be a multiple of 16 bytes. - Strides must be nonzero. For 1D images where the stride is logically irrelevant, ail will internally select the minimal stride. -- Only 1D and 2D images may be linear. In particular, no 3D or cubemaps. -- Array texture may not be linear. No 2D arrays or cubemap arrays. +- Only 1D, 2D, and 2D Array images may be linear. In particular, no 3D or cubemaps. - 2D images must not be mipmapped. - Block-compressed formats and multisampled images are unsupported. Elements of a strided linear image are simply pixels.