etnaviv: Avoid duplicates in formats table
authorWladimir J. van der Laan <laanwj@gmail.com>
Fri, 21 Jul 2017 10:49:58 +0000 (12:49 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Fri, 21 Jul 2017 12:41:07 +0000 (14:41 +0200)
commitc27cbd88e6ce017093623f0e1d89354ce7536bcf
tree866b96905e74d1bb79f81952abee0fa7478d749a
parent322b34e57ecebb59ba9d847c58a0351e76b9d691
etnaviv: Avoid duplicates in formats table

Remove the following duplicates from the formats table:

- R8G8B8A8_UNORM (V_,_T)
- R8G8B8X8_UNORM (_T,_T)
- DXT3_RGBA (_T,_T)

Only the first has an effect because the _T overrides the V_ initializer,
the latter two were harmless duplications of the same.

Signed-off-by: Wladimir J. van der Laan <laanwj@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
src/gallium/drivers/etnaviv/etnaviv_format.c