summaryrefslogtreecommitdiff
path: root/src/mesa/main/texutil_tmp.h
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2001-03-20 10:18:13 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2001-03-20 10:18:13 +0000
commitf3e31787514269c75b21cbee6c6e98fab4c40b01 (patch)
treed9d8e7e050c50e593049f4d6ca94a90e6e21f2c8 /src/mesa/main/texutil_tmp.h
parent68af9a0773d506aa04c79a178922464aa0c64ad5 (diff)
Committing in .
Modified Files: Mesa/src/descrip.mms Mesa/src/texutil_tmp.h -Updated VMS makefile -__FUNCTION__ is not a defined on VMS (and maybe other systems) For VMS __FUNCTION__ is defined to in texutil_tmp.h ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/texutil_tmp.h')
-rw-r--r--src/mesa/main/texutil_tmp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/main/texutil_tmp.h b/src/mesa/main/texutil_tmp.h
index 7786a14612..6a1f002fc8 100644
--- a/src/mesa/main/texutil_tmp.h
+++ b/src/mesa/main/texutil_tmp.h
@@ -1,4 +1,4 @@
-/* $Id: texutil_tmp.h,v 1.3 2001/03/18 13:34:24 gareth Exp $ */
+/* $Id: texutil_tmp.h,v 1.4 2001/03/20 10:18:13 joukj Exp $ */
/*
* Mesa 3-D graphics library
@@ -31,6 +31,10 @@
* NOTE: All 3D code is untested and most definitely broken...
*/
+#ifdef VMS
+#define __FUNCTION__
+#endif
+
#define DST_TEXEL_BYTES (4 / DST_TEXELS_PER_DWORD)
#define DST_ROW_WIDTH (convert->width * DST_TEXEL_BYTES)
#define DST_ROW_STRIDE (convert->imageWidth * DST_TEXEL_BYTES)