summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-10-01 16:09:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-10-01 16:09:26 +0000
commit2794507289afcbfd6e2dd4f01b9fb404c507a587 (patch)
tree3b16b9cb11aef5a80a29eed09447d46b1f342f20 /src/mesa/main/texformat.c
parent184a9707227ab024d65d352fe7c09b3e287348e9 (diff)
plug in _mesa_texstore_z24_s8()
Diffstat (limited to 'src/mesa/main/texformat.c')
-rw-r--r--src/mesa/main/texformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c
index 2cea5151f9..5ef9e46df2 100644
--- a/src/mesa/main/texformat.c
+++ b/src/mesa/main/texformat.c
@@ -1107,7 +1107,7 @@ const struct gl_texture_format _mesa_texformat_z24_s8 = {
24, /* DepthBits */
8, /* StencilBits */
4, /* TexelBytes */
- NULL/*_mesa_texstore_z24_s8*/, /* StoreTexImageFunc */
+ _mesa_texstore_z24_s8, /* StoreTexImageFunc */
NULL, /* FetchTexel1D */
NULL, /* FetchTexel2D */
NULL, /* FetchTexel3D */