summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/texcompress.c')
-rw-r--r--src/mesa/main/texcompress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress.c b/src/mesa/main/texcompress.c
index 58b346be394..3394be9f6ad 100644
--- a/src/mesa/main/texcompress.c
+++ b/src/mesa/main/texcompress.c
@@ -608,7 +608,7 @@ _mesa_decompress_image(gl_format format, GLuint width, GLuint height,
/* ETC2 formats */
case MESA_FORMAT_ETC2_RGB8:
- /* fetch = _mesa_fetch_texel_2d_f_etc2_rgb8; -- not implemented yet */
+ fetch = _mesa_fetch_texel_2d_f_etc2_rgb8;
break;
case MESA_FORMAT_ETC2_SRGB8:
/* fetch = _mesa_fetch_texel_2d_f_etc2_srgb8; -- not implemented yet */