From b8d6607acd3b6d18dab0c7247d5e0fc72e98ceae Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 23 Feb 2003 04:10:54 +0000 Subject: 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. --- src/mesa/swrast/s_depth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/swrast/s_depth.h') diff --git a/src/mesa/swrast/s_depth.h b/src/mesa/swrast/s_depth.h index 2b7e9ddeb4..674ee5e7b5 100644 --- a/src/mesa/swrast/s_depth.h +++ b/src/mesa/swrast/s_depth.h @@ -1,4 +1,4 @@ -/* $Id: s_depth.h,v 1.6 2002/03/16 00:53:15 brianp Exp $ */ +/* $Id: s_depth.h,v 1.7 2003/02/23 04:10:54 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -30,7 +30,7 @@ #include "mtypes.h" -#include "swrast.h" +#include "s_context.h" extern GLvoid * -- cgit v1.2.3