From 2794507289afcbfd6e2dd4f01b9fb404c507a587 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 1 Oct 2005 16:09:26 +0000 Subject: [PATCH] plug in _mesa_texstore_z24_s8() --- src/mesa/main/texformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index 2cea515..5ef9e46 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 */ -- 2.7.4