summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_nvfragprog.h
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.h
parent26895aa797060a38b42dfad21301f4b34b7de0d2 (diff)
s/_swrast_exec_nv_fragment_program/_swrast_exec_fragment_program/
Diffstat (limited to 'src/mesa/swrast/s_nvfragprog.h')
-rw-r--r--src/mesa/swrast/s_nvfragprog.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesa/swrast/s_nvfragprog.h b/src/mesa/swrast/s_nvfragprog.h
index 749acbc059..ac5a15fe9b 100644
--- a/src/mesa/swrast/s_nvfragprog.h
+++ b/src/mesa/swrast/s_nvfragprog.h
@@ -1,9 +1,8 @@
-
/*
* Mesa 3-D graphics library
- * Version: 5.1
+ * Version: 6.1
*
- * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2003 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"),
@@ -32,7 +31,7 @@
extern void
-_swrast_exec_nv_fragment_program( GLcontext *ctx, struct sw_span *span );
+_swrast_exec_fragment_program( GLcontext *ctx, struct sw_span *span );
#endif