plug in _mesa_texstore_z24_s8()
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 1 Oct 2005 16:09:26 +0000 (16:09 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 1 Oct 2005 16:09:26 +0000 (16:09 +0000)
src/mesa/main/texformat.c

index 2cea5151f93923687829ca729f94d8a088f8fe9b..5ef9e46df222198e317d04c1cc6e53541a8ef40d 100644 (file)
@@ -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 */