summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_nvfragprog.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-03-03 15:36:01 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-03-03 15:36:01 +0000
commite22540c2765e034fed558ea1d44488a03fbba170 (patch)
treecdae9799cabf8b95a45b40a5b8c6bb65d1aea9b1 /src/mesa/swrast/s_nvfragprog.c
parent26895aa797060a38b42dfad21301f4b34b7de0d2 (diff)
s/_swrast_exec_nv_fragment_program/_swrast_exec_fragment_program/
Diffstat (limited to 'src/mesa/swrast/s_nvfragprog.c')
-rw-r--r--src/mesa/swrast/s_nvfragprog.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_nvfragprog.c b/src/mesa/swrast/s_nvfragprog.c
index ace531e0e2..4083581ab0 100644
--- a/src/mesa/swrast/s_nvfragprog.c
+++ b/src/mesa/swrast/s_nvfragprog.c
@@ -1319,8 +1319,12 @@ init_machine( GLcontext *ctx, struct fp_machine *machine,
}
+
+/**
+ * Execute the current fragment program, operating on the given span.
+ */
void
-_swrast_exec_nv_fragment_program( GLcontext *ctx, struct sw_span *span )
+_swrast_exec_fragment_program( GLcontext *ctx, struct sw_span *span )
{
const struct fragment_program *program = ctx->FragmentProgram.Current;
GLuint i;