summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-09-04 10:35:01 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2008-09-04 10:35:01 +0800
commitdc44bb8e9208680379b31df01b4499c3a3bde5cb (patch)
tree1e4f1e6edfa6ae97d01169f2888eb9dc6b2afccf /src/mesa/main/texstore.h
parenta04aeea5c016530d7371e032438a0a8fa2c0d7f6 (diff)
mesa: Support for MESA_FORMAT_S8_Z24 texture
cherry-picked from gallium-0.1
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r--src/mesa/main/texstore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h
index 5128bc5827..c9edf14dbc 100644
--- a/src/mesa/main/texstore.h
+++ b/src/mesa/main/texstore.h
@@ -57,6 +57,7 @@ extern GLboolean _mesa_texstore_a8(TEXSTORE_PARAMS);
extern GLboolean _mesa_texstore_ci8(TEXSTORE_PARAMS);
extern GLboolean _mesa_texstore_ycbcr(TEXSTORE_PARAMS);
extern GLboolean _mesa_texstore_z24_s8(TEXSTORE_PARAMS);
+extern GLboolean _mesa_texstore_s8_z24(TEXSTORE_PARAMS);
extern GLboolean _mesa_texstore_z16(TEXSTORE_PARAMS);
extern GLboolean _mesa_texstore_z32(TEXSTORE_PARAMS);
extern GLboolean _mesa_texstore_rgba_float32(TEXSTORE_PARAMS);