summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-06-27 13:56:17 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-06-27 13:56:17 +0000
commit206eda8b69ab3c63e9597015189f49d1bda9356f (patch)
treefb5190275a3034157b2bb84489134129a4acc5ff /include
parent9c38ae35ebc66cf184068c75dd570e6ad0562496 (diff)
support for RGB_565 pixels (Lars Andersson), untested
Diffstat (limited to 'include')
-rw-r--r--include/GL/osmesa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h
index 4af2c69c4e3..0e4a10b2f8b 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
/*