Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / 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 */