summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.c
diff options
context:
space:
mode:
authorJouk Jansen <joukj@hrem.stm.tudelft.nl>2005-06-14 10:27:05 +0000
committerJouk Jansen <joukj@hrem.stm.tudelft.nl>2005-06-14 10:27:05 +0000
commitfb818a0b115afaf43a5a3a32e649c86165ccc366 (patch)
tree287965cf54f8f076965951adb166551d35ba3665 /src/mesa/tnl/t_vp_build.c
parent6b9d9c503945f20fbf471ec9936e13a7bac6c60c (diff)
Committing in .
OpenVMS updates Modified Files: Mesa/src/mesa/tnl/descrip.mms Mesa/src/mesa/tnl/t_vp_build.c ----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/tnl/t_vp_build.c')
-rw-r--r--src/mesa/tnl/t_vp_build.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c
index 12bcc98b14..603da765b4 100644
--- a/src/mesa/tnl/t_vp_build.c
+++ b/src/mesa/tnl/t_vp_build.c
@@ -520,6 +520,9 @@ static void emit_op3fn(struct tnl_program *p,
}
+#ifdef __VMS
+#define __FUNCTION__ "VMS$NL:"
+#endif
#define emit_op3(p, op, dst, mask, src0, src1, src2) \
emit_op3fn(p, op, dst, mask, src0, src1, src2, __FUNCTION__, __LINE__)