ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

dlist.h
Go to the documentation of this file.
00001 
00006 /*
00007  * Mesa 3-D graphics library
00008  * Version:  6.5.1
00009  *
00010  * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.
00011  *
00012  * Permission is hereby granted, free of charge, to any person obtaining a
00013  * copy of this software and associated documentation files (the "Software"),
00014  * to deal in the Software without restriction, including without limitation
00015  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
00016  * and/or sell copies of the Software, and to permit persons to whom the
00017  * Software is furnished to do so, subject to the following conditions:
00018  *
00019  * The above copyright notice and this permission notice shall be included
00020  * in all copies or substantial portions of the Software.
00021  *
00022  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
00023  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00024  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
00025  * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
00026  * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00027  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00028  */
00029 
00030 
00031 
00032 #ifndef DLIST_H
00033 #define DLIST_H
00034 
00035 
00036 #include "mtypes.h"
00037 
00038 
00039 #if _HAVE_FULL_GL
00040 
00041 extern void
00042 _mesa_delete_list(GLcontext *ctx, struct mesa_display_list *dlist);
00043 
00044 extern void GLAPIENTRY _mesa_CallList( GLuint list );
00045 
00046 extern void GLAPIENTRY _mesa_CallLists( GLsizei n, GLenum type, const GLvoid *lists );
00047 
00048 extern void GLAPIENTRY _mesa_DeleteLists( GLuint list, GLsizei range );
00049 
00050 extern void GLAPIENTRY _mesa_EndList( void );
00051 
00052 extern GLuint GLAPIENTRY _mesa_GenLists( GLsizei range );
00053 
00054 extern GLboolean GLAPIENTRY _mesa_IsList( GLuint list );
00055 
00056 extern void GLAPIENTRY _mesa_ListBase( GLuint base );
00057 
00058 extern void GLAPIENTRY _mesa_NewList( GLuint list, GLenum mode );
00059 
00060 extern void GLAPIENTRY _mesa_save_CallLists( GLsizei n, GLenum type, const GLvoid *lists );
00061 
00062 extern void GLAPIENTRY _mesa_save_CallList( GLuint list );
00063 
00064 
00065 
00066 extern void _mesa_init_dlist_table( struct _glapi_table *table );
00067 
00068 extern void _mesa_compile_error( GLcontext *ctx, GLenum error, const char *s );
00069 
00070 
00071 extern void *_mesa_alloc_instruction(GLcontext *ctx, GLuint opcode, GLuint sz);
00072 
00073 extern GLint _mesa_alloc_opcode( GLcontext *ctx, GLuint sz,
00074                                  void (*execute)( GLcontext *, void * ),
00075                                  void (*destroy)( GLcontext *, void * ),
00076                                  void (*print)( GLcontext *, void * ) );
00077 
00078 extern void _mesa_init_display_list( GLcontext * ctx );
00079 
00080 extern void _mesa_save_vtxfmt_init( GLvertexformat *vfmt );
00081 
00082 
00083 #else
00084 
00086 #define _mesa_init_dlist_table(t,ts) ((void)0)
00087 
00089 #define _mesa_init_display_list(c) ((void)0)
00090 
00092 #define _mesa_save_vtxfmt_init(v) ((void)0)
00093 
00094 #endif
00095 
00096 #endif

Generated on Sat May 26 2012 04:19:02 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.