summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/all.h
diff options
context:
space:
mode:
authorbrianp <brianp>2000-01-30 00:27:01 +0000
committerbrianp <brianp>2000-01-30 00:27:01 +0000
commit713d446c68c05d534c848cd22ad2f6663ed9e960 (patch)
tree8330044e6bc178c6a7e3851547c8341f773700e8 /xc/extras/Mesa/src/all.h
parent67eb4e0b8d9308db3496a2a52f8cf98463f3305f (diff)
Merged dispatch-0-0-1dispatch-0-0-1-20000129-merge
Diffstat (limited to 'xc/extras/Mesa/src/all.h')
-rw-r--r--xc/extras/Mesa/src/all.h52
1 files changed, 22 insertions, 30 deletions
diff --git a/xc/extras/Mesa/src/all.h b/xc/extras/Mesa/src/all.h
index f0d5dc95b..7e8e99d78 100644
--- a/xc/extras/Mesa/src/all.h
+++ b/xc/extras/Mesa/src/all.h
@@ -1,8 +1,8 @@
-/* $Id: all.h,v 1.3 1999/12/14 02:39:38 daryll Exp $ */
+/* $Id: all.h,v 1.4 2000/01/30 00:27:01 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.1
+ * Version: 3.3
*
* Copyright (C) 1999 Brian Paul All Rights Reserved.
*
@@ -25,10 +25,8 @@
*/
-
-
-
-/* The purpose of this file is to collect all the header files that Mesa
+/*
+ * The purpose of this file is to collect all the header files that Mesa
* uses into a single header so that we can get new compilers that support
* pre-compiled headers to compile much faster.
* All we do is list all the internal headers used by Mesa in this one
@@ -47,59 +45,50 @@
This is an error. all.h should be included only if PC_HEADER is defined.
#endif
-#ifdef HAVE_CONFIG_H
-#include "conf.h"
-#endif
-
-#ifndef XFree86LOADER
-#include <assert.h>
-#include <limits.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <float.h>
-#include <math.h>
-#endif
-#include "GL/gl.h"
-#ifdef XFree86Server
-#include "GL/osmesa.h"
-#endif
+#include "glheader.h"
#include "accum.h"
#include "alpha.h"
#include "alphabuf.h"
-#include "api.h"
#include "asm-386.h"
#include "attrib.h"
+#include "bbox.h"
#include "bitmap.h"
#include "blend.h"
#include "clip.h"
#include "colortab.h"
-#include "context.h"
#include "config.h"
+#include "context.h"
#include "copypix.h"
+#include "cva.h"
#include "dd.h"
+#include "debug_xform.h"
#include "depth.h"
#include "dlist.h"
#include "drawpix.h"
#include "enable.h"
+#include "enums.h"
#include "eval.h"
+#include "extensions.h"
#include "feedback.h"
#include "fixed.h"
#include "fog.h"
#include "get.h"
+#include "glapi.h"
+#include "glapinoop.h"
+#include "glmisc.h"
#include "hash.h"
#include "image.h"
+#include "imaging.h"
#include "light.h"
#include "lines.h"
#include "logic.h"
#include "macros.h"
#include "masking.h"
#include "matrix.h"
-#include "glmisc.h"
+#include "mem.h"
#include "mmath.h"
#include "pb.h"
#include "pixel.h"
-#include "pointers.h"
#include "points.h"
#include "polygon.h"
#include "quads.h"
@@ -109,6 +98,7 @@
#include "scissor.h"
#include "shade.h"
#include "span.h"
+#include "stages.h"
#include "stencil.h"
#include "teximage.h"
#include "texobj.h"
@@ -118,14 +108,16 @@
#include "types.h"
#include "varray.h"
#include "vb.h"
+#include "vbcull.h"
#include "vbfill.h"
+#include "vbindirect.h"
#include "vbrender.h"
#include "vbxform.h"
+#include "vector.h"
+#include "vertices.h"
#include "winpos.h"
#include "xform.h"
#include "zoom.h"
-#ifdef XFree86Server
-#include "GL/xf86glx.h"
-#endif
+
#endif /*SRC_ALL_H*/