From c0b105756f61d253bdabcc2bb49453a2557e7c3b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 19 May 2015 23:54:16 +0100 Subject: txd: Use the TextureDSP module for decoding Using the internal DXTC routines brings support for non multiple of 4 textures. A new test is added to cover this feature. Hashes differ since the decoding algorithm is different, though no visual changes have been spotted. Signed-off-by: Vittorio Giovara --- tests/fate/video.mak | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/fate/video.mak') diff --git a/tests/fate/video.mak b/tests/fate/video.mak index d43754f07a..29d5ccee02 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -272,6 +272,9 @@ fate-tmv: CMD = framecrc -i $(TARGET_SAMPLES)/tmv/pop-partial.tmv -pix_fmt rgb24 FATE_TXD += fate-txd-16bpp fate-txd-16bpp: CMD = framecrc -i $(TARGET_SAMPLES)/txd/misc.txd -pix_fmt bgra -an +FATE_TXD += fate-txd-odd +fate-txd-odd: CMD = framecrc -i $(TARGET_SAMPLES)/txd/odd.txd -pix_fmt bgra -an + FATE_TXD += fate-txd-pal8 fate-txd-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/txd/outro.txd -pix_fmt rgb24 -an -- cgit v1.2.3