New glTexImage code.
[mesa.git] / src / mesa / swrast / s_nvfragprog.h
index 2966df9c16c2ecbcca098998460269e535214d1e..ac5a15fe9bc99dc209fc47d080ad104769b0305d 100644 (file)
@@ -1,10 +1,8 @@
-/* $Id: s_nvfragprog.h,v 1.1 2003/01/14 04:57:47 brianp Exp $ */
-
 /*
  * 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"),
 #define S_NVFRAGPROG_H
 
 
-#include "swrast.h"
+#include "s_context.h"
 
 
 extern void
-_swrast_exec_nv_fragment_program( GLcontext *ctx, struct sw_span *span );
+_swrast_exec_fragment_program( GLcontext *ctx, struct sw_span *span );
 
 
 #endif