diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-12 18:44:29 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-12 18:44:29 +0000 |
commit | ba3da6154c324cc916845bc5de3de077d0b59ffc (patch) | |
tree | 45554c510334b1cff6133c5698487fe1a437a05f /include/GL/osmesa.h | |
parent | e3636b4114327411a3ff7590a61a652d10c18a34 (diff) |
Added OSMesaColorClamp(), bug 4917
Diffstat (limited to 'include/GL/osmesa.h')
-rw-r--r-- | include/GL/osmesa.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/include/GL/osmesa.h b/include/GL/osmesa.h index ef645905c4..c505781940 100644 --- a/include/GL/osmesa.h +++ b/include/GL/osmesa.h @@ -1,8 +1,8 @@ /* * Mesa 3-D graphics library - * Version: 6.3 + * Version: 6.5 * - * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -267,6 +267,15 @@ GLAPI OSMESAproc GLAPIENTRY OSMesaGetProcAddress( const char *funcName ); + +/** + * Enable/disable color clamping, off by default. + * New in Mesa 6.5 + */ +GLAPI void GLAPIENTRY +OSMesaColorClamp(GLboolean enable); + + #if defined(__BEOS__) || defined(__QUICKDRAW__) #pragma export off #endif |