[Mesa-dev] [PATCH 09/15] isl: add surface layout for yuv formats

Jason Ekstrand jason at jlekstrand.net
Fri Sep 15 21:44:20 UTC 2017


On Fri, Sep 15, 2017 at 7:11 AM, Lionel Landwerlin <
lionel.g.landwerlin at intel.com> wrote:

> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
>  src/intel/isl/isl_format_layout.csv | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/intel/isl/isl_format_layout.csv
> b/src/intel/isl/isl_format_layout.csv
> index f340e30a1bf..30d07b8ad2d 100644
> --- a/src/intel/isl/isl_format_layout.csv
> +++ b/src/intel/isl/isl_format_layout.csv
> @@ -342,3 +342,7 @@ GEN7_CCS_128BPP_Y           ,   1,  2,  4,  1,     ,
>    ,     ,     ,     ,
>  GEN9_CCS_32BPP              ,   2,  8,  4,  1,     ,     ,     ,     ,
>  ,     ,    ,       ,   ccs
>  GEN9_CCS_64BPP              ,   2,  4,  4,  1,     ,     ,     ,     ,
>  ,     ,    ,       ,   ccs
>  GEN9_CCS_128BPP             ,   2,  2,  4,  1,     ,     ,     ,     ,
>  ,     ,    ,       ,   ccs
> +YCRCB_NORMAL                ,  16,  1,  1,  1,  un8,  un8,  un8,     ,
>  ,     ,    ,    yuv,
> +YCRCB_SWAPUV                ,  16,  1,  1,  1,  un8,  un8,  un8,     ,
>  ,     ,    ,    yuv,
> +YCRCB_SWAPUVY               ,  16,  1,  1,  1,  un8,  un8,  un8,     ,
>  ,     ,    ,    yuv,
> +YCRCB_SWAPY                 ,  16,  1,  1,  1,  un8,  un8,  un8,     ,
>  ,     ,    ,    yuv,
>

Most of the rest of this table is in enum order


> --
> 2.14.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170915/ce08ee33/attachment.html>


More information about the mesa-dev mailing list