summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvprogram.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-09-23 16:49:52 -0700
committerEric Anholt <eric@anholt.net>2009-09-24 13:34:06 -0700
commit601769a2c0071e23ade32de4e8911d75d7f324d2 (patch)
tree6a63a0086c9adeb38ed34dbce670ef564d8eea64 /src/mesa/shader/nvprogram.h
parentb849c6f1b3b38a68fae32d4dea16dd7431e41b6e (diff)
mesa: Initialize NV_vertex_program fields for the parameter lists and such.
This helps let drivers treat NV_vp like ARB_vp.
Diffstat (limited to 'src/mesa/shader/nvprogram.h')
-rw-r--r--src/mesa/shader/nvprogram.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/shader/nvprogram.h b/src/mesa/shader/nvprogram.h
index bfac165b5e..0ed143d52f 100644
--- a/src/mesa/shader/nvprogram.h
+++ b/src/mesa/shader/nvprogram.h
@@ -103,5 +103,7 @@ extern void GLAPIENTRY
_mesa_GetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte *name,
GLdouble *params);
+extern void
+_mesa_setup_nv_temporary_count(GLcontext *ctx, struct gl_program *program);
#endif