Update includes post-splitting of s_texture.c

This commit is contained in:
Brian Paul
2005-09-15 00:58:03 +00:00
parent 2cd8791cad
commit 55187ea63e
8 changed files with 3 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
#include "s_atifragshader.h" #include "s_atifragshader.h"
#include "s_nvfragprog.h" #include "s_nvfragprog.h"
#include "s_span.h" #include "s_span.h"
#include "s_texture.h"
/** /**
* Fetch a texel. * Fetch a texel.

View File

@@ -42,7 +42,7 @@
#include "s_points.h" #include "s_points.h"
#include "s_span.h" #include "s_span.h"
#include "s_triangle.h" #include "s_triangle.h"
#include "s_texture.h" #include "s_texfilter.h"
/** /**

View File

@@ -38,7 +38,6 @@
#include "s_pixeltex.h" #include "s_pixeltex.h"
#include "s_span.h" #include "s_span.h"
#include "s_stencil.h" #include "s_stencil.h"
#include "s_texture.h"
#include "s_zoom.h" #include "s_zoom.h"

View File

@@ -36,7 +36,6 @@
#include "s_nvfragprog.h" #include "s_nvfragprog.h"
#include "s_span.h" #include "s_span.h"
#include "s_texture.h"
#ifdef USE_TCC #ifdef USE_TCC

View File

@@ -35,12 +35,10 @@
#include "colormac.h" #include "colormac.h"
#include "context.h" #include "context.h"
#include "nvfragprog.h" #include "nvfragprog.h"
#include "macros.h"
#include "program.h" #include "program.h"
#include "s_nvfragprog.h" #include "s_nvfragprog.h"
#include "s_span.h" #include "s_span.h"
#include "s_texture.h"
/* if 1, print some debugging info */ /* if 1, print some debugging info */

View File

@@ -37,7 +37,6 @@
#include "s_context.h" #include "s_context.h"
#include "s_pixeltex.h" #include "s_pixeltex.h"
#include "s_texture.h"
/* /*

View File

@@ -47,7 +47,7 @@
#include "s_nvfragprog.h" #include "s_nvfragprog.h"
#include "s_span.h" #include "s_span.h"
#include "s_stencil.h" #include "s_stencil.h"
#include "s_texture.h" #include "s_texcombine.h"
/** /**

View File

@@ -41,7 +41,6 @@
#include "program.h" #include "program.h"
#include "s_nvfragprog.h" #include "s_nvfragprog.h"
#include "s_texture.h"
#ifdef USE_TCC #ifdef USE_TCC