diff options
author | Jouk Jansen <[email protected]> | 2000-11-22 08:55:51 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2000-11-22 08:55:51 +0000 |
commit | dbd1e2b5990a3689bf718296c57c14fc3ba38db5 (patch) | |
tree | d127b914d3ff06289c6c2f4ede39a25e97e2bc5d /src/mesa/drivers/dos | |
parent | 22f5dc74c75a4a2fdf06392719060f12f358b552 (diff) |
Modified Files:
Mesa/src/Allegro/amesa.c Mesa/src/DOS/dosmesa.c
Mesa/src/FX/fxdd.c Mesa/src/FX/fxdrv.h
Mesa/src/FX/fxfastpath.c
Mesa/src/GGI/include/ggi/mesa/ggimesa.h
Mesa/src/OSmesa/osmesa.c Mesa/src/SVGA/svgamesa.c
Mesa/src/Trace/tr_control.c Mesa/src/Windows/wgl.c
Mesa/src/X/xmesaP.h Mesa/src/X86/3dnow.c Mesa/src/X86/katmai.c
Mesa/src/X86/x86.c
Removed Files:
Mesa/src/mms_depend
Oops,... all files containing Caps in directory name or file name were
missing in my types->mtypes commit.
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/drivers/dos')
-rw-r--r-- | src/mesa/drivers/dos/dosmesa.c | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/src/mesa/drivers/dos/dosmesa.c b/src/mesa/drivers/dos/dosmesa.c index 6221268b52d..89a8c2d616e 100644 --- a/src/mesa/drivers/dos/dosmesa.c +++ b/src/mesa/drivers/dos/dosmesa.c @@ -1,4 +1,4 @@ -/* $Id: dosmesa.c,v 1.2 2000/09/26 20:54:10 brianp Exp $ */
+/* $Id: dosmesa.c,v 1.3 2000/11/22 08:55:52 joukj Exp $ */
/*
* Mesa 3-D graphics library
@@ -23,6 +23,26 @@ /*
* $Log: dosmesa.c,v $ + * Revision 1.3 2000/11/22 08:55:52 joukj + * + * + * Modified Files: + * Mesa/src/Allegro/amesa.c Mesa/src/DOS/dosmesa.c + * Mesa/src/FX/fxdd.c Mesa/src/FX/fxdrv.h + * Mesa/src/FX/fxfastpath.c + * Mesa/src/GGI/include/ggi/mesa/ggimesa.h + * Mesa/src/OSmesa/osmesa.c Mesa/src/SVGA/svgamesa.c + * Mesa/src/Trace/tr_control.c Mesa/src/Windows/wgl.c + * Mesa/src/X/xmesaP.h Mesa/src/X86/3dnow.c Mesa/src/X86/katmai.c + * Mesa/src/X86/x86.c + * Removed Files: + * Mesa/src/mms_depend + * + * Oops,... all files containing Caps in directory name or file name were + * missing in my types->mtypes commit. + * + * ---------------------------------------------------------------------- + * * Revision 1.2 2000/09/26 20:54:10 brianp * First batch of OpenGL SI related changes: * Renamed struct gl_context to struct __GLcontextRec. @@ -104,7 +124,7 @@ #include "GL/DOSmesa.h"
#include "context.h"
#include "matrix.h"
-#include "types.h"
+#include "mtypes.h" #ifdef GLIDE
|