Added GL_NV_point_sprite functions: glPointParameteri[v]NV().

Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs).
This commit is contained in:
Brian Paul
2002-05-29 15:16:01 +00:00
parent 1d155c1dd8
commit 60f1a3c288
8 changed files with 76 additions and 105 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: state.c,v 1.82 2002/05/27 17:03:09 brianp Exp $ */
/* $Id: state.c,v 1.83 2002/05/29 15:16:02 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -485,10 +485,8 @@ _mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize)
exec->VertexAttribPointerNV = _mesa_VertexAttribPointerNV;
/* 262. GL_NV_point_sprite */
#if 0
exec->PointParameteriNV = _mesa_PointParameteriNV;
exec->PointParameterivNV = _mesa_PointParameterivNV;
#endif
/* ARB 1. GL_ARB_multitexture */
exec->ActiveTextureARB = _mesa_ActiveTextureARB;