summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_fxt1.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-12-08 15:19:44 -0700
committerBrian Paul <[email protected]>2012-12-14 06:33:07 -0700
commit141d299965d9594e82e5218cf162440903e44ea7 (patch)
tree648e0bfbee17d76db680158ca3d9b76998d016f5 /src/mesa/main/texcompress_fxt1.h
parenta774eaa57e290a4fe0bcf5827019ac7054d096e0 (diff)
mesa: add new texel fetch code for fxt formats
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.h')
-rw-r--r--src/mesa/main/texcompress_fxt1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress_fxt1.h b/src/mesa/main/texcompress_fxt1.h
index 2a8b8d6538c..f60f19675d2 100644
--- a/src/mesa/main/texcompress_fxt1.h
+++ b/src/mesa/main/texcompress_fxt1.h
@@ -45,4 +45,7 @@ extern void
_mesa_fetch_texel_2d_f_rgb_fxt1(const struct swrast_texture_image *texImage,
GLint i, GLint j, GLint k, GLfloat *texel);
+compressed_fetch_func
+_mesa_get_fxt_fetch_func(gl_format format);
+
#endif /* TEXCOMPRESS_FXT1_H */