GL_ARB_point_parameters support
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: state.c,v 1.79 2002/03/29 17:27:59 brianp Exp $ */
|
||||
/* $Id: state.c,v 1.80 2002/04/02 16:15:17 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
@@ -506,7 +506,10 @@ _mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize)
|
||||
exec->CompressedTexSubImage1DARB = _mesa_CompressedTexSubImage1DARB;
|
||||
exec->GetCompressedTexImageARB = _mesa_GetCompressedTexImageARB;
|
||||
|
||||
/* ARB ??. GL_ARB_window_pos */
|
||||
/* ARB 14. GL_ARB_point_parameters */
|
||||
/* reuse EXT_point_parameters functions */
|
||||
|
||||
/* ARB 25. GL_ARB_window_pos */
|
||||
exec->WindowPos2dARB = _mesa_WindowPos2dARB;
|
||||
exec->WindowPos2dvARB = _mesa_WindowPos2dvARB;
|
||||
exec->WindowPos2fARB = _mesa_WindowPos2fARB;
|
||||
|
Reference in New Issue
Block a user