Module: Mesa Branch: master Commit: a8007ed6872ce1e2cce7145585a4dd1cfd1cec62 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8007ed6872ce1e2cce7145585a4dd1cfd1cec62
Author: Christian Gmeiner <[email protected]> Date: Tue May 2 22:06:53 2017 +0200 etnaviv: add L8A8_UNORM texture format No piglit regressions. CC: <[email protected]> Signed-off-by: Christian Gmeiner <[email protected]> Reviewed-by: Philipp Zabel <[email protected]> --- src/gallium/drivers/etnaviv/etnaviv_format.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/etnaviv/etnaviv_format.c b/src/gallium/drivers/etnaviv/etnaviv_format.c index 0794603b2f..7c243861c0 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_format.c +++ b/src/gallium/drivers/etnaviv/etnaviv_format.c @@ -103,6 +103,8 @@ static struct etna_format formats[PIPE_FORMAT_COUNT] = { _T(B4G4R4A4_UNORM, A4R4G4B4, A4R4G4B4), _T(B4G4R4X4_UNORM, X4R4G4B4, X4R4G4B4), + _T(L8A8_UNORM, A8L8, NONE), + _T(Z16_UNORM, D16, A4R4G4B4), _T(B5G6R5_UNORM, R5G6B5, R5G6B5), _T(B5G5R5A1_UNORM, A1R5G5B5, A1R5G5B5), _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
