#include "mtypes.h"
Functions | |
| void | _mesa_init_no_op_table (struct _glapi_table *exec, GLuint tableSize) |
| Set all pointers in the given dispatch table to point to a generic no-op function - generic_noop(). More... | |
| void | _mesa_init_exec_table (struct _glapi_table *exec, GLuint tableSize) |
| Initialize a dispatch table with pointers to Mesa's immediate-mode commands. More... | |
| void | _mesa_update_state (GLcontext *ctx) |
|
||||||||||||
|
Initialize a dispatch table with pointers to Mesa's immediate-mode commands. Pointers to glBegin()/glEnd() object commands and a few others are provided via the GLvertexformat interface.
|
|
||||||||||||
|
Set all pointers in the given dispatch table to point to a generic no-op function - generic_noop().
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001