Add GLAPIENTRY function decorations for correct operation on Windows.
[mesa.git] / src / mesa / main / nvvertparse.h
index 3901014395c5d12ed2134aedcd9b743d45093c5d..205885f45c38e1412d0f1a529ec33a1072625221 100644 (file)
@@ -1,10 +1,8 @@
-/* $Id: nvvertparse.h,v 1.1 2003/01/14 04:55:46 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,9 +35,16 @@ _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);
 
+extern const char *
+_mesa_nv_vertex_input_register_name(GLuint i);
+
+extern const char *
+_mesa_nv_vertex_output_register_name(GLuint i);
 
 #endif