summaryrefslogtreecommitdiff
path: root/src/mesa/main/texformat.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-18 01:39:46 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-06-18 01:48:20 +0200
commita1524162bf838920ad965cd44ead97da29408e50 (patch)
treeb1f76997ed67626ff3a7f92d300a12b5019e7d64 /src/mesa/main/texformat.c
parent3bf8fb64862b882bff8b372f3c2ce08ea8d401a7 (diff)
mesa: Added _mesa_texstore_s8_z24
Diffstat (limited to 'src/mesa/main/texformat.c')
-rw-r--r--src/mesa/main/texformat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c
index ea55002f58..11e7755960 100644
--- a/src/mesa/main/texformat.c
+++ b/src/mesa/main/texformat.c
@@ -1221,11 +1221,7 @@ const struct gl_texture_format _mesa_texformat_s8_z24 = {
24, /* DepthBits */
8, /* StencilBits */
4, /* TexelBytes */
-#if 0
_mesa_texstore_s8_z24, /* StoreTexImageFunc */
-#else
- _mesa_texstore_z24_s8, /* StoreTexImageFunc */
-#endif
NULL, /* FetchTexel1D */
NULL, /* FetchTexel2D */
NULL, /* FetchTexel3D */