summaryrefslogtreecommitdiff
path: root/src/mesa/shader/programopt.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-01-09 11:00:47 -0700
committerBrian <brian@yutani.localnet.net>2007-01-09 11:00:47 -0700
commit048412473bda3db3e58b9840de5ef82d2ecce3c0 (patch)
tree8146366e8a35d8aefcdb543110654163e2aa0a0a /src/mesa/shader/programopt.h
parent21f99792a916a62fcfae7c208f50f192d4ce5926 (diff)
added _mesa_count_texture_indirections(), _mesa_count_texture_instructions()
Diffstat (limited to 'src/mesa/shader/programopt.h')
-rw-r--r--src/mesa/shader/programopt.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mesa/shader/programopt.h b/src/mesa/shader/programopt.h
index efaf29b937..ce63644bbf 100644
--- a/src/mesa/shader/programopt.h
+++ b/src/mesa/shader/programopt.h
@@ -1,8 +1,8 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.2
+ * Version: 6.5.3
*
- * 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"),
@@ -33,5 +33,11 @@ _mesa_insert_mvp_code(GLcontext *ctx, struct gl_vertex_program *vprog);
extern void
_mesa_append_fog_code(GLcontext *ctx, struct gl_fragment_program *fprog);
+extern void
+_mesa_count_texture_indirections(struct gl_program *prog);
+
+extern void
+_mesa_count_texture_instructions(struct gl_program *prog);
+
#endif /* PROGRAMOPT_H */