projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9839a
)
make create_new_program() static
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:30:37 +0000
(
00:30
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:30:37 +0000
(
00:30
+0000)
src/mesa/tnl/t_vp_build.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vp_build.c
b/src/mesa/tnl/t_vp_build.c
index 74ab9a689288ca0af4652cddc8bc1a967b5c093c..11fdc454cd38444d5c9433e8097389fdb006057f 100644
(file)
--- a/
src/mesa/tnl/t_vp_build.c
+++ b/
src/mesa/tnl/t_vp_build.c
@@
-1364,9
+1364,10
@@
static void build_tnl_program( struct tnl_program *p )
}
-void create_new_program( const struct state_key *key,
- struct vertex_program *program,
- GLuint max_temps)
+static void
+create_new_program( const struct state_key *key,
+ struct vertex_program *program,
+ GLuint max_temps)
{
struct tnl_program p;