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/glprocs.h | |
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/glprocs.h')
-rw-r--r-- | src/mesa/main/glprocs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/glprocs.h b/src/mesa/main/glprocs.h index ecb9cbb9848..433910af441 100644 --- a/src/mesa/main/glprocs.h +++ b/src/mesa/main/glprocs.h @@ -752,5 +752,7 @@ static struct name_address_offset static_functions[] = { { "glVertexAttribs4fvNV", (GLvoid *) glVertexAttribs4fvNV, _gloffset_VertexAttribs4fvNV }, { "glVertexAttribs4svNV", (GLvoid *) glVertexAttribs4svNV, _gloffset_VertexAttribs4svNV }, { "glVertexAttribs4ubvNV", (GLvoid *) glVertexAttribs4ubvNV, _gloffset_VertexAttribs4ubvNV }, + { "glPointParameteriNV", (GLvoid *) glPointParameteriNV, _gloffset_PointParameteriNV }, + { "glPointParameterivNV", (GLvoid *) glPointParameterivNV, _gloffset_PointParameterivNV }, { NULL, NULL } /* end of list marker */ }; |