Renamed s_nvfragprog.[ch] to s_fragprog.[ch]
authorBrian <brian@yutani.localnet.net>
Fri, 15 Dec 2006 15:50:02 +0000 (08:50 -0700)
committerBrian <brian@yutani.localnet.net>
Fri, 15 Dec 2006 15:50:02 +0000 (08:50 -0700)
src/mesa/swrast/s_fragprog.c
src/mesa/swrast/s_fragprog.h
src/mesa/swrast/s_span.c

index ac2f5d93b6cb400d1b4eafab17a3417209c9c34a..d4985fa2d8cb3acec854c906b86ce2edc3353be1 100644 (file)
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-/*
- * Regarding GL_NV_fragment_program:
- *
- * Portions of this software may use or implement intellectual
- * property owned and licensed by NVIDIA Corporation. NVIDIA disclaims
- * any and all warranties with respect to such intellectual property,
- * including any use thereof or modifications thereto.
- */
-
 #include "glheader.h"
 #include "colormac.h"
 #include "context.h"
@@ -39,7 +30,7 @@
 #include "prog_print.h"
 #include "program.h"
 
-#include "s_nvfragprog.h"
+#include "s_fragprog.h"
 #include "s_span.h"
 
 
index 188bacc3d8934e77698baa6ecb9b9b9c5f12cee7..e1b7e6791855d7cc3c75da0a67b20a96d6c9aa64 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.1
+ * Version:  6.5.3
  *
- * Copyright (C) 1999-2003  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2006  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"),
  */
 
 
-#ifndef S_NVFRAGPROG_H
-#define S_NVFRAGPROG_H
+#ifndef S_FRAGPROG_H
+#define S_FRAGPROG_H
 
 
 #include "s_context.h"
 
 
 extern void
-_swrast_exec_fragment_program( GLcontext *ctx, SWspan *span );
+_swrast_exec_fragment_program(GLcontext *ctx, SWspan *span);
 
 
-#endif
+#endif /* S_FRAGPROG_H */
+
index e4904e1dd2cf103528c2ffb46e1cc19349ad6470..f0918878388b83348210d88bb41f6b94ab21522a 100644 (file)
@@ -45,7 +45,7 @@
 #include "s_fog.h"
 #include "s_logic.h"
 #include "s_masking.h"
-#include "s_nvfragprog.h"
+#include "s_fragprog.h"
 #include "s_span.h"
 #include "s_stencil.h"
 #include "s_texcombine.h"