summaryrefslogtreecommitdiff
path: root/include/GL/svgamesa.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-22 20:09:30 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-22 20:09:30 +0000
commit50a46abdd93f290c0dceb440f9b35b307f337c72 (patch)
tree8c8733266d6006c5b147324f77794e47581e3057 /include/GL/svgamesa.h
parent069965f1709d7bcaecca0db9baf6b18e6f20f598 (diff)
updated for Mesa 3.2
Diffstat (limited to 'include/GL/svgamesa.h')
-rw-r--r--include/GL/svgamesa.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/include/GL/svgamesa.h b/include/GL/svgamesa.h
index b8e1773260b..6025aaefc5b 100644
--- a/include/GL/svgamesa.h
+++ b/include/GL/svgamesa.h
@@ -1,9 +1,9 @@
-/* $Id: svgamesa.h,v 1.2 1999/11/24 18:43:48 brianp Exp $ */
+/* $Id: svgamesa.h,v 1.3 2000/01/22 20:09:30 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.3
- * Copyright (C) 1995-1998 Brian Paul
+ * Version: 3.2
+ * Copyright (C) 1995-2000 Brian Paul
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -53,7 +53,7 @@
#define SVGAMESA_MAJOR_VERSION 3
-#define SVGAMESA_MINOR_VERSION 3
+#define SVGAMESA_MINOR_VERSION 2
#ifdef __cplusplus
@@ -75,16 +75,21 @@ typedef struct svgamesa_context *SVGAMesaContext;
/*
* doubleBuffer flag new in version 2.4
*/
+extern int SVGAMesaInit( int GraphMode );
+
+extern int SVGAMesaClose( void );
+
extern SVGAMesaContext SVGAMesaCreateContext( GLboolean doubleBuffer );
extern void SVGAMesaDestroyContext( SVGAMesaContext ctx );
extern void SVGAMesaMakeCurrent( SVGAMesaContext ctx );
-extern SVGAMesaContext SVGAMesaGetCurrentContext( void );
-
extern void SVGAMesaSwapBuffers( void );
+extern void SVGAMesaSetCI(int ndx, GLubyte red, GLubyte green, GLubyte blue);
+
+extern SVGAMesaContext SVGAMesaGetCurrentContext( void );
#ifdef __cplusplus
}