diff options
author | Brian Paul <[email protected]> | 2000-01-25 00:03:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-01-25 00:03:01 +0000 |
commit | ebd5feab9af92ff08c2b9280e6dfa1a44a7d1c22 (patch) | |
tree | a81939c5c81d4dd5c97ba77cc14d209f3f088911 /src/mesa/drivers/svga/svgapix.h | |
parent | 2454429915c05c69a86804817c95cc5b634699af (diff) |
updated for Mesa 3.3
Diffstat (limited to 'src/mesa/drivers/svga/svgapix.h')
-rw-r--r-- | src/mesa/drivers/svga/svgapix.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/drivers/svga/svgapix.h b/src/mesa/drivers/svga/svgapix.h index 151975a909c..72d389e758d 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; |