gallium: add AYUV and XYUV formats
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 3 Jul 2019 16:14:54 +0000 (12:14 -0400)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 31 Jul 2019 16:50:06 +0000 (09:50 -0700)
commit338a29b08fe69aa91ad0318d54da1670f40307f0
tree063489668fcc5db00c74b78e54cf5ff5fc73345e
parent7f75b2b5af0944d060cff8ee66eb138ba937d3bd
gallium: add AYUV and XYUV formats

this only adds the PIPE_FORMAT members, not any direct handling for them

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/gallium/auxiliary/util/u_format.csv
src/gallium/auxiliary/util/u_format_yuv.c
src/gallium/auxiliary/util/u_format_yuv.h
src/gallium/drivers/svga/svga_format.c
src/gallium/include/pipe/p_format.h