summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/svga/svgapix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/svga/svgapix.h')
-rw-r--r--src/mesa/drivers/svga/svgapix.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/drivers/svga/svgapix.h b/src/mesa/drivers/svga/svgapix.h
index 151975a909..72d389e758 100644
--- a/src/mesa/drivers/svga/svgapix.h
+++ b/src/mesa/drivers/svga/svgapix.h
@@ -1,8 +1,8 @@
-/* $Id: svgapix.h,v 1.2 2000/01/22 20:08:36 brianp Exp $ */
+/* $Id: svgapix.h,v 1.3 2000/01/25 00:03:02 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.2
+ * Version: 3.3
* Copyright (C) 1995-2000 Brian Paul
*
* This library is free software; you can redistribute it and/or
@@ -62,6 +62,8 @@ struct svga_buffer {
GLubyte * FrontBuffer;
GLubyte * BackBuffer;
GLubyte * VideoRam;
+ GLubyte * DrawBuffer; /* == FrontBuffer or BackBuffer */
+ GLubyte * ReadBuffer; /* == FrontBuffer or BackBuffer */
};
extern struct svga_buffer SVGABuffer;