Updated BeOS support (Philippe Houdoin)

This commit is contained in:
Brian Paul
2002-09-19 16:19:43 +00:00
parent cbc1fb0a9a
commit 473e51f2fb
6 changed files with 1569 additions and 888 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: gl.h,v 1.69 2002/09/06 02:52:23 brianp Exp $ */
/* $Id: gl.h,v 1.70 2002/09/19 16:19:45 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -63,6 +63,10 @@
# define GLAPIENTRY
#endif /* WIN32 / CYGWIN bracket */
#if (defined(__BEOS__) && defined(__POWERPC__)) || defined(__QUICKDRAW__)
# define PRAGMA_EXPORT_SUPPORTED 1
#endif
#if defined(_WIN32) && !defined(_WINGDI_) && !defined(_GNU_H_WINDOWS32_DEFINES) && !defined(OPENSTEP) && !defined(__CYGWIN__)
#include <gl/mesa_wgl.h>
#endif
@@ -79,10 +83,10 @@
#define signed
#endif
#if defined(__BEOS__) || defined(__QUICKDRAW__)
#if defined(PRAGMA_EXPORT_SUPPORTED)
#pragma export on
#endif
/*
* End system-specific stuff.
**********************************************************************/
@@ -726,6 +730,7 @@ typedef double GLclampd; /* double precision float in [0,1] */
#define GL_CLIENT_ALL_ATTRIB_BITS 0xFFFFFFFF
/*
* Miscellaneous
*/
@@ -2593,7 +2598,7 @@ GLAPI void GLAPIENTRY glTracePointerRangeMESA( const GLvoid* first, const GLvoid
/**********************************************************************
* Begin system-specific stuff
*/
#if defined(__BEOS__) || defined(__QUICKDRAW__)
#if defined(PRAGMA_EXPORT_SUPPORTED)
#pragma export off
#endif