Changeset 3582 for trunk/src/opengl/mesa/all.h
- Timestamp:
- May 21, 2000, 10:57:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/all.h
r2938 r3582 1 /* $Id: all.h,v 1. 1 2000-02-29 00:48:24 sandervlExp $ */1 /* $Id: all.h,v 1.2 2000-05-21 20:00:53 jeroen Exp $ */ 2 2 3 3 /* 4 4 * Mesa 3-D graphics library 5 * Version: 3. 15 * Version: 3.3 6 6 * 7 7 * Copyright (C) 1999 Brian Paul All Rights Reserved. … … 52 52 #endif 53 53 54 #ifndef XFree86LOADER 55 #include <assert.h> 56 #include <limits.h> 57 #include <stdlib.h> 58 #include <stdio.h> 59 #include <string.h> 60 #include <float.h> 61 #include <math.h> 62 #endif 63 #include "gl.h" 64 #ifdef XFree86Server 65 #include "GL/osmesa.h" 66 #endif 54 #include "glheader.h" 67 55 #include "accum.h" 68 56 #include "alpha.h" … … 96 84 #include "masking.h" 97 85 #include "matrix.h" 98 #include "glmisc.h"99 86 #include "mmath.h" 100 87 #include "pb.h" … … 125 112 #include "xform.h" 126 113 #include "zoom.h" 127 #ifdef XFree86Server128 #include "GL/xf86glx.h"129 #endif130 114 131 115 #endif /*SRC_ALL_H*/
Note:
See TracChangeset
for help on using the changeset viewer.