diff options
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_texfetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texfetch.c b/src/mesa/swrast/s_texfetch.c index 054f5e5b1fb..579dd5c5fc1 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 }, { |