diff options
author | Brian Paul <[email protected]> | 2003-02-23 04:10:54 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-02-23 04:10:54 +0000 |
commit | b8d6607acd3b6d18dab0c7247d5e0fc72e98ceae (patch) | |
tree | a146f6d4b57ace61c62b1464fbd059bf8f387870 /src/mesa/swrast/s_nvfragprog.h | |
parent | 4e44d8c4c68c8a4e68b42f1fb2689d348369da86 (diff) |
Move span stuff from swrast.h to s_context.h (it's private).
Implemented remaining fragment program instructions.
Initial changes to implement fragment program texture sampling.
Diffstat (limited to 'src/mesa/swrast/s_nvfragprog.h')
-rw-r--r-- | src/mesa/swrast/s_nvfragprog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_nvfragprog.h b/src/mesa/swrast/s_nvfragprog.h index 2966df9c16c..5aefdaeb3a7 100644 --- a/src/mesa/swrast/s_nvfragprog.h +++ b/src/mesa/swrast/s_nvfragprog.h @@ -1,4 +1,4 @@ -/* $Id: s_nvfragprog.h,v 1.1 2003/01/14 04:57:47 brianp Exp $ */ +/* $Id: s_nvfragprog.h,v 1.2 2003/02/23 04:10:54 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -29,7 +29,7 @@ #define S_NVFRAGPROG_H -#include "swrast.h" +#include "s_context.h" extern void |