diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-06-27 13:56:17 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-06-27 13:56:17 +0000 |
commit | 206eda8b69ab3c63e9597015189f49d1bda9356f (patch) | |
tree | fb5190275a3034157b2bb84489134129a4acc5ff /include/GL/osmesa.h | |
parent | 9c38ae35ebc66cf184068c75dd570e6ad0562496 (diff) |
support for RGB_565 pixels (Lars Andersson), untested
Diffstat (limited to 'include/GL/osmesa.h')
-rw-r--r-- | include/GL/osmesa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h index 4af2c69c4e..0e4a10b2f8 100644 --- a/include/GL/osmesa.h +++ b/include/GL/osmesa.h @@ -1,4 +1,4 @@ -/* $Id: osmesa.h,v 1.6 2000/09/08 16:41:38 brianp Exp $ */ +/* $Id: osmesa.h,v 1.7 2001/06/27 13:56:17 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -77,6 +77,7 @@ extern "C" { #define OSMESA_ARGB 0x2 #define OSMESA_RGB GL_RGB #define OSMESA_BGR 0x4 +#define OSMESA_RGB_565 0x5 /* |