Go to the source code of this file.
Functions |
| GLboolean | _tnl_CreateContext (GLcontext *ctx) |
| void | _tnl_DestroyContext (GLcontext *ctx) |
| void | _tnl_InvalidateState (GLcontext *ctx, GLuint new_state) |
| void | _tnl_wakeup (GLcontext *ctx) |
| void | _tnl_need_projected_coords (GLcontext *ctx, GLboolean flag) |
| void | _tnl_allow_vertex_fog (GLcontext *ctx, GLboolean value) |
| void | _tnl_allow_pixel_fog (GLcontext *ctx, GLboolean value) |
| void | _tnl_program_string (GLcontext *ctx, GLenum target, struct gl_program *program) |
| void | _tnl_draw_prims (GLcontext *ctx, const struct gl_client_array *arrays[], const struct _mesa_prim *prim, GLuint nr_prims, const struct _mesa_index_buffer *ib, GLuint min_index, GLuint max_index) |
| void | _tnl_RasterPos (GLcontext *ctx, const GLfloat vObj[4]) |