From 2794507289afcbfd6e2dd4f01b9fb404c507a587 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 1 Oct 2005 16:09:26 +0000 Subject: plug in _mesa_texstore_z24_s8() --- src/mesa/main/texformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 */ -- cgit v1.2.3