From 75211f4367cab6477890111211d3437bf469670b Mon Sep 17 00:00:00 2001 From: Anuj Phogat Date: Wed, 10 Oct 2012 13:46:20 -0700 Subject: mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC Data in GL_COMPRESSED_SIGNED_RG11_EAC format is decoded and stored in MESA_FORMAT_SIGNED_GR1616. 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 88794b166ad..054f5e5b1fb 100644 --- a/src/mesa/swrast/s_texfetch.c +++ b/src/mesa/swrast/s_texfetch.c @@ -1073,7 +1073,7 @@ texfetch_funcs[] = { MESA_FORMAT_ETC2_SIGNED_RG11_EAC, NULL, - NULL /* _mesa_fetch_texel_2d_f_etc2_signed_rg11_eac -- not implemented yet */, + _mesa_fetch_texel_2d_f_etc2_signed_rg11_eac, NULL }, { -- cgit v1.2.3