diff options
author | Brian Paul <[email protected]> | 2002-05-29 15:16:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-05-29 15:16:01 +0000 |
commit | 60f1a3c288dd663ff420fada558763d7524e499b (patch) | |
tree | 01207f3046504b1fcf7e4e2ab020f14fdd59b3a2 /src/mesa/main/state.c | |
parent | 1d155c1dd878d59f7cfdb6c4dfd5fc2ac2853573 (diff) |
Added GL_NV_point_sprite functions: glPointParameteri[v]NV().
Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs).
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index de7679365a1..c513b4fccaf 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -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; |