core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

state.h File Reference

State management. More...

#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)


Detailed Description

State management.


Function Documentation

void _mesa_init_exec_table struct _glapi_table *    exec,
GLuint    tableSize
 

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.

Parameters:
exec  dispatch table.
tableSize  dispatch table size.

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().

Parameters:
table  dispatch table.
tableSize  dispatch table size.

void _mesa_update_state GLcontext   ctx
 


Generated on Sun May 16 15:55:12 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001