From 62fc4b4ae16c924b63d9853a6f92c1da0c542b70 Mon Sep 17 00:00:00 2001 From: Anuj Phogat Date: Mon, 12 Nov 2012 15:58:25 -0800 Subject: mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC Data in GL_COMPRESSED_RGBA8_ETC2_EAC format is decoded and stored in MESA_FORMAT_RGBA8888_REV. Signed-off-by: Anuj Phogat Reviewed-by: Brian Paul --- src/mesa/swrast/s_texfetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/swrast/s_texfetch.c') diff --git a/src/mesa/swrast/s_texfetch.c b/src/mesa/swrast/s_texfetch.c index 66f282ce82c..504d39400e5 100644 --- a/src/mesa/swrast/s_texfetch.c +++ b/src/mesa/swrast/s_texfetch.c @@ -1043,7 +1043,7 @@ texfetch_funcs[] = { MESA_FORMAT_ETC2_RGBA8_EAC, NULL, - NULL /* _mesa_fetch_texel_2d_f_etc2_rgba8_eac -- not implemented yet */, + _mesa_fetch_texel_2d_f_etc2_rgba8_eac, NULL }, { -- cgit v1.2.3