summaryrefslogtreecommitdiff
path: root/src/mesa/main/nvvertparse.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-29 16:38:08 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-29 16:38:08 +0000
commit29af3b2be65de1f0768fa51637835d115c00772c (patch)
treeb84e5e0415346586f3f85d5d51e3a9a3094e3c55 /src/mesa/main/nvvertparse.h
parent52334967edb3bf79c3eecbd599dcef667ba63239 (diff)
added _mesa_print_nv_vertex_instruction()
Diffstat (limited to 'src/mesa/main/nvvertparse.h')
-rw-r--r--src/mesa/main/nvvertparse.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/nvvertparse.h b/src/mesa/main/nvvertparse.h
index 3901014395..b46fa35bf0 100644
--- a/src/mesa/main/nvvertparse.h
+++ b/src/mesa/main/nvvertparse.h
@@ -1,10 +1,10 @@
-/* $Id: nvvertparse.h,v 1.1 2003/01/14 04:55:46 brianp Exp $ */
+/* $Id: nvvertparse.h,v 1.2 2003/03/29 16:38:08 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 5.1
*
- * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -37,6 +37,8 @@ _mesa_parse_nv_vertex_program(GLcontext *ctx, GLenum target,
const GLubyte *str, GLsizei len,
struct vertex_program *program);
+extern void
+_mesa_print_nv_vertex_instruction(const struct vp_instruction *inst);
extern void
_mesa_print_nv_vertex_program(const struct vertex_program *program);