home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / Mesa-3.1 / src / AOS / wrpDisplay.h < prev   
C/C++ Source or Header  |  1999-09-23  |  1KB  |  40 lines

  1. #ifndef    AMIGAMESAwrp_H
  2. #define    AMIGAMESAwrp_H
  3.  
  4. /*
  5.  * $Id: $
  6.  */
  7.  
  8. /*
  9.  * Mesa 3-D graphics library
  10.  * Version:  3.1
  11.  * Copyright (C) 1995  Brian Paul  (brianp@ssec.wisc.edu)
  12.  *
  13.  * This library is free software; you can redistribute it and/or
  14.  * modify it under the terms of the GNU Library General Public
  15.  * License as published by the Free Software Foundation; either
  16.  * version 2 of the License, or (at your option) any later version.
  17.  *
  18.  * This library is distributed in the hope that it will be useful,
  19.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  20.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  21.  * Library General Public License for more details.
  22.  *
  23.  * You should have received a copy of the GNU Library General Public
  24.  * License along with this library; if not, write to the Free
  25.  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  26.  */
  27.  
  28. #ifdef    AOS_WARP3D
  29. void wrpStandardSwapBuffer(amigaMesaContext amesa);
  30. #define    wrpStandardSwapBufferDB    wrpStandardSwapBuffer
  31.  
  32. void wrpStandardDispose(amigaMesaContext amesa);
  33. #define    wrpStandardDisposeDB    wrpStandardDispose
  34.  
  35. void wrpFasterDDPointers(GLcontext *ctx);
  36. void wrpStandardDDPointers(GLcontext *ctx);
  37. #endif
  38.  
  39. #endif
  40.