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 8f0f9b754ef..c1e16b4390e 100644 --- a/src/mesa/swrast/s_texfetch.c +++ b/src/mesa/swrast/s_texfetch.c @@ -1031,7 +1031,7 @@ texfetch_funcs[] = { MESA_FORMAT_ETC2_RGB8, NULL, - NULL /* _mesa_fetch_texel_2d_f_etc2_rgb8 -- not implemented yet */, + _mesa_fetch_texel_2d_f_etc2_rgb8, NULL }, { |