support for RGB_565 pixels (Lars Andersson), untested

This commit is contained in:
Brian Paul
2001-06-27 13:56:17 +00:00
parent 9c38ae35eb
commit 206eda8b69
2 changed files with 214 additions and 4 deletions

View File

@@ -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
/*