⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 t_vtx_api.h

📁 mesa-6.5-minigui源码
💻 H
字号:
/* $XFree86$ *//**************************************************************************Copyright 2002 Tungsten Graphics Inc., Cedar Park, Texas.All Rights Reserved.Permission is hereby granted, free of charge, to any person obtaining acopy of this software and associated documentation files (the "Software"),to deal in the Software without restriction, including without limitationon the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whomthe Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice (including the nextparagraph) shall be included in all copies or substantial portions of theSoftware.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALLTUNGSTEN GRAPHICS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OROTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THEUSE OR OTHER DEALINGS IN THE SOFTWARE.**************************************************************************//* * Authors: *   Keith Whitwell <keith@tungstengraphics.com> * */#ifndef __T_VTX_API_H__#define __T_VTX_API_H__#include "t_context.h"#define ERROR_ATTRIB 16/* t_vtx_api.c: */extern void _tnl_vtx_init( GLcontext *ctx );extern void _tnl_vtx_destroy( GLcontext *ctx );extern void _tnl_FlushVertices( GLcontext *ctx, GLuint flags );extern void _tnl_flush_vtx( GLcontext *ctx );extern void GLAPIENTRY _tnl_wrap_filled_vertex( GLcontext *ctx );/* t_vtx_exec.c: */extern void _tnl_do_EvalCoord2f( GLcontext* ctx, GLfloat u, GLfloat v );extern void _tnl_do_EvalCoord1f(GLcontext* ctx, GLfloat u);extern void _tnl_update_eval( GLcontext *ctx );extern GLboolean *_tnl_translate_edgeflag( GLcontext *ctx, 					   const GLfloat *data, 					   GLuint count,					   GLuint stride );extern GLboolean *_tnl_import_current_edgeflag( GLcontext *ctx,						GLuint count );/* t_vtx_generic.c: */extern void _tnl_generic_exec_vtxfmt_init( GLcontext *ctx );extern void _tnl_generic_attr_table_init( tnl_attrfv_func (*tab)[4] );/* t_vtx_x86.c: */extern void _tnl_InitX86Codegen( struct _tnl_dynfn_generators *gen );extern void _tnl_x86_exec_vtxfmt_init( GLcontext *ctx );extern void _tnl_x86choosers( tnl_attrfv_func (*choose)[4],			      tnl_attrfv_func (*do_choose)( GLuint attr,							GLuint sz ));#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -