summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_statevars.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-11-28 15:19:46 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-11-29 08:13:16 -0700
commita7e1b4456a08d84c976bd260d018ca88f35867e4 (patch)
tree59b18747a39833ac5043c8475df8512a411afc85 /src/mesa/shader/prog_statevars.h
parentdc88a96631c21c2bc2cdffefc8947e8924d77c91 (diff)
Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c
Diffstat (limited to 'src/mesa/shader/prog_statevars.h')
-rw-r--r--src/mesa/shader/prog_statevars.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mesa/shader/prog_statevars.h b/src/mesa/shader/prog_statevars.h
index 3281a4a2a0f..22bb8e07ad1 100644
--- a/src/mesa/shader/prog_statevars.h
+++ b/src/mesa/shader/prog_statevars.h
@@ -1,8 +1,8 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.2
+ * Version: 7.1
*
- * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2007 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"),
@@ -126,4 +126,8 @@ extern const char *
_mesa_program_state_string(const gl_state_index state[STATE_LENGTH]);
+extern void
+_mesa_load_tracked_matrices(GLcontext *ctx);
+
+
#endif /* PROG_STATEVARS_H */