summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_fragprog.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-12-15 08:50:02 -0700
committerBrian <brian@yutani.localnet.net>2006-12-15 08:50:02 -0700
commitc968d3d410a1897ecbb41d3557adaef69a4c627a (patch)
tree12a6ce19efc3da5e110f3f090d26d884fef39bce /src/mesa/swrast/s_fragprog.h
parentb78fb7abaff4e1b1e55d7f2c137ac9a1d40137f2 (diff)
Renamed s_nvfragprog.[ch] to s_fragprog.[ch]
Diffstat (limited to 'src/mesa/swrast/s_fragprog.h')
-rw-r--r--src/mesa/swrast/s_fragprog.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/mesa/swrast/s_fragprog.h b/src/mesa/swrast/s_fragprog.h
index 188bacc3d8..e1b7e67918 100644
--- a/src/mesa/swrast/s_fragprog.h
+++ b/src/mesa/swrast/s_fragprog.h
@@ -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"),
@@ -23,15 +23,16 @@
*/
-#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 */
+