svga: Drop unsupported formats from the format table.
authorEric Anholt <eric@anholt.net>
Tue, 13 Aug 2019 00:03:23 +0000 (17:03 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 19 Aug 2019 18:43:02 +0000 (11:43 -0700)
commit84db6ba740d376b75e60c3a2a4ac0153c5b0e01a
treeccc02cf31ed55e37e9ee28aa413efc8f4a1bc668
parentef37da52c0d975edb9ae20820d4d2c7abb53827f
svga: Drop unsupported formats from the format table.

Now that we're using the array initializers, we don't need to manually
fill out all these stub entries.

Produced with "sed -i '/.*INVALID.*INVALID.*INVALID/d'
src/gallium/drivers/svga/svga_format.c"

Acked-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/gallium/drivers/svga/svga_format.c