updated includes for source file reorg
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 19:17:57 +0000 (19:17 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 19:17:57 +0000 (19:17 +0000)
src/mesa/main/accum.c
src/mesa/main/attrib.c
src/mesa/main/dlist.c
src/mesa/main/drawpix.c
src/mesa/main/rastpos.c
src/mesa/main/varray.c

index 81af5f60689858d56444855965f1e9053381e8b1..e6b556b0fce737fc0b30d6e9cd19946d8ea6516f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: accum.c,v 1.13 1999/11/25 17:36:48 brianp Exp $ */
+/* $Id: accum.c,v 1.14 2000/02/02 19:17:57 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -34,6 +34,7 @@
 #include "mem.h"
 #include "masking.h"
 #include "span.h"
+#include "state.h"
 #include "types.h"
 #endif
 
index e8a6f86431a4641c8177cab033038091952dc314..6fe44c8796484a7d46aac0538689b08493c0ce75 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: attrib.c,v 1.13 1999/11/23 21:15:37 keithw Exp $ */
+/* $Id: attrib.c,v 1.14 2000/02/02 19:17:57 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -30,8 +30,8 @@
 #else
 #include "glheader.h"
 #include "attrib.h"
+#include "buffers.h"
 #include "context.h"
-#include "glmisc.h"
 #include "enable.h"
 #include "enums.h"
 #include "mem.h"
index 5e8aef88c2244d546426397cba7144c06fe20049..c6153fdcd0a1103f14db1c2d0d9954fa4bcf24df 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: dlist.c,v 1.26 2000/01/31 23:09:51 brianp Exp $ */
+/* $Id: dlist.c,v 1.27 2000/02/02 19:17:57 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #else
 #include "glheader.h"
 #include "accum.h"
-#include "alpha.h"
 #include "attrib.h"
 #include "bitmap.h"
 #include "bbox.h"
-#include "blend.h"
+#include "buffers.h"
 #include "clip.h"
 #include "colortab.h"
 #include "context.h"
 #include "cva.h"
 #include "depth.h"
 #include "dispatch.h"
-#include "drawpix.h"
 #include "enable.h"
 #include "enums.h"
 #include "eval.h"
 #include "extensions.h"
 #include "feedback.h"
-#include "fog.h"
 #include "get.h"
 #include "glapi.h"
-#include "glmisc.h"
 #include "hash.h"
 #include "image.h"
 #include "imaging.h"
 #include "light.h"
 #include "lines.h"
 #include "dlist.h"
-#include "logic.h"
 #include "macros.h"
-#include "masking.h"
 #include "matrix.h"
 #include "mem.h"
 #include "pipeline.h"
 #include "pixel.h"
 #include "points.h"
 #include "polygon.h"
-#include "rastpos.h"
 #include "readpix.h"
 #include "rect.h"
-#include "scissor.h"
-#include "stencil.h"
+#include "state.h"
 #include "texobj.h"
 #include "teximage.h"
 #include "texstate.h"
@@ -80,7 +72,6 @@
 #include "vb.h"
 #include "vbfill.h"
 #include "vbxform.h"
-#include "winpos.h"
 #include "xform.h"
 #endif
 
index 3bd164159d97ad73b184888c4aa7f57a28676e17..6724929be68c4c1f4402183aefb16d3c7fb2407a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: drawpix.c,v 1.10 1999/11/26 16:27:05 brianp Exp $ */
+/* $Id: drawpix.c,v 1.11 2000/02/02 19:17:57 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -37,6 +37,7 @@
 #include "mmath.h"
 #include "pixel.h"
 #include "span.h"
+#include "state.h"
 #include "stencil.h"
 #include "types.h"
 #include "zoom.h"
index 160c9e3ed13c24be43404c8f077e203b4a70db0a..9d852bd59dceec58e6d1b6af4dcb0162760a9fb8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rastpos.c,v 1.4 1999/11/11 01:22:27 brianp Exp $ */
+/* $Id: rastpos.c,v 1.5 2000/02/02 19:17:57 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -38,6 +38,7 @@
 #include "mmath.h"
 #include "rastpos.h"
 #include "shade.h"
+#include "state.h"
 #include "types.h"
 #include "xform.h"
 #endif
index 5a520ca81d76046c9865825ccd84035eb180ec17..31c378aac087b137b45f0ecd06f5c91a3a54a5a3 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: varray.c,v 1.18 2000/01/13 00:25:22 brianp Exp $ */
+/* $Id: varray.c,v 1.19 2000/02/02 19:17:57 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -37,6 +37,7 @@
 #include "macros.h"
 #include "mmath.h"
 #include "pipeline.h"
+#include "state.h"
 #include "texstate.h"
 #include "translate.h"
 #include "types.h"