diff options
author | Brian Paul <[email protected]> | 2004-03-03 15:36:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-03 15:36:01 +0000 |
commit | e22540c2765e034fed558ea1d44488a03fbba170 (patch) | |
tree | cdae9799cabf8b95a45b40a5b8c6bb65d1aea9b1 /src/mesa/swrast/s_nvfragprog.c | |
parent | 26895aa797060a38b42dfad21301f4b34b7de0d2 (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.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_nvfragprog.c b/src/mesa/swrast/s_nvfragprog.c index ace531e0e2a..4083581ab05 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; |