projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
184a970
)
plug in _mesa_texstore_z24_s8()
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 1 Oct 2005 16:09:26 +0000
(16:09 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 1 Oct 2005 16:09:26 +0000
(16:09 +0000)
src/mesa/main/texformat.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texformat.c
b/src/mesa/main/texformat.c
index 2cea5151f93923687829ca729f94d8a088f8fe9b..5ef9e46df222198e317d04c1cc6e53541a8ef40d 100644
(file)
--- 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 */