summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-06-10 13:59:49 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-06-10 13:59:49 +0000
commitb4979ec178fd87d80666e201c91220d9ecc6363d (patch)
tree0a8cb58b867cf3ee91ff0875154be0d5e68858c4
parent6c1948d593e0be6ddd49f73cb3966e679eb83c37 (diff)
Allow the print opcode to compilemesa_20050610
-rw-r--r--src/mesa/tnl/t_vb_arbprogram.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c
index 457d56071e4..5dab29270f4 100644
--- a/src/mesa/tnl/t_vb_arbprogram.c
+++ b/src/mesa/tnl/t_vb_arbprogram.c
@@ -40,7 +40,6 @@
#include "math/m_translate.h"
#include "t_context.h"
#include "t_pipeline.h"
-#include "t_vp_build.h"
#include "t_vb_arbprogram.h"
#define DISASSEM 0
@@ -976,7 +975,7 @@ static void cvp_emit_inst( struct compilation *cp,
}
break;
}
- case VP_OPCODE_PRINT:
+
case VP_OPCODE_END:
break;