Mesa rendering context.
This is the central context data structure for Mesa. Almost all OpenGL state is contained in this structure. Think of this as a base class from which device drivers will derive sub classes.
The GLcontext typedef names this structure.
Definition at line 2928 of file mtypes.h.