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_blend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/swrast/s_blend.h') diff --git a/src/mesa/swrast/s_blend.h b/src/mesa/swrast/s_blend.h index 090547d18b2..8d3124f28c8 100644 --- a/src/mesa/swrast/s_blend.h +++ b/src/mesa/swrast/s_blend.h @@ -1,4 +1,4 @@ -/* $Id: s_blend.h,v 1.6 2002/02/02 21:40:33 brianp Exp $ */ +/* $Id: s_blend.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" -- cgit v1.2.3