summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_texfetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_texfetch.c')
-rw-r--r--src/mesa/swrast/s_texfetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texfetch.c b/src/mesa/swrast/s_texfetch.c
index 054f5e5..579dd5c 100644
--- a/src/mesa/swrast/s_texfetch.c
+++ b/src/mesa/swrast/s_texfetch.c
@@ -1079,7 +1079,7 @@ texfetch_funcs[] =
{
MESA_FORMAT_ETC2_RGB8_PUNCHTHROUGH_ALPHA1,
NULL,
- NULL /* _mesa_fetch_texel_2d_f_etc2_rgb8_punchthrough_alpha1 -- not implemented yet */,
+ _mesa_fetch_texel_2d_f_etc2_rgb8_punchthrough_alpha1,
NULL
},
{